Change in docker-playground[master]: ttcn3-pcu-test: fix latest: tolerate CellId IE in BVC-RESET for BVCO=0

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/.

laforge gerrit-no-reply at lists.osmocom.org
Fri Oct 9 10:28:30 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/20504 )

Change subject: ttcn3-pcu-test: fix latest: tolerate CellId IE in BVC-RESET for BVCO=0
......................................................................

ttcn3-pcu-test: fix latest: tolerate CellId IE in BVC-RESET for BVCO=0

For more details, see Ie87820537d6d616da4fd4bbf73eab06e28fda5e1.

Change-Id: Ibe7eac7ff82955fab16373fae6d9ef4efb35a3a5
Depends: If6245d73ed701e631b67146ace4ba028bdb4226c
Depends: Icebee25b53fef623db6ae91ca0d943e70a3c86b7
---
M ttcn3-pcu-test/jenkins-sns.sh
M ttcn3-pcu-test/jenkins.sh
2 files changed, 8 insertions(+), 0 deletions(-)

Approvals:
  Vadim Yanitskiy: Verified
  laforge: Looks good to me, approved



diff --git a/ttcn3-pcu-test/jenkins-sns.sh b/ttcn3-pcu-test/jenkins-sns.sh
index ebc0614..ee0b08a 100755
--- a/ttcn3-pcu-test/jenkins-sns.sh
+++ b/ttcn3-pcu-test/jenkins-sns.sh
@@ -24,6 +24,10 @@
 	# PCUIFv10 is not yet supported in the latest release
 	sed "/\[MODULE_PARAMETERS\]/ a PCUIF_Types.mp_pcuif_version := 9;" \
 		-i "$VOL_BASE_DIR/pcu-tester/PCU_Tests.cfg"
+	# Tolerate CellId IE in BVC-RESET for BVCO=0
+	sed -e "/\[MODULE_PARAMETERS\]/ a BSSGP_Emulation.mp_tolerate_bvc_reset_cellid := true;" \
+	    -e "/\[MODULE_PARAMETERS\]/ a PCU_Tests_NS.mp_tolerate_bvc_reset_cellid := true;" \
+		-i "$VOL_BASE_DIR/pcu-tester/PCU_Tests.cfg"
 
 	# Disable stats testing until libosmocore release > 1.4.0
 	sed -i "s/^StatsD_Checker.mp_enable_stats.*/StatsD_Checker.mp_enable_stats := false;/" $VOL_BASE_DIR/pcu-tester/PCU_Tests.cfg
diff --git a/ttcn3-pcu-test/jenkins.sh b/ttcn3-pcu-test/jenkins.sh
index 5701c2c..d85b405 100755
--- a/ttcn3-pcu-test/jenkins.sh
+++ b/ttcn3-pcu-test/jenkins.sh
@@ -24,6 +24,10 @@
 	# PCUIFv10 is not yet supported in the latest release
 	sed "/\[MODULE_PARAMETERS\]/ a PCUIF_Types.mp_pcuif_version := 9;" \
 		-i "$VOL_BASE_DIR/pcu-tester/PCU_Tests.cfg"
+	# Tolerate CellId IE in BVC-RESET for BVCO=0
+	sed -e "/\[MODULE_PARAMETERS\]/ a BSSGP_Emulation.mp_tolerate_bvc_reset_cellid := true;" \
+	    -e "/\[MODULE_PARAMETERS\]/ a PCU_Tests_NS.mp_tolerate_bvc_reset_cellid := true;" \
+		-i "$VOL_BASE_DIR/pcu-tester/PCU_Tests.cfg"
 
 	# Disable stats testing until libosmocore release > 1.4.0
 	sed -i "s/^StatsD_Checker.mp_enable_stats.*/StatsD_Checker.mp_enable_stats := false;/" $VOL_BASE_DIR/pcu-tester/PCU_Tests.cfg

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/20504
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ibe7eac7ff82955fab16373fae6d9ef4efb35a3a5
Gerrit-Change-Number: 20504
Gerrit-PatchSet: 3
Gerrit-Owner: Vadim Yanitskiy <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Vadim Yanitskiy <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201009/eac02484/attachment.htm>


More information about the gerrit-log mailing list