comparison README @ 12:047bb5a91709

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