Upgrade MNCC version to 3
authorAndreas Eversberg <jolly@eversberg.eu>
Sat, 13 Jul 2013 07:34:38 +0000 (09:34 +0200)
committerAndreas Eversberg <jolly@eversberg.eu>
Tue, 15 Dec 2015 19:51:51 +0000 (20:51 +0100)
In order to allow full codec negotiation between MS and MNCC application,
MNCC_LCHAN_MODIFY must be sent with lchan_type and lchan_mode. Both
attributes define the actual codec. They are used by OpenBSC to assign to
given channel type and set correct mode.

mncc.h

diff --git a/mncc.h b/mncc.h
index 1cd45f8..14df396 100644 (file)
--- a/mncc.h
+++ b/mncc.h
@@ -330,7 +330,7 @@ struct gsm_mncc_rtp {
 };
 
 
-#define MNCC_SOCK_VERSION      5
+#define MNCC_SOCK_VERSION      3
 struct gsm_mncc_hello {
        uint32_t        msg_type;
        uint32_t        version;