aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-12-24 23:54:07 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2017-12-25 00:46:12 +0100
commit4e2681df26399e2ff6260f3eaaeca23c3e25bfa6 (patch)
treebebbe019173501d4b0198cc809b82919fe29a575 /src
parentda58d26cbcfb1b523830b359a17beb8660311bd7 (diff)
osmo-hnbgw: startup: log the RNC-Id that is going to be used
Diffstat (limited to 'src')
-rw-r--r--src/hnbgw.c2
1 files changed, 2 insertions, 0 deletions
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 @@ int main(int argc, char **argv)
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,