Change in osmo-ttcn3-hacks[master]: gbproxy: Use a different IMSI suffix per TC

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/.

daniel gerrit-no-reply at lists.osmocom.org
Fri Nov 20 15:08:36 UTC 2020


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

Change subject: gbproxy: Use a different IMSI suffix per TC
......................................................................

gbproxy: Use a different IMSI suffix per TC

Change-Id: I9a234cd6e61cfed8c9502708314c478f9a561d58
---
M gbproxy/GBProxy_Tests.ttcn
1 file changed, 2 insertions(+), 3 deletions(-)

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



diff --git a/gbproxy/GBProxy_Tests.ttcn b/gbproxy/GBProxy_Tests.ttcn
index a1d3793..8bc8731 100644
--- a/gbproxy/GBProxy_Tests.ttcn
+++ b/gbproxy/GBProxy_Tests.ttcn
@@ -750,14 +750,13 @@
 	var BSSGP_ConnHdlr vc_conn;
 	f_init();
 
-	vc_conn := f_start_handler(refers(f_TC_ra_capability_upd), testcasename(), g_pcu, g_sgsn, 3);
+	vc_conn := f_start_handler(refers(f_TC_ra_capability_upd), testcasename(), g_pcu, g_sgsn, 4);
 	vc_conn.done;
 	/* TODO: start multiple handlers (UEs) on various cells on same and other NSEs */
 
 	f_cleanup();
 }
 
-
 private function f_TC_radio_status(charstring id) runs on BSSGP_ConnHdlr {
 	var integer i;
 	var BssgpRadioCause cause := BSSGP_RADIO_CAUSE_CONTACT_LOST;
@@ -775,7 +774,7 @@
 	var BSSGP_ConnHdlr vc_conn;
 	f_init();
 
-	vc_conn := f_start_handler(refers(f_TC_radio_status), testcasename(), g_pcu, g_sgsn, 3);
+	vc_conn := f_start_handler(refers(f_TC_radio_status), testcasename(), g_pcu, g_sgsn, 5);
 	vc_conn.done;
 	/* TODO: start multiple handlers (UEs) on various cells on same and other NSEs */
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21253
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: I9a234cd6e61cfed8c9502708314c478f9a561d58
Gerrit-Change-Number: 21253
Gerrit-PatchSet: 3
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201120/99eecbb9/attachment.htm>


More information about the gerrit-log mailing list