From bdcd13a0db56c51cdd7eaced33e9cee9516e2e16 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sat, 13 Jul 2013 09:26:17 +0200 Subject: 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. --- include/osmocom/bsc/mncc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3