Change in docker-playground[master]: ttcn3-pcu: Drop unneeded modifications for latest

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
Sun Jan 5 11:22:37 UTC 2020


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

Change subject: ttcn3-pcu: Drop unneeded modifications for latest
......................................................................

ttcn3-pcu: Drop unneeded modifications for latest

Latest osmo-pcu release 0.8.0 already behaves same as master.

Change-Id: I774af9eb7625891d906d33a0ea0ab3ffc5973a32
---
M ttcn3-pcu-test/jenkins.sh
1 file changed, 0 insertions(+), 12 deletions(-)

Approvals:
  laforge: Looks good to me, approved; Verified



diff --git a/ttcn3-pcu-test/jenkins.sh b/ttcn3-pcu-test/jenkins.sh
index 4305a8d..e0f1212 100755
--- a/ttcn3-pcu-test/jenkins.sh
+++ b/ttcn3-pcu-test/jenkins.sh
@@ -13,22 +13,10 @@
 mkdir $VOL_BASE_DIR/pcu-tester
 mkdir $VOL_BASE_DIR/pcu-tester/unix
 cp PCU_Tests.cfg $VOL_BASE_DIR/pcu-tester/
-# Latest release of osmo-pcu (0.7.0) has prompt "Osmo-PCU", while master uses more
-# usual osmocom form "OsmoPCU". This can be removed once a new osmo-pcu version is released
-if [ "$IMAGE_SUFFIX" = "latest" ]; then
-	sed "s/OsmoPCU/Osmo-PCU/g" -i $VOL_BASE_DIR/pcu-tester/PCU_Tests.cfg
-fi
 
 mkdir $VOL_BASE_DIR/pcu
 mkdir $VOL_BASE_DIR/pcu/unix
 cp osmo-pcu.cfg $VOL_BASE_DIR/pcu/
-# Latest release of osmo-pcu (0.7.0) doesn't know some gsmtap categories
-# This can be removed once a new osmo-pcu version is released
-if [ "$IMAGE_SUFFIX" = "latest" ]; then
-        sed "s/gsmtap-category dl-agch//g" -i $VOL_BASE_DIR/pcu/osmo-pcu.cfg
-        sed "s/gsmtap-category dl-pch//g" -i $VOL_BASE_DIR/pcu/osmo-pcu.cfg
-        sed "s/gsmtap-category ul-rach//g" -i $VOL_BASE_DIR/pcu/osmo-pcu.cfg
-fi
 
 mkdir $VOL_BASE_DIR/unix
 

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I774af9eb7625891d906d33a0ea0ab3ffc5973a32
Gerrit-Change-Number: 16733
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin 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/20200105/717f15d1/attachment.htm>


More information about the gerrit-log mailing list