lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-sgsn/+/43597?usp=email )
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-up request after an Attach Req. Currently unsupported.
Change-Id: I136ff28262b5caec139765881ba2efd64ab75dcc --- M src/sgsn/gprs_gmm.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/97/43597/1
diff --git a/src/sgsn/gprs_gmm.c b/src/sgsn/gprs_gmm.c index a324066..c9d5401 100644 --- a/src/sgsn/gprs_gmm.c +++ b/src/sgsn/gprs_gmm.c @@ -1418,6 +1418,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); }