aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_subscriber.h
diff options
context:
space:
mode:
authorJan Luebbe <jluebbe@debian.org>2009-08-12 19:45:37 +0200
committerHarald Welte <laforge@gnumonks.org>2009-08-12 22:22:20 +0200
commitebcce2aae13952283fa5519fa7f31958c7c696d6 (patch)
treeedb11ce029cc7fc8f059d0a5d840ad0378b025e7 /openbsc/include/openbsc/gsm_subscriber.h
parent31bef49be2dffdeb28d0b4d0ee5f6df3c06ff960 (diff)
allocate an extension when creating the subscriber
Diffstat (limited to 'openbsc/include/openbsc/gsm_subscriber.h')
-rw-r--r--openbsc/include/openbsc/gsm_subscriber.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_subscriber.h b/openbsc/include/openbsc/gsm_subscriber.h
index 0abf17ab7..5a86ec8c1 100644
--- a/openbsc/include/openbsc/gsm_subscriber.h
+++ b/openbsc/include/openbsc/gsm_subscriber.h
@@ -11,6 +11,9 @@
#define GSM_NAME_LENGTH 128
#define GSM_EXTENSION_LENGTH 128
+#define GSM_MIN_EXTEN 20000
+#define GSM_MAX_EXTEN 49999
+
#define GSM_SUBSCRIBER_FIRST_CONTACT 0x00000001
struct gsm_equipment {