From fa530cd6d8bfadf4809188a4acc768e1f26d53be Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 25 Jul 2010 18:10:02 +0800 Subject: [PATCH] gsm_subscriber: Increase the name to 160 charachters 160 charachters is the limit of the subscriber name inside the notifySS nameIndicator/callingName. --- openbsc/include/openbsc/gsm_subscriber.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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