lynxis lazus has submitted this change. ( https://gerrit.osmocom.org/c/osmo-sgsn/+/43597?usp=email )
(
3 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: gprs_gmm: Attach Complete: add TODO for follow-on request ......................................................................
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(-)
Approvals: pespin: Looks good to me, approved fixeria: Looks good to me, but someone else must approve Jenkins Builder: Verified
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); }