From 6e2e545fa124b734f22ed0416712a683430f0b55 Mon Sep 17 00:00:00 2001 From: Jan Luebbe Date: Sat, 27 Dec 2008 16:47:55 +0000 Subject: add authorized state to subscribers in db --- include/openbsc/gsm_subscriber.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/openbsc/gsm_subscriber.h') 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 { -- cgit v1.2.3