[PATCH] osmo-iuh[master]: osmo-hnbgw: startup: log the RNC-Id that is going to be used

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
Sun Dec 24 23:46:57 UTC 2017


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

osmo-hnbgw: startup: log the RNC-Id that is going to be used

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


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

diff --git a/src/hnbgw.c b/src/hnbgw.c
index ff3e2a9..752fc0f 100644
--- a/src/hnbgw.c
+++ b/src/hnbgw.c
@@ -485,6 +485,8 @@
 		exit(1);
 	}
 
+	LOGP(DHNBAP, LOGL_NOTICE, "Using RNC-Id %u\n", g_hnb_gw->config.rnc_id);
+
 	OSMO_ASSERT(g_hnb_gw->config.iuh_local_ip);
 	LOGP(DMAIN, LOGL_NOTICE, "Listening for Iuh at %s %d\n",
 	     g_hnb_gw->config.iuh_local_ip,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8aeb93fe8037e5fdc0784f5fc3bdb527de3b76bd
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