aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-03-08 20:31:23 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-03-08 20:32:11 +0100
commit2c846f60e67084b73c588c32fda74e5711b592d8 (patch)
treefdb92e118703cfd1a3c759f6bbd76db2a251684d
parentb70b3c1a80110329aa7c6a8be5a9e0ced511be13 (diff)
Revert "ttcn3-pcu: Disable sending all DATA.ind on pcu -latest"
This reverts commit b70b3c1a80110329aa7c6a8be5a9e0ced511be13.t The patch was merged too quickly before osmo-ttcn3-hacks.git one. Revert temporarily to avoid all tests failing due to non-existant module parameter. Change-Id: I61850cb0ea5ef2a86657dc8390ad7dbcb943b4bf
-rw-r--r--ttcn3-pcu-test/PCU_Tests.cfg1
-rwxr-xr-xttcn3-pcu-test/jenkins.sh5
2 files changed, 0 insertions, 6 deletions
diff --git a/ttcn3-pcu-test/PCU_Tests.cfg b/ttcn3-pcu-test/PCU_Tests.cfg
index 9d2f36f..07d9c3a 100644
--- a/ttcn3-pcu-test/PCU_Tests.cfg
+++ b/ttcn3-pcu-test/PCU_Tests.cfg
@@ -36,7 +36,6 @@ SGSN_Components.mp_nsconfig := {
}
}
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 c597e0e..11c77ad 100755
--- a/ttcn3-pcu-test/jenkins.sh
+++ b/ttcn3-pcu-test/jenkins.sh
@@ -16,11 +16,6 @@ mkdir $VOL_BASE_DIR/pcu-tester
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/