aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/openbsc/gsm_subscriber.h2
-rw-r--r--include/vty/command.h1
2 files changed, 2 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;
diff --git a/include/vty/command.h b/include/vty/command.h
index 26022cb02..f536f2e02 100644
--- a/include/vty/command.h
+++ b/include/vty/command.h
@@ -64,6 +64,7 @@ enum node_type {
BTS_NODE,
TRX_NODE,
TS_NODE,
+ SUBSCR_NODE,
AUTH_NODE, /* Authentication mode of vty interface. */
VIEW_NODE, /* View node. Default mode of vty interface. */