aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/sgsn/gprs_mm_state_iu_fsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/sgsn/gprs_mm_state_iu_fsm.h')
-rw-r--r--include/osmocom/sgsn/gprs_mm_state_iu_fsm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/sgsn/gprs_mm_state_iu_fsm.h b/include/osmocom/sgsn/gprs_mm_state_iu_fsm.h
index 7f02bcc45..05342f9fb 100644
--- a/include/osmocom/sgsn/gprs_mm_state_iu_fsm.h
+++ b/include/osmocom/sgsn/gprs_mm_state_iu_fsm.h
@@ -19,6 +19,7 @@ enum mm_state_iu_fsm_events {
E_PMM_PS_CONN_ESTABLISH,
E_PMM_IMPLICIT_DETACH, /* = E_PS_ATTACH_REJECT, E_RAU_REJECT */
E_PMM_RA_UPDATE, /* = Serving RNC relocation */
+ E_PMM_USER_INACTIVITY, /* when the inactivity timer runs out */
};
extern struct osmo_fsm mm_state_iu_fsm;