aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2008-12-28 02:26:27 +0000
committerHarald Welte <laforge@gnumonks.org>2008-12-28 02:26:27 +0000
commit255539c7422750c5e3643739538b8dcb1f106fcd (patch)
tree0be18a78e851b818c49be26091efe8fe68a1a667 /include/openbsc/gsm_data.h
parentfdd0a6c157fcbfe94013e554da7e19cb11016066 (diff)
working state up to location update and classmark inquiry
Diffstat (limited to 'include/openbsc/gsm_data.h')
-rw-r--r--include/openbsc/gsm_data.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/openbsc/gsm_data.h b/include/openbsc/gsm_data.h
index 8a04b7b9e..2d0c3c53b 100644
--- a/include/openbsc/gsm_data.h
+++ b/include/openbsc/gsm_data.h
@@ -3,6 +3,8 @@
#include <sys/types.h>
+#include <openbsc/timer.h>
+
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
#define GSM_MAX_BTS 8
@@ -67,6 +69,8 @@ struct gsm_lchan {
enum gsm_chan_t type;
/* To whom we are allocated at the moment */
struct gsm_subscriber *subscr;
+ /* Universal timer, undefined use ;) */
+ struct timer_list timer;
/* local end of a call, if any */
struct gsm_call call;