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
This commit is contained in:
Pau Espin 2021-02-26 13:18:48 +01:00
parent 06b256e337
commit 5a31e0adc8
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@
SIP_Tests.mp_local_host := "172.18.11.103" SIP_Tests.mp_local_host := "172.18.11.103"
SIP_Tests.mp_osmosip_host := "172.18.11.10" SIP_Tests.mp_osmosip_host := "172.18.11.10"
SIP_Tests.mp_mncc := "/data/unix/mncc" SIP_Tests.mp_mncc := "/data/unix/mncc"
MNCC_Emulation.mp_mncc_version := 7
[MAIN_CONTROLLER] [MAIN_CONTROLLER]