annotate README @ 13:c71801aa0039 default tip

themwi-test-mtc: increase maximum play length
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 29 Oct 2024 00:06:28 +0000
parents 047bb5a91709
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12
047bb5a91709 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 This code repository holds a version of Themyscira Wireless circuit-switched
047bb5a91709 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2 network components that is newer than the original one, but still not the
047bb5a91709 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 long-term-goal themwi-csw version - hence interim. The key properties of this
047bb5a91709 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 interim version are as follows:
047bb5a91709 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5
047bb5a91709 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6 * current themwi-nanp and themwi-rtp-mgr packages are used as dependencies,
047bb5a91709 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7 no more local K&R C libraries/utilities for these functions;
047bb5a91709 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8
047bb5a91709 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9 * the required version of OsmoMSC is still the one based on 2023-02 release,
047bb5a91709 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10 branch falconia/production or falconia/prod-newlib in the official osmo-msc
047bb5a91709 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
11 git repository.
047bb5a91709 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
12
047bb5a91709 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
13 When the new version of themwi-mgw becomes a reality, the present "interim"
047bb5a91709 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
14 suite will include themwi-sip-in and themwi-sip-out daemons that work with
047bb5a91709 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
15 the old OsmoMSC, but use the new themwi-mgw. Until then, the two components
047bb5a91709 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
16 maintained here are:
047bb5a91709 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
17
047bb5a91709 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
18 * themwi-mncc daemon: works with the old OsmoMSC, but uses current themwi-nanp
047bb5a91709 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
19 libraries;
047bb5a91709 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
20
047bb5a91709 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
21 * themwi-test-mtc command line utility: works with the old OsmoMSC through
047bb5a91709 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
22 themwi-mncc, but uses themwi-rtp-mgr for RTP allocation (instead of old
047bb5a91709 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
23 themwi-mgw) and features RTP play command.