aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gsm_subscriber.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-05-23 17:31:39 +0000
committerHarald Welte <laforge@gnumonks.org>2009-05-23 17:31:39 +0000
commit40f828936f733bf12bd5d06a1097043812ea339a (patch)
tree8894e0f36faf323e8bf5b4fd8839effa51b59ded /include/openbsc/gsm_subscriber.h
parentbe4b730196f4fa01b223e3ab6a69fd233facf0dc (diff)
show and edit subscribers from the vty interface
Diffstat (limited to 'include/openbsc/gsm_subscriber.h')
-rw-r--r--include/openbsc/gsm_subscriber.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openbsc/gsm_subscriber.h b/include/openbsc/gsm_subscriber.h
index 7da896e8b..46b674b1f 100644
--- a/include/openbsc/gsm_subscriber.h
+++ b/include/openbsc/gsm_subscriber.h
@@ -12,7 +12,7 @@
#define GSM_EXTENSION_LENGTH 128
struct gsm_subscriber {
- u_int64_t id;
+ long unsigned int id;
char imsi[GSM_IMSI_LENGTH];
char tmsi[GSM_TMSI_LENGTH];
u_int16_t lac;