From 1c891f229f026d9be74776b53a7e458864333f29 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 28 Nov 2019 20:49:23 +0100 Subject: [PATCH] sip: bump MNCC version sent to sipcon to 6 Match commit Iaca9ed6611fc5ca8ca749bbbefc31f54bea5e925 in osmo-sip-connector. Change-Id: I39d55432776926a385e1b85b21bcdea8180a8946 --- library/MNCC_Emulation.ttcn | 2 +- sip/SIP_Tests.default | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library/MNCC_Emulation.ttcn b/library/MNCC_Emulation.ttcn index 9522e72ae..be087ec78 100644 --- a/library/MNCC_Emulation.ttcn +++ b/library/MNCC_Emulation.ttcn @@ -38,7 +38,7 @@ import from MNCC_Types all; import from UD_Types all; modulepar { - int mp_mncc_version := 5; + int mp_mncc_version := 6; } /* General "base class" component definition, of which specific implementations diff --git a/sip/SIP_Tests.default b/sip/SIP_Tests.default index 9fcd3879f..faf87c8d0 100644 --- a/sip/SIP_Tests.default +++ b/sip/SIP_Tests.default @@ -25,7 +25,7 @@ mtc.FileMask := ERROR | WARNING | PARALLEL | VERDICTOP; [MODULE_PARAMETERS] Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoSIPcon"; -MNCC_Emulation.mp_mncc_version := 5; +MNCC_Emulation.mp_mncc_version := 6; [MAIN_CONTROLLER]