[PATCH] osmo-iuh[master]: log hnbap UE context allocation

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

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu Sep 22 17:57:44 UTC 2016


Review at  https://gerrit.osmocom.org/911

log hnbap UE context allocation

Change-Id: I572095e6d3f2b48362bf8a88bc66f8438348d29a
---
M src/hnbgw.c
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/11/911/1

diff --git a/src/hnbgw.c b/src/hnbgw.c
index d50e622..0bded80 100644
--- a/src/hnbgw.c
+++ b/src/hnbgw.c
@@ -145,6 +145,9 @@
 	ue->context_id = get_next_ue_ctx_id(hnb->gw);
 	llist_add_tail(&ue->list, &hnb->gw->ue_list);
 
+	LOGP(DHNBAP, LOGL_INFO, "created UE context: imsi %s tmsi 0x%x\n",
+	     imsi? imsi : "-", tmsi);
+
 	return ue;
 }
 

-- 
To view, visit https://gerrit.osmocom.org/911
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I572095e6d3f2b48362bf8a88bc66f8438348d29a
Gerrit-PatchSet: 1
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list