lynxis lazus has uploaded this change for review.

View Change

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);
}

To view, visit change 43597. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: I136ff28262b5caec139765881ba2efd64ab75dcc
Gerrit-Change-Number: 43597
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis@fe80.eu>