aboutsummaryrefslogtreecommitdiffstats
path: root/smlc/SMLC_Tests.ttcn
diff options
context:
space:
mode:
Diffstat (limited to 'smlc/SMLC_Tests.ttcn')
-rw-r--r--smlc/SMLC_Tests.ttcn12
1 files changed, 0 insertions, 12 deletions
diff --git a/smlc/SMLC_Tests.ttcn b/smlc/SMLC_Tests.ttcn
index e42ed22e..2a506661 100644
--- a/smlc/SMLC_Tests.ttcn
+++ b/smlc/SMLC_Tests.ttcn
@@ -156,14 +156,6 @@ altstep as_Tguard() runs on test_CT {
}
}
-private function f_logp(TELNETasp_PT pt, charstring log_msg)
-{
- // log on TTCN3 log output
- log(log_msg);
- // log in stderr log
- f_vty_transceive(pt, "logp lglobal notice TTCN3 f_logp(): " & log_msg);
-}
-
/* global initialization function
* \param nr_bts Number of BTSs we should start/bring up
* \param handler_mode Start an RSL_Emulation_CT component (true) or not (false).
@@ -489,15 +481,11 @@ testcase TC_smlc_location_request_bsslap_abort() runs on test_CT {
}
control {
-if (true) {
- execute( TC_smlc_location_request_without_ta_l3() );
-} else {
execute( TC_smlc_location_request_with_ta_l3() );
execute( TC_smlc_location_request_without_ta_l3() );
execute( TC_smlc_location_request_bsslap_reset() );
execute( TC_smlc_location_request_bsslap_abort() );
execute( TC_smlc_location_request_abort() );
}
-}
}