From 59ef1bad63fdb1b84f5475cd20412da9317e2562 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sat, 13 Jul 2013 09:34:38 +0200 Subject: [PATCH] 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. --- mncc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mncc.h b/mncc.h index 1cd45f8..14df396 100644 --- 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; -- 2.13.6