Compare commits

...

1 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther
06d28bb08a Add a hack to exit the pcu... quick enough..
Done during testing on the customer site. SOmehow the PCU when
re-connecting to the BTS and a newly started SGSN will not initialize
the BSSGP BVCI correctly. We do have a trace... and will look into
a fix.
2013-07-11 16:13:38 +02:00

View File

@@ -630,6 +630,9 @@ int gprs_bssgp_create(uint16_t local_port, uint32_t sgsn_ip,
void gprs_bssgp_destroy(void) void gprs_bssgp_destroy(void)
{ {
LOGP(DBSSGP, LOGL_NOTICE, "Forcing to exit at bssgp destruction\n");
exit(0);
if (!bssgp_nsi) if (!bssgp_nsi)
return; return;