summaryrefslogtreecommitdiff
path: root/include/gsmd
diff options
context:
space:
mode:
Diffstat (limited to 'include/gsmd')
-rw-r--r--include/gsmd/event.h1
-rw-r--r--include/gsmd/state.h3
2 files changed, 3 insertions, 1 deletions
diff --git a/include/gsmd/event.h b/include/gsmd/event.h
index 5c73449..38cefae 100644
--- a/include/gsmd/event.h
+++ b/include/gsmd/event.h
@@ -51,6 +51,7 @@ enum gsmd_call_type {
GSMD_CALL_DATA_SYNC = 5,
GSMD_CALL_DATA_REL_ASYNC= 6,
GSMD_CALL_DATA_REL_SYNC = 7,
+ GSMD_CALL_TIMEOUT = 8,
__NUM_GSMD_CALL
};
diff --git a/include/gsmd/state.h b/include/gsmd/state.h
index 62cd710..65659ef 100644
--- a/include/gsmd/state.h
+++ b/include/gsmd/state.h
@@ -13,9 +13,10 @@ struct gsmd_device_state {
unsigned int network_state_gsm;
unsigned int network_state_gprs;
} ciph_ind;
-
unsigned int on;
unsigned int registered;
+ unsigned int ringing;
+ struct gsmd_timer *ring_check;
};
#endif /* __GSMD__ */
personal git repositories of Harald Welte. Your mileage may vary