sip: bump MNCC version sent to sipcon to 6

Match commit Iaca9ed6611fc5ca8ca749bbbefc31f54bea5e925 in osmo-sip-connector.

Change-Id: I39d55432776926a385e1b85b21bcdea8180a8946
This commit is contained in:
Neels Hofmeyr 2019-11-28 20:49:23 +01:00
parent 5e3b5d9ab3
commit 1c891f229f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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]