ttcn3-stp-test: do not set mp_osmo_stp_newer_than_1_4_0

Setting a non-existing parameter makes TITAN unhappy:

  HC@fd91bc0a2114: Error while setting parameter field
                   'STP_Tests_M3UA.mp_osmo_stp_newer_than_1_4_0' to 'true':
                   Module parameter cannot be set, because no parameter with
                   name 'mp_osmo_stp_newer_than_1_4_0' exists in module
                   'STP_Tests_M3UA'.

Change-Id: Ie4fba3eb73e0da60bc20859efddecc5ec816cb9e
This commit is contained in:
Vadim Yanitskiy 2021-11-18 22:05:36 +03:00
parent 1821fd80e9
commit 8b2aeab0c2
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ STP_Tests_IPA.mp_stp_ipa_ip := "172.18.19.200";
STP_Tests_M3UA.mp_stp_m3ua_ip := { "172.18.19.200", "fd02:db8:19::200" };
STP_Tests_IPA.mp_local_ipa_ip := "172.18.19.203";
STP_Tests_M3UA.mp_local_m3ua_ip := { "172.18.19.203", "fd02:db8:19::203" };
STP_Tests_M3UA.mp_osmo_stp_newer_than_1_4_0 := true;
[MAIN_CONTROLLER]