aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-09-14 17:31:09 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-09-14 17:31:58 +0200
commit8d000b7773e94c41ee7dd0fc9537ba87976db41c (patch)
treefcc3bea08d236e220d2c9fdea32bb251202d5ed2
parentf74f319ea5fbc0646d02b5d08693972de8196eb3 (diff)
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
-rw-r--r--pcu/PCU_Tests.default2
-rw-r--r--pcu/PCU_Tests_SNS.cfg2
-rw-r--r--pcu/PCU_Tests_SNSv6.cfg2
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]