From 2253c0bd1d4a2f6046b1366d69c819ff3f925616 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 6 Nov 2018 19:28:05 +0100 Subject: BSC LCLS: add bts-loop tests Add basic establishment and teardown tests for 'bts-loop' mode of LCLS: * add explicit vty init for desired LCLS kind * add necessary IPA RSL MDCX functions * explicitly pass LCLS kind as a parameter to shared functions (defaulting to 'mgw-loop') Change-Id: I40e786b430591899c722d99d685db26efa868508 Related: OS#3659 --- bsc/BSC_Tests.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsc/BSC_Tests.ttcn') diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn index 21ec0ffa..13535ce3 100644 --- a/bsc/BSC_Tests.ttcn +++ b/bsc/BSC_Tests.ttcn @@ -289,7 +289,7 @@ function f_init_mgcp(charstring id) runs on test_CT { vc_MGCP.start(MGCP_Emulation.main(ops, mgcp_pars, id)); } -private function f_init_vty(charstring id := "foo") runs on test_CT { +function f_init_vty(charstring id := "foo") runs on test_CT { if (BSCVTY.checkstate("Mapped")) { /* skip initialization if already executed once */ return; -- cgit v1.2.3