Neels Hofmeyr has submitted this change and it was merged.

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


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(-)

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



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: merged
Gerrit-Change-Id: I8aeb93fe8037e5fdc0784f5fc3bdb527de3b76bd
Gerrit-PatchSet: 1
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <[email protected]>

Reply via email to