include: Add a quote from primary source document

This commit is contained in:
Denis Kenzior 2017-08-08 15:17:18 -05:00
parent e24ba33915
commit eee0765c5d
1 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,11 @@ extern "C" {
struct ofono_gprs_context;
/*
* ETSI 123.003, Section 9.1:
* the APN has, after encoding as defined in the paragraph below, a maximum
* length of 100 octets
*/
#define OFONO_GPRS_MAX_APN_LENGTH 100
#define OFONO_GPRS_MAX_USERNAME_LENGTH 63
#define OFONO_GPRS_MAX_PASSWORD_LENGTH 255