Change in osmo-ttcn3-hacks[master]: sgsn: TC_bssgp_rim_single_report: Avoid useless component start

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Wed May 5 11:36:30 UTC 2021


pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24125 )

Change subject: sgsn: TC_bssgp_rim_single_report: Avoid useless component start
......................................................................

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
---
M sgsn/SGSN_Tests.ttcn
1 file changed, 0 insertions(+), 5 deletions(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved



diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index e7abc9b..dded390 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -3156,17 +3156,12 @@
 	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;
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24125
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I63baadbb8b09843a653d3f5c11df204f5a1a761e
Gerrit-Change-Number: 24125
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210505/e3dcd963/attachment.htm>


More information about the gerrit-log mailing list