aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-07-13 09:26:17 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2013-07-29 12:54:42 +0200
commit47b8fe1ec7cd3f95ef211892b5c3347ff2c2cc5d (patch)
tree6cc40e9fd3d60f61d11d96de750e516f8005f56e
parenta597b629b4d6c564c6ad64ca86d10e99271dd208 (diff)
Upgrade MNCC version to 3
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.
-rw-r--r--openbsc/include/openbsc/mncc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/mncc.h b/openbsc/include/openbsc/mncc.h
index 23e812bd1..da33280d0 100644
--- a/openbsc/include/openbsc/mncc.h
+++ b/openbsc/include/openbsc/mncc.h
@@ -170,7 +170,7 @@ struct gsm_data_frame {
unsigned char data[0];
};
-#define MNCC_SOCK_VERSION 2
+#define MNCC_SOCK_VERSION 3
struct gsm_mncc_hello {
uint32_t msg_type;
uint32_t version;