BSC_Tests: Fix TC_rsl_unknown_unit_id / TC_oml_unknown_unit_id

We are testing purely IPA/RSL/OML, and half-starting the BSSAP/M3UA
emulation is not a good idea, if it generatees events that we don't
catch

Change-Id: Ie90cd88e63ba6062e4ea2592045e9c97bc11887e
This commit is contained in:
Harald Welte 2018-03-17 17:36:11 +01:00
parent 6a12969ba8
commit 8af4d797fa
1 changed files with 0 additions and 4 deletions

View File

@ -1305,10 +1305,6 @@ function f_ipa_unknown_unit_id(integer mp_bsc_ipa_port) runs on test_CT return b
bts[0].rsl.ccm_pars.name := "Osmocom TTCN-3 BTS Simulator";
bts[0].rsl.ccm_pars.unit_id := "0/0/0"; /* value which is unknown at BTS */
/* Call a function of our 'parent component' BSSAP_Adapter_CT to start the
* MSC-side BSSAP emulation */
f_bssap_init(g_bssap, mp_bssap_cfg, "VirtMSC", omit);
f_ipa_ctrl_start(mp_bsc_ip, mp_bsc_ctrl_port);
f_init_mgcp("VirtMSC");