From 8af4d797fabce35388bfa694901a53d178a4b6a0 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 17 Mar 2018 17:36:11 +0100 Subject: [PATCH] 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 --- bsc/BSC_Tests.ttcn | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn index 1fbead9b1..8895265ee 100644 --- a/bsc/BSC_Tests.ttcn +++ b/bsc/BSC_Tests.ttcn @@ -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");