aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_subscriber.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-25 18:10:02 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-26 03:55:56 +0800
commitfa530cd6d8bfadf4809188a4acc768e1f26d53be (patch)
tree6345980a7e0200f9a0eeb1381588d2c6a0e0e33e /openbsc/include/openbsc/gsm_subscriber.h
parentd30e0875217a20cae9d3451e84d80b45eab52e73 (diff)
gsm_subscriber: Increase the name to 160 charachters
160 charachters is the limit of the subscriber name inside the notifySS nameIndicator/callingName.
Diffstat (limited to 'openbsc/include/openbsc/gsm_subscriber.h')
-rw-r--r--openbsc/include/openbsc/gsm_subscriber.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/gsm_subscriber.h b/openbsc/include/openbsc/gsm_subscriber.h
index 527056bf2..02cab4098 100644
--- a/openbsc/include/openbsc/gsm_subscriber.h
+++ b/openbsc/include/openbsc/gsm_subscriber.h
@@ -7,7 +7,7 @@
#define GSM_IMEI_LENGTH 17
#define GSM_IMSI_LENGTH 17
-#define GSM_NAME_LENGTH 128
+#define GSM_NAME_LENGTH 160
#define GSM_EXTENSION_LENGTH 15 /* MSISDN can only be 15 digits length */
#define GSM_MIN_EXTEN 20000