aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-msc-test
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-02-26 13:17:49 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-02-26 13:35:03 +0100
commit06b256e337f92fe8170af5b7459867b29109fdbb (patch)
treec0481ca4df122cd78207c9d06eddfc1459258444 /ttcn3-msc-test
parent6c696b229411b13667374df9e2a82595b3bbb0f6 (diff)
ttcn3-msc: Drop uneeded module params
Since -latest was updated to newer releases, there's no need to change the values of these params. Furthermore, they will be completely dropped soon. Change-Id: I6121b435c5b984eab64d953e9d3f26eecc0e7bc5 Related: OS#5042
Diffstat (limited to 'ttcn3-msc-test')
-rw-r--r--ttcn3-msc-test/MSC_Tests.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/ttcn3-msc-test/MSC_Tests.cfg b/ttcn3-msc-test/MSC_Tests.cfg
index d7b38fb..83c18c7 100644
--- a/ttcn3-msc-test/MSC_Tests.cfg
+++ b/ttcn3-msc-test/MSC_Tests.cfg
@@ -51,10 +51,6 @@ MSC_Tests.mp_msc_ip := "172.18.20.10";
# local (emulation) side)
MSC_Tests.mp_hlr_ip := "172.18.20.103";
MSC_Tests.mp_mgw_ip := "172.18.20.103";
-MSC_Tests.mp_enable_crashing_tests := true;
-MSC_Tests.mp_enable_cell_id_test := true;
-BSC_ConnectionHandler.mp_expect_common_id := true;
-MNCC_Emulation.mp_mncc_version := 7;
[MAIN_CONTROLLER]