dexter has uploaded this change for review. ( https://gerrit.osmocom.org/11690
Change subject: MSC_Tests: remove unused control interface ...................................................................... MSC_Tests: remove unused control interface MSC_Tests initalizes a control interface (IPA_CTRL) port but none of the test executes control commands, lets remove it as it is not needed. Change-Id: I204b2e96057d13342f4bd4fdaf08fb7b88b6b11d Related: OS#3615 --- M msc/MSC_Tests.ttcn 1 file changed, 1 insertion(+), 6 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/90/11690/1 diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn index c0cd9d3..25d38cf 100644 --- a/msc/MSC_Tests.ttcn +++ b/msc/MSC_Tests.ttcn @@ -16,10 +16,6 @@ import from SCTPasp_Types all; import from SCTPasp_PortType all; -import from Osmocom_CTRL_Functions all; -import from Osmocom_CTRL_Types all; -import from Osmocom_CTRL_Adapter all; - import from TELNETasp_PortType all; import from Osmocom_VTY_Functions all; @@ -60,7 +56,7 @@ const integer NUM_BSC := 2; type record of BSSAP_Configuration BSSAP_Configurations; -type component MTC_CT extends CTRL_Adapter_CT { +type component MTC_CT { var boolean g_initialized := false; var BSSAP_Adapter g_bssap[NUM_BSC]; @@ -240,7 +236,6 @@ } } - f_ipa_ctrl_start(mp_msc_ip, mp_msc_ctrl_port); f_init_mncc("MSC_Test"); f_init_mgcp("MSC_Test"); f_init_gsup("MSC_Test"); -- To view, visit https://gerrit.osmocom.org/11690 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I204b2e96057d13342f4bd4fdaf08fb7b88b6b11d Gerrit-Change-Number: 11690 Gerrit-PatchSet: 1 Gerrit-Owner: dexter <pma...@sysmocom.de>