aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-12-03 14:48:22 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-12-03 14:48:27 +0100
commite1ba781f7b3d45b3e8f9ea87c3041e6980dcf946 (patch)
tree274019e21c2878a197a8bef5731de25b781d3b06
parentf8c701008b578e51cc370dbf0115890fdd333cbe (diff)
gtphub: tweak startup log for sgsn_use_sender
-rw-r--r--openbsc/src/gprs/gtphub.c3
1 files changed, 3 insertions, 0 deletions
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;
}