Change in osmo-ttcn3-hacks[master]: gbproxy: Print log line for every ConnHdlr we 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/.

laforge gerrit-no-reply at lists.osmocom.org
Sun Jan 17 10:17:14 UTC 2021


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22247 )


Change subject: gbproxy: Print log line for every ConnHdlr we start
......................................................................

gbproxy: Print log line for every ConnHdlr we start

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



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

diff --git a/gbproxy/GBProxy_Tests.ttcn b/gbproxy/GBProxy_Tests.ttcn
index eb27627..8d5609c 100644
--- a/gbproxy/GBProxy_Tests.ttcn
+++ b/gbproxy/GBProxy_Tests.ttcn
@@ -629,6 +629,8 @@
 
 	vc_conn := BSSGP_ConnHdlr.create(id);
 
+	log("Starting ", id, " for SGSN[", sgsn_idx, "], NRI=", nri, ", P-TMSI=", pars.p_tmsi,
+	    ", TLLI=", pars.tlli, ", IMSI=", pars.imsi, " on component=", vc_conn);
 	vc_conn.start(f_handler_init(fn, id, pars));
 	return vc_conn;
 }

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22247
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: I43e0ffb1b8be4f85a55ab1ed24fcf9d3b60a4d60
Gerrit-Change-Number: 22247
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210117/5d43b2c3/attachment.htm>


More information about the gerrit-log mailing list