gsm_subscriber: Increase the name to 160 charachters

160 charachters is the limit of the subscriber name inside
the notifySS nameIndicator/callingName.
This commit is contained in:
Holger Hans Peter Freyther 2010-07-25 18:10:02 +08:00
parent d30e087521
commit fa530cd6d8
1 changed files with 1 additions and 1 deletions

View File

@ -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