From 47b8fe1ec7cd3f95ef211892b5c3347ff2c2cc5d 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. --- openbsc/include/openbsc/mncc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3