aboutsummaryrefslogtreecommitdiffstats
path: root/sgsn/SGSN_Tests.ttcn
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-05-04 16:41:35 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-05-04 16:41:57 +0200
commitdab2fbd8972fffa4bd8eb6a058ef16074920bdcd (patch)
treef8c14c610d236a1f902f89154046bf3ef096f328 /sgsn/SGSN_Tests.ttcn
parent7bac69f253a034fa6005b7ee48b24750ec4788bb (diff)
sgsn: TC_bssgp_rim_single_report: Avoid useless component start
The componenet is not needed/used at all, so there's no need to start it. Change-Id: I63baadbb8b09843a653d3f5c11df204f5a1a761e
Diffstat (limited to 'sgsn/SGSN_Tests.ttcn')
-rw-r--r--sgsn/SGSN_Tests.ttcn5
1 files changed, 0 insertions, 5 deletions
diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index e7abc9bf..dded3903 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -3156,17 +3156,12 @@ testcase TC_paging_ps() runs on test_CT {
f_cleanup();
}
-private function f_TC_bssgp_rim_dummy(charstring id) runs on BSSGP_ConnHdlr {
-}
-
/* Run a RIM single report procedure over the sgsn. Since the SGSN will only do a transparent routing of the
* RIM messages this basically tests if the message is correctly transfered from one GB interface to the
* other and vice versa. */
testcase TC_bssgp_rim_single_report() runs on test_CT {
var BSSGP_ConnHdlr vc_conn;
f_init();
- vc_conn := f_start_handler(refers(f_TC_bssgp_rim_dummy), testcasename(), g_gb, 17);
- vc_conn.done;
timer T := 2.0;