aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-bsc-test
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-05-31 14:44:02 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-05-31 14:44:58 +0200
commit0e59f1e8bfbfa0168adad158063230f61c4d3596 (patch)
treea19ffb8b50efb1940891515a9d55ce28db78fcc9 /ttcn3-bsc-test
parent1d60e6be3e9ff05992d33b039a92b18873b02605 (diff)
bsc: Fix: Disable osmux for ttcn3-bsc-test-sccplite-latest
Recent commit added bits to disable "osmux on/off" vty commands on "-latest" tested, but forgot to add required line in sccplite/BSC_Tests.cfg for sed command in jenkins.sh script to work. Fixes: 2cdab85e5f42c876a3024ca2154c67c21d1d78cc Change-Id: I9b4ce2d7151d65b4c83417a59fd01672971b3937
Diffstat (limited to 'ttcn3-bsc-test')
-rw-r--r--ttcn3-bsc-test/sccplite/BSC_Tests.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/ttcn3-bsc-test/sccplite/BSC_Tests.cfg b/ttcn3-bsc-test/sccplite/BSC_Tests.cfg
index adb126c..6b72eec 100644
--- a/ttcn3-bsc-test/sccplite/BSC_Tests.cfg
+++ b/ttcn3-bsc-test/sccplite/BSC_Tests.cfg
@@ -11,6 +11,7 @@
[MODULE_PARAMETERS]
BSC_Tests.mp_bsc_ip := "172.18.12.20";
BSC_Tests.mp_test_ip := "172.18.12.203";
+BSC_Tests.mp_enable_osmux_test := true;
BSC_Tests.mp_bssap_cfg := {
transport := BSSAP_TRANSPORT_SCCPlite_SERVER,
sccp_service_type := "mtp3_itu",