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 <[email protected]>