gtphub: tweak startup log for sgsn_use_sender

This commit is contained in:
Neels Hofmeyr 2015-12-03 14:48:22 +01:00
parent f8c701008b
commit e1ba781f7b
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}