From e1ba781f7b3d45b3e8f9ea87c3041e6980dcf946 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 3 Dec 2015 14:48:22 +0100 Subject: gtphub: tweak startup log for sgsn_use_sender --- openbsc/src/gprs/gtphub.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openbsc/src/gprs/gtphub.c b/openbsc/src/gprs/gtphub.c index 676282575..b123b11e0 100644 --- a/openbsc/src/gprs/gtphub.c +++ b/openbsc/src/gprs/gtphub.c @@ -2486,6 +2486,9 @@ int gtphub_start(struct gtphub *hub, struct gtphub_cfg *cfg, gtphub_port_str(hub->proxy[side_idx][plane_idx])); } + if (hub->sgsn_use_sender) + LOG(LOGL_NOTICE, "Using sender address and port for SGSN instead of GSN Addr IE and default ports."); + gtphub_gc_start(hub); return 0; } -- cgit v1.2.3