aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc/mncc.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-07-14 16:03:41 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-08-04 13:14:08 +0200
commit38b66fe3785595dabb59e9eec30d3809d64d54d6 (patch)
tree23d104de659fa2a95027424b00922ff97cc3d7f9 /openbsc/src/libmsc/mncc.c
parent7f0f8c690f5122786454eb0b2f6f1a5a58a95574 (diff)
mncc: Update the protocol to match LCR
This adds the protocol definition for the RTP bridge extension of Andreas Eversberg and bumps the protocol version. I added the missing mncc mappings from value to string. [ 5cf8fb10ea3addcae74d37f4dbf1c1be664df53e protocol extension 5dac90de38990b188f499c602bf18a4f232070e8 payload extension]
Diffstat (limited to 'openbsc/src/libmsc/mncc.c')
-rw-r--r--openbsc/src/libmsc/mncc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/src/libmsc/mncc.c b/openbsc/src/libmsc/mncc.c
index 73db5f047..2767faa35 100644
--- a/openbsc/src/libmsc/mncc.c
+++ b/openbsc/src/libmsc/mncc.c
@@ -83,6 +83,9 @@ static struct mncc_names {
{"MNCC_FRAME_RECV", 0x0201},
{"MNCC_FRAME_DROP", 0x0202},
{"MNCC_LCHAN_MODIFY", 0x0203},
+ {"MNCC_RTP_CREATE", 0x0204},
+ {"MNCC_RTP_CONNECT", 0x0205},
+ {"MNCC_RTP_FREE", 0x0206},
{"GSM_TCHF_FRAME", 0x0300},
{"GSM_TCHF_FRAME_EFR", 0x0301},