aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-02-26 13:18:48 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-02-26 13:36:06 +0100
commit5a31e0adc85ddf0f4104061f8fa43dcc9384d8a2 (patch)
tree929ec8e0e8c4f68dc0f147b9519549d497ff06a3
parent06b256e337f92fe8170af5b7459867b29109fdbb (diff)
ttcn3-sip: Drop uneeded module param MNCC_Emulation.mp_mncc_version
Since -latest was updated to newer releases, this param is never set to changed anymore, so there's no need to set it here explicitly. Change-Id: Ia9d6b7f383d6532f8f2da381e80f98af82a98e74 Related: OS#5042
-rw-r--r--ttcn3-sip-test/SIP_Tests.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/ttcn3-sip-test/SIP_Tests.cfg b/ttcn3-sip-test/SIP_Tests.cfg
index b39d73d..2904e76 100644
--- a/ttcn3-sip-test/SIP_Tests.cfg
+++ b/ttcn3-sip-test/SIP_Tests.cfg
@@ -13,7 +13,6 @@
SIP_Tests.mp_local_host := "172.18.11.103"
SIP_Tests.mp_osmosip_host := "172.18.11.10"
SIP_Tests.mp_mncc := "/data/unix/mncc"
-MNCC_Emulation.mp_mncc_version := 7
[MAIN_CONTROLLER]