Change in osmo-ttcn3-hacks[master]: {BTS, PCU}_Tests: bump default PCUIF version: 9 -> 10

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Mon Sep 21 19:04:27 UTC 2020


fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20239 )

Change subject: {BTS,PCU}_Tests: bump default PCUIF version: 9 -> 10
......................................................................

{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
---
M bts/BTS_Tests.default
M library/PCUIF_Types.ttcn
M pcu/PCU_Tests.default
3 files changed, 3 insertions(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  fixeria: Looks good to me, approved



diff --git a/bts/BTS_Tests.default b/bts/BTS_Tests.default
index 920f5d0..89b04e8 100644
--- a/bts/BTS_Tests.default
+++ b/bts/BTS_Tests.default
@@ -29,5 +29,6 @@
 
 [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 079455f..da50011 100644
--- a/library/PCUIF_Types.ttcn
+++ b/library/PCUIF_Types.ttcn
@@ -17,7 +17,7 @@
 
 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 205327d..db4bd58 100644
--- a/pcu/PCU_Tests.default
+++ b/pcu/PCU_Tests.default
@@ -22,6 +22,7 @@
 	sgsn_role := true
 }
 Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoPCU";
+PCUIF_Types.mp_pcuif_version := 10;
 
 [TESTPORT_PARAMETERS]
 *.PCU.socket_type := "SEQPACKET"

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20239
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I9350c4a54434c3d46ce9424f382ca0057e58d053
Gerrit-Change-Number: 20239
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200921/b8882a9a/attachment.htm>


More information about the gerrit-log mailing list