From 06b256e337f92fe8170af5b7459867b29109fdbb Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 26 Feb 2021 13:17:49 +0100 Subject: [PATCH] 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 --- ttcn3-msc-test/MSC_Tests.cfg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ttcn3-msc-test/MSC_Tests.cfg b/ttcn3-msc-test/MSC_Tests.cfg index d7b38fbc..83c18c7c 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]