gprs-context: set apn length to 100 bytes

According to ETSI TS 123 003 version 9.15.0 Chapter 9.1
This commit is contained in:
Alexander Couzens 2017-08-08 15:53:44 +02:00 committed by Denis Kenzior
parent 980bb705d1
commit e24ba33915
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ extern "C" {
struct ofono_gprs_context;
#define OFONO_GPRS_MAX_APN_LENGTH 127
#define OFONO_GPRS_MAX_APN_LENGTH 100
#define OFONO_GPRS_MAX_USERNAME_LENGTH 63
#define OFONO_GPRS_MAX_PASSWORD_LENGTH 255