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.
This commit is contained in:
Holger Hans Peter Freyther 2013-07-11 16:13:38 +02:00
parent 81a12be317
commit 06d28bb08a
1 changed files with 3 additions and 0 deletions

View File

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