aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2009-12-20 09:58:40 +0100
committerHarald Welte <laforge@netfilter.org>2009-12-20 13:21:01 +0100
commit31981a0051682c59fc5bcebfa1ac4e3086103b25 (patch)
tree7113c4bc26819a398cf13fd6b1171734f1d13062 /openbsc
parent0b7b61c6b79eb2e69a9418af611e67bdbc70b353 (diff)
add FIXME to IMSI DETACH INDICATION: we need to release all transactions
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/gsm_04_08.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/src/gsm_04_08.c b/openbsc/src/gsm_04_08.c
index f36723937..227131671 100644
--- a/openbsc/src/gsm_04_08.c
+++ b/openbsc/src/gsm_04_08.c
@@ -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;