aboutsummaryrefslogtreecommitdiffstats
path: root/library/MNCC_EncDec.cc
AgeCommit message (Collapse)AuthorFilesLines
2019-11-23msc: add sdp to MNCCNeels Hofmeyr1-1/+2
SDP is added to the MNCC protocol in osmo-msc Ie16f0804c4d99760cd4a0c544d0889b6313eebb7. This patch adds SDP to the ttcn3 MNCC messaging. These changes still work with current osmo-msc master that doesn't send SDP / ignores received SDP in MNCC. Change-Id: Ic9568c8927507e161aadfad1a4d20aa896d8ae30
2018-03-26MNCC_EncDec.cc: Fix decoding of speech versions in bearer capabilitiesHarald Welte1-2/+5
Change-Id: I4fd79ee769c967dc209a7e1859d9d8b18d09843e
2018-02-11MNCC: Fix encoding of non-signal MNCC PDUsHarald Welte1-5/+11
Change-Id: I0b673f16daeccfdd2c9b5a4ee119c71f87a9644b
2018-02-03MNCC: Represent 'keypad' as one-character charstring, not intHarald Welte1-4/+6
The MNCC Unix Domain Socket encoding uses an int here, which is a bit odd, given that it's an ASCII / IA5 char value on the actual GSM L3. Let's convert from/to something useful. Change-Id: Id17ac502ca33f4962214a3d5938d0dc29ca6ec1b
2018-01-17MNCC: Make sure all unused fields are set to omit, not 'unbound'Harald Welte1-0/+5
Change-Id: I0ef3afa19d4ad5e011a7c0d86f8367461608e163
2018-01-03Add a MNCC Socket implementation for TTCN-3Harald Welte1-0/+308
Change-Id: I8c334d4c2e630b2b779e73404c44a8df3278c614