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

Change subject: ttcn3-pcu: Disable sending all DATA.ind on pcu -latest
......................................................................

ttcn3-pcu: Disable sending all DATA.ind on pcu -latest

Change-Id: I4365d54c64e750a708e04e36ea131ec7499560f1
Depends: osmo-ttcn3-hacks.git Change-Id 
Ib4f97a9bcfa68230945effeb6412218faa64ec78
Related: OS#5020
---
M ttcn3-pcu-test/PCU_Tests.cfg
M ttcn3-pcu-test/jenkins.sh
2 files changed, 6 insertions(+), 0 deletions(-)

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



diff --git a/ttcn3-pcu-test/PCU_Tests.cfg b/ttcn3-pcu-test/PCU_Tests.cfg
index 07d9c3a..9d2f36f 100644
--- a/ttcn3-pcu-test/PCU_Tests.cfg
+++ b/ttcn3-pcu-test/PCU_Tests.cfg
@@ -36,6 +36,7 @@
        }
 }
 Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoPCU";
+PCUIF_Components.mp_send_all_data_ind := true;

 [MAIN_CONTROLLER]

diff --git a/ttcn3-pcu-test/jenkins.sh b/ttcn3-pcu-test/jenkins.sh
index 11c77ad..c597e0e 100755
--- a/ttcn3-pcu-test/jenkins.sh
+++ b/ttcn3-pcu-test/jenkins.sh
@@ -16,6 +16,11 @@
 mkdir $VOL_BASE_DIR/pcu-tester/unix
 cp PCU_Tests.cfg $VOL_BASE_DIR/pcu-tester/

+# Disable until osmo-pcu release > 0.9.0
+if [ "$IMAGE_SUFFIX" = "latest" ]; then
+       sed -i 
"s/^PCUIF_Components.mp_send_all_data_ind.*/PCUIF_Components.mp_send_all_data_ind
 := false;/" $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/

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I4365d54c64e750a708e04e36ea131ec7499560f1
Gerrit-Change-Number: 23277
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pes...@sysmocom.de>
Gerrit-Reviewer: laforge <lafo...@osmocom.org>
Gerrit-Reviewer: pespin <pes...@sysmocom.de>
Gerrit-MessageType: merged

Reply via email to