Review at https://gerrit.osmocom.org/4452
Log address on GTP creation
Change-Id: Ic54a2ff835c9a0ceccf2f718f56371a881dd25b7
---
M src/gprs/sgsn_libgtp.c
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/52/4452/1
diff --git a/src/gprs/sgsn_libgtp.c b/src/gprs/sgsn_libgtp.c
index 04735e2..1032230 100644
--- a/src/gprs/sgsn_libgtp.c
+++ b/src/gprs/sgsn_libgtp.c
@@ -836,6 +836,8 @@
LOGP(DGPRS, LOGL_ERROR, "Failed to create GTP: %d\n", rc);
return rc;
}
+ LOGP(DGPRS, LOGL_NOTICE, "Created GTP on %s\n",
inet_ntoa(sgi->cfg.gtp_listenaddr.sin_addr));
+
gsn = sgi->gsn;
if (gsn->mode != GTP_MODE_SGSN)
--
To view, visit https://gerrit.osmocom.org/4452
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic54a2ff835c9a0ceccf2f718f56371a881dd25b7
Gerrit-PatchSet: 1
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Owner: Max <[email protected]>