aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gsm_subscriber.h
diff options
context:
space:
mode:
authorJan Luebbe <jluebbe@lasnet.de>2008-12-27 18:04:34 +0000
committerJan Luebbe <jluebbe@lasnet.de>2008-12-27 18:04:34 +0000
commitfac25fccbd776a5a4ffa1964d47ee78c30f66411 (patch)
treec69a0a5482c30dd7a87109779cfbed77985f0ddb /include/openbsc/gsm_subscriber.h
parenta3d0438ff7b7b8b927e8a2d579c557c1fb3a844c (diff)
add a equipment table
Diffstat (limited to 'include/openbsc/gsm_subscriber.h')
-rw-r--r--include/openbsc/gsm_subscriber.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openbsc/gsm_subscriber.h b/include/openbsc/gsm_subscriber.h
index 03333d4b1..0eb3654eb 100644
--- a/include/openbsc/gsm_subscriber.h
+++ b/include/openbsc/gsm_subscriber.h
@@ -4,11 +4,13 @@
#include <sys/types.h>
#include "gsm_data.h"
+#define GSM_IMEI_LENGTH 17
#define GSM_IMSI_LENGTH 17
#define GSM_TMSI_LENGTH 17
#define GSM_NAME_LENGTH 128
struct gsm_subscriber {
+ u_int64_t id;
char imsi[GSM_IMSI_LENGTH];
char tmsi[GSM_TMSI_LENGTH];
u_int16_t lac;