aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs/gprs_gb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gprs/gprs_gb.c')
-rw-r--r--src/gprs/gprs_gb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gprs/gprs_gb.c b/src/gprs/gprs_gb.c
index 29bfc53ee..43af4347e 100644
--- a/src/gprs/gprs_gb.c
+++ b/src/gprs/gprs_gb.c
@@ -35,7 +35,7 @@
/* Update the MM context state */
static void gsm0408_gprs_notify_pdu_gb(struct sgsn_mm_ctx *mmctx)
{
- switch (mmctx->pmm_state) {
+ switch (mmctx->gb.mm_state) {
case MM_STANDBY:
mmctx_set_mm_state(mmctx, MM_READY);
break;