From befa21c5c93d3bdb24e8b24f4fa7d381db639a2e Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Tue, 22 Sep 2020 00:53:16 +0700 Subject: {BTS,PCU}_Tests: bump default PCUIF version: 9 -> 10 Both osmo-bts and osmo-pcu are switching to PCUIFv10 soon, so let's use the new version by default. For older (latest) IUT versions not supporting PCUIFv10, one would need to override this module parameter in {BTS,PCU}_Tests.cfg. Change-Id: I9350c4a54434c3d46ce9424f382ca0057e58d053 Related: SYS#4868, SYS#4915 --- bts/BTS_Tests.default | 1 + library/PCUIF_Types.ttcn | 2 +- pcu/PCU_Tests.default | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bts/BTS_Tests.default b/bts/BTS_Tests.default index 920f5d00..89b04e82 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 079455fd..da500117 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 205327dd..db4bd58f 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" -- cgit v1.2.3