From 8d000b7773e94c41ee7dd0fc9537ba87976db41c Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 14 Sep 2023 17:31:09 +0200 Subject: PCUIF_Types: Use mp_pcuif_version := 11 everywhere Since osmo-bts 1.7.0 & osmo-pcu 1.3.0, which were just released PCUIF v11 is supported, so use it by default. Change-Id: I8e5f44fc1d613c12eaf984dff860ee6f05c2c171 --- pcu/PCU_Tests.default | 2 +- pcu/PCU_Tests_SNS.cfg | 2 +- pcu/PCU_Tests_SNSv6.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pcu/PCU_Tests.default b/pcu/PCU_Tests.default index 6f633d22..07d1ffcc 100644 --- a/pcu/PCU_Tests.default +++ b/pcu/PCU_Tests.default @@ -29,7 +29,7 @@ SGSN_Components.mp_gb_cfg := { } }; Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoPCU"; -PCUIF_Types.mp_pcuif_version := 10; +PCUIF_Types.mp_pcuif_version := 11; [TESTPORT_PARAMETERS] *.PCU.socket_type := "SEQPACKET" diff --git a/pcu/PCU_Tests_SNS.cfg b/pcu/PCU_Tests_SNS.cfg index c36edac7..c7c57717 100644 --- a/pcu/PCU_Tests_SNS.cfg +++ b/pcu/PCU_Tests_SNS.cfg @@ -54,7 +54,7 @@ SGSN_Components.mp_nsconfig := { } } } -PCUIF_Types.mp_pcuif_version := 10 +PCUIF_Types.mp_pcuif_version := 11 [TESTPORT_PARAMETERS] diff --git a/pcu/PCU_Tests_SNSv6.cfg b/pcu/PCU_Tests_SNSv6.cfg index 3747f0a4..02d04f34 100644 --- a/pcu/PCU_Tests_SNSv6.cfg +++ b/pcu/PCU_Tests_SNSv6.cfg @@ -26,7 +26,7 @@ SGSN_Components.mp_nsconfig := { } } } -PCUIF_Types.mp_pcuif_version := 10 +PCUIF_Types.mp_pcuif_version := 11 [TESTPORT_PARAMETERS] -- cgit v1.2.3