[PATCH] 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/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Mon Sep 26 00:21:27 UTC 2016


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

log: hnbgw: add hnbap UE context allocation info log

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


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

diff --git a/src/hnbgw.c b/src/hnbgw.c
index 0e711db..d375e27 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: newchange
Gerrit-Change-Id: Iac0ca948d6e699d984c6e424afe7106dcaf2ab1e
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