aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-bsc-test/jenkins.sh
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-08-19 19:24:37 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-08-19 19:24:39 +0200
commit38f51b709f1e9102468dc3cb21271c8a43692851 (patch)
tree865944f0cde7b25711c3bae1add5947c496ca049 /ttcn3-bsc-test/jenkins.sh
parentb1999827f50ce084a767873b5812c72a972864c7 (diff)
ttcn3-bsc/msc: Drop fixups for latest releases not supporting osmux
Last releases of osmo-bsc and osmo-bsc already support Osmux, so we can drop those lines as indicated. Change-Id: Id6a18f2d691f6e9234a5a0cf91ed5c840a6394de
Diffstat (limited to 'ttcn3-bsc-test/jenkins.sh')
-rwxr-xr-xttcn3-bsc-test/jenkins.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/ttcn3-bsc-test/jenkins.sh b/ttcn3-bsc-test/jenkins.sh
index 453fcf0..af5c965 100755
--- a/ttcn3-bsc-test/jenkins.sh
+++ b/ttcn3-bsc-test/jenkins.sh
@@ -12,10 +12,6 @@ docker_images_require \
mkdir $VOL_BASE_DIR/bsc-tester
cp BSC_Tests.cfg $VOL_BASE_DIR/bsc-tester/
-# osmux must be disabled until release AFTER osmo-bsc 1.4.1 is tagged
-if [ "$IMAGE_SUFFIX" = "latest" ]; then
- sed "s/BSC_Tests.mp_enable_osmux_test := true;/BSC_Tests.mp_enable_osmux_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/