[MERGED] osmo-iuh[master]: log: hnbgw: add hnbap UE context allocation info log

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Tue Sep 27 05:55:56 UTC 2016


Harald Welte has submitted this change and it was merged.

Change subject: log: hnbgw: add hnbap UE context allocation info log
......................................................................


log: hnbgw: add hnbap UE context allocation info log

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

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/hnbgw.c b/src/hnbgw.c
index c326b12..bd0b3ba 100644
--- a/src/hnbgw.c
+++ b/src/hnbgw.c
@@ -161,6 +161,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: id 0x%x, imsi %s, tmsi 0x%x\n",
+	     ue->context_id, imsi? imsi : "-", tmsi);
+
 	return ue;
 }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iac0ca948d6e699d984c6e424afe7106dcaf2ab1e
Gerrit-PatchSet: 2
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list