lynxis lazus submitted this change.
3 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
gprs_gmm: Attach Complete: add TODO for follow-on request
Iu supports a follow-on request after an Attach Req. Currently unsupported.
Change-Id: I136ff28262b5caec139765881ba2efd64ab75dcc
---
M src/sgsn/gprs_gmm.c
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/sgsn/gprs_gmm.c b/src/sgsn/gprs_gmm.c
index 6df849d..84c6387 100644
--- a/src/sgsn/gprs_gmm.c
+++ b/src/sgsn/gprs_gmm.c
@@ -1417,6 +1417,7 @@
LOGMMCTXP(LOGL_INFO, mmctx, "-> GMM ATTACH COMPLETE\n");
#ifdef BUILD_IU
+ /* TODO: check follow-on request */
if (mmctx->iu.ue_ctx) {
sgsn_ranap_iu_tx_release(mmctx->iu.ue_ctx, NULL);
}
To view, visit change 43597. To unsubscribe, or for help writing mail filters, visit settings.