diff --git a/bts/BTS_Tests.default b/bts/BTS_Tests.default index 920f5d007..89b04e829 100644 --- a/bts/BTS_Tests.default +++ b/bts/BTS_Tests.default @@ -29,5 +29,6 @@ mtc.FileMask := LOG_ALL | TTCN_DEBUG | TTCN_MATCHING | DEBUG_ENCDEC; [MODULE_PARAMETERS] Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoBTS"; +PCUIF_Types.mp_pcuif_version := 10; [EXECUTE] diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn index 079455fd8..da5001173 100644 --- a/library/PCUIF_Types.ttcn +++ b/library/PCUIF_Types.ttcn @@ -17,7 +17,7 @@ import from Native_Functions all; modulepar { /* PCUIF version supported by the IUT */ - PCUIF_Version mp_pcuif_version := 9; + PCUIF_Version mp_pcuif_version := 10; /* Whether to pad outgoing messages */ boolean mp_pcuif_padding := true; }; diff --git a/pcu/PCU_Tests.default b/pcu/PCU_Tests.default index 205327ddc..db4bd58f6 100644 --- a/pcu/PCU_Tests.default +++ b/pcu/PCU_Tests.default @@ -22,6 +22,7 @@ SGSN_Components.mp_gb_cfg := { sgsn_role := true } Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoPCU"; +PCUIF_Types.mp_pcuif_version := 10; [TESTPORT_PARAMETERS] *.PCU.socket_type := "SEQPACKET"