From 0e59f1e8bfbfa0168adad158063230f61c4d3596 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 31 May 2019 14:44:02 +0200 Subject: 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 --- ttcn3-bsc-test/sccplite/BSC_Tests.cfg | 1 + 1 file changed, 1 insertion(+) 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", -- cgit v1.2.3