aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2019-09-11 02:17:31 +0200
committerlynxis lazus <lynxis@fe80.eu>2019-10-08 10:34:09 +0000
commit3bad31bcb42c3449e6847ea7495578817029a2e1 (patch)
tree7459886d9c2d959cde28749938abef65652796ce /include/osmocom
parenteb5aee580d01d9f0f30c1190697f8499ce1f070a (diff)
Iu: implement a user inactivity timer
The user inactivity timer is similiar to the Gb READY timer and reduces the resources taken by an idle UE. Change-Id: I66c2ac0350cb074aefd9a22c5121acf723f239d3
Diffstat (limited to 'include/osmocom')
-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;