mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
[GPRS] SGSN: exit() if we cannot bind to the GTP address
This commit is contained in:
@@ -174,6 +174,9 @@ int main(int argc, char **argv)
|
||||
}
|
||||
|
||||
rc = sgsn_gtp_init(&sgsn_inst);
|
||||
if (rc)
|
||||
exit(2);
|
||||
|
||||
nsip_listen(sgsn_nsi, sgsn_inst.cfg.nsip_listen_port);
|
||||
|
||||
_ggsn.gtp_version = 1;
|
||||
|
Reference in New Issue
Block a user