add FIXME to IMSI DETACH INDICATION: we need to release all transactions

This commit is contained in:
Harald Welte 2009-12-20 09:58:40 +01:00
parent 0b7b61c6b7
commit 31981a0051
1 changed files with 3 additions and 0 deletions

View File

@ -1402,6 +1402,9 @@ static int gsm48_rx_mm_imsi_detach_ind(struct msgb *msg)
} else
DEBUGP(DMM, "Unknown Subscriber ?!?\n");
/* FIXME: iterate over all transactions and release them,
* imagine an IMSI DETACH happening during an active call! */
/* subscriber is detached: should we release lchan? */
return 0;