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
This commit is contained in:
Pau Espin 2021-05-04 16:41:35 +02:00
parent 7bac69f253
commit dab2fbd897
1 changed files with 0 additions and 5 deletions

View File

@ -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;