aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-07-13 09:26:17 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-12-01 03:37:44 +0100
commitbdcd13a0db56c51cdd7eaced33e9cee9516e2e16 (patch)
treea748ac78776a25f90de0e03f0146dba28b1a3644
parent21b1344b21af3d3ac68c6db4c7fc3e702a780fcd (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--include/osmocom/bsc/mncc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/bsc/mncc.h b/include/osmocom/bsc/mncc.h
index 23e812bd1..da33280d0 100644
--- a/include/osmocom/bsc/mncc.h
+++ b/include/osmocom/bsc/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;