aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gsm_subscriber.h
diff options
context:
space:
mode:
authorJan Luebbe <jluebbe@lasnet.de>2008-12-27 16:47:55 +0000
committerJan Luebbe <jluebbe@lasnet.de>2008-12-27 16:47:55 +0000
commit6e2e545fa124b734f22ed0416712a683430f0b55 (patch)
tree6e6ce4900b386bbb36d276f8b05902318d0a6328 /include/openbsc/gsm_subscriber.h
parente9a8261486cce294060955d5beae6978546d3781 (diff)
add authorized state to subscribers in db
Diffstat (limited to 'include/openbsc/gsm_subscriber.h')
-rw-r--r--include/openbsc/gsm_subscriber.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openbsc/gsm_subscriber.h b/include/openbsc/gsm_subscriber.h
index d2c0d4f71..03333d4b1 100644
--- a/include/openbsc/gsm_subscriber.h
+++ b/include/openbsc/gsm_subscriber.h
@@ -13,6 +13,7 @@ struct gsm_subscriber {
char tmsi[GSM_TMSI_LENGTH];
u_int16_t lac;
char name[GSM_NAME_LENGTH];
+ int authorized;
};
enum gsm_subscriber_field {