lynxis lazus submitted this change.

View Change



3 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.

Approvals: pespin: Looks good to me, approved fixeria: Looks good to me, but someone else must approve Jenkins Builder: Verified
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.

Gerrit-MessageType: merged
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: I136ff28262b5caec139765881ba2efd64ab75dcc
Gerrit-Change-Number: 43597
Gerrit-PatchSet: 5
Gerrit-Owner: lynxis lazus <lynxis@fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis@fe80.eu>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>