aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-11-16 19:00:34 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-11-16 19:00:36 +0100
commit9581a23764f20ff39fcaec54a065b4e897113a3c (patch)
tree0e42c8d9ffe80e6f9d6a8f9e9fab7382833700ec
parentebb4f59a945d0e765aad6dec2dd887ae00f5afb7 (diff)
ttcn3-bsc-test: Leave mp_enable_dyn_sdcch8_test enabled in latest
Release 1.8.0 is already released, so latest should support this. Change-Id: I560cb7d0ab61b5373982160032040a65dc043ce4
-rw-r--r--ttcn3-bsc-test/BSC_Tests.cfg1
-rwxr-xr-xttcn3-bsc-test/jenkins-sccplite.sh5
-rwxr-xr-xttcn3-bsc-test/jenkins.sh5
-rw-r--r--ttcn3-bsc-test/sccplite/BSC_Tests.cfg1
4 files changed, 0 insertions, 12 deletions
diff --git a/ttcn3-bsc-test/BSC_Tests.cfg b/ttcn3-bsc-test/BSC_Tests.cfg
index 8ec9409..80e06ee 100644
--- a/ttcn3-bsc-test/BSC_Tests.cfg
+++ b/ttcn3-bsc-test/BSC_Tests.cfg
@@ -12,7 +12,6 @@
[MODULE_PARAMETERS]
BSC_Tests.mp_bsc_ip := "172.18.2.20";
BSC_Tests.mp_test_ip := "172.18.2.203";
-BSC_Tests.mp_enable_dyn_sdcch8_test := true;
BSC_Tests.mp_bssap_cfg := {
{
transport := BSSAP_TRANSPORT_AoIP,
diff --git a/ttcn3-bsc-test/jenkins-sccplite.sh b/ttcn3-bsc-test/jenkins-sccplite.sh
index 7fb0525..bc6eaa0 100755
--- a/ttcn3-bsc-test/jenkins-sccplite.sh
+++ b/ttcn3-bsc-test/jenkins-sccplite.sh
@@ -16,11 +16,6 @@ NET_NAME=ttcn3-bsc_sccplite-test
mkdir $VOL_BASE_DIR/bsc-tester
cp sccplite/BSC_Tests.cfg $VOL_BASE_DIR/bsc-tester/
-# Dynamic TS SDCCH8 must be disabled until release AFTER osmo-bsc 1.7.0 is tagged
-if image_suffix_is_latest; then
- sed "s/BSC_Tests.mp_enable_dyn_sdcch8_test := true;/BSC_Tests.mp_enable_dyn_sdcch8_test := false;/g" -i $VOL_BASE_DIR/bsc-tester/BSC_Tests.cfg
-fi
-
mkdir $VOL_BASE_DIR/bsc
cp sccplite/osmo-bsc.cfg $VOL_BASE_DIR/bsc/
diff --git a/ttcn3-bsc-test/jenkins.sh b/ttcn3-bsc-test/jenkins.sh
index dfa1f6f..18236a2 100755
--- a/ttcn3-bsc-test/jenkins.sh
+++ b/ttcn3-bsc-test/jenkins.sh
@@ -14,11 +14,6 @@ set -e
mkdir $VOL_BASE_DIR/bsc-tester
cp BSC_Tests.cfg $VOL_BASE_DIR/bsc-tester/
-# Dynamic TS SDCCH8 must be disabled until release AFTER osmo-bsc 1.7.0 is tagged
-if image_suffix_is_latest; then
- sed "s/BSC_Tests.mp_enable_dyn_sdcch8_test := true;/BSC_Tests.mp_enable_dyn_sdcch8_test := false;/g" -i $VOL_BASE_DIR/bsc-tester/BSC_Tests.cfg
-fi
-
mkdir $VOL_BASE_DIR/stp
cp osmo-stp.cfg $VOL_BASE_DIR/stp/
diff --git a/ttcn3-bsc-test/sccplite/BSC_Tests.cfg b/ttcn3-bsc-test/sccplite/BSC_Tests.cfg
index d5f8bd7..5103e2e 100644
--- a/ttcn3-bsc-test/sccplite/BSC_Tests.cfg
+++ b/ttcn3-bsc-test/sccplite/BSC_Tests.cfg
@@ -12,7 +12,6 @@
[MODULE_PARAMETERS]
BSC_Tests.mp_bsc_ip := "172.18.12.20";
BSC_Tests.mp_test_ip := "172.18.12.203";
-BSC_Tests.mp_enable_dyn_sdcch8_test := true;
BSC_Tests.mp_bssap_cfg := {
{
transport := BSSAP_TRANSPORT_SCCPlite_SERVER,