aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-01-27 10:27:53 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-01-27 10:44:17 +0100
commit1ba0730a7109b06e4043e7b17c11d8d2c34358c5 (patch)
treeec4153db9e0fc5ff6f822e22b4360d0a8bf7e596 /openbsc/include/openbsc/gsm_data.h
parent120250ad6fe8d2b641b716d5b37d48b125db23ca (diff)
nitb: Allow the network to decide if a subscriber should be created
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index b278309f7..f78f24419 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -278,6 +278,7 @@ struct gsm_network {
struct osmo_bsc_data *bsc_data;
/* subscriber related features */
+ int create_subscriber;
struct gsm_subscriber_group *subscr_group;
struct gsm_sms_queue *sms_queue;