pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-sgsn/+/15183
Change subject: gprs_gmm.c: Use correct function to set MM_IDLE state during
cleanup
......................................................................
gprs_gmm.c: Use correct function to set MM_IDLE state during cleanup
Change-Id: Ic6912269d0d69c86f19e57f3271ebda1328e968f
---
M src/gprs/gprs_gmm.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/83/15183/1
diff --git a/src/gprs/gprs_gmm.c b/src/gprs/gprs_gmm.c
index c8bc0f7..a91a9b6 100644
--- a/src/gprs/gprs_gmm.c
+++ b/src/gprs/gprs_gmm.c
@@ -327,7 +327,7 @@
/* Mark MM state as deregistered */
ctx->gmm_state = GMM_DEREGISTERED;
mmctx_set_pmm_state(ctx, PMM_DETACHED);
- mmctx_set_pmm_state(ctx, MM_IDLE);
+ mmctx_set_mm_state(ctx, MM_IDLE);
sgsn_mm_ctx_cleanup_free(ctx);
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-sgsn/+/15183
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: Ic6912269d0d69c86f19e57f3271ebda1328e968f
Gerrit-Change-Number: 15183
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-MessageType: newchange