From ca20710c589d37e09e1bfd977d08d4e3572fd80a Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Mon, 12 Aug 2019 18:29:57 +0200 Subject: gprs_gmm: clarify comment of Iu follow-on request Change-Id: Ib6b3a1b250de373656310a3c8f88d1d39bdcee60 --- src/gprs/gprs_gmm.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gprs/gprs_gmm.c b/src/gprs/gprs_gmm.c index 55fe3f650..ce7180341 100644 --- a/src/gprs/gprs_gmm.c +++ b/src/gprs/gprs_gmm.c @@ -1403,7 +1403,9 @@ static int gsm48_rx_gmm_att_req(struct sgsn_mm_ctx *ctx, struct msgb *msg, goto err_inval; cur += msnc_len; - /* TODO: In iu mode - handle follow-on request */ + /* TODO: In iu mode - handle follow-on request. + * Atm the SGSN do a Release Request which is in spec and will + * signal we ignored the follow-on request. */ /* aTTACH Type 10.5.5.2 */ att_type = *cur++ & 0x07; -- cgit v1.2.3