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
Thu Nov 19 15:00:10 UTC 2020


daniel has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/53/21253/1

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: 1
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201119/5d6a134b/attachment.htm>


More information about the gerrit-log mailing list