Open Source Telephony
 help / color / mirror / Atom feed
* [PATCH 1/2] gprs-context: set apn length to 100 bytes
@ 2017-08-08 13:53 Alexander Couzens
  2017-08-08 13:53 ` [PATCH 2/2] common.c: move strlen(apn) check into is_valid_apn() Alexander Couzens
  2017-08-08 20:18 ` [PATCH 1/2] gprs-context: set apn length to 100 bytes Denis Kenzior
  0 siblings, 2 replies; 7+ messages in thread
From: Alexander Couzens @ 2017-08-08 13:53 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 553 bytes --]

According to ETSI TS 123 003 version 9.15.0 Chapter 9.1
---
 include/gprs-context.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/gprs-context.h b/include/gprs-context.h
index ab673265..7e163cc9 100644
--- a/include/gprs-context.h
+++ b/include/gprs-context.h
@@ -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
 
-- 
2.13.4


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-09-05 15:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-08 13:53 [PATCH 1/2] gprs-context: set apn length to 100 bytes Alexander Couzens
2017-08-08 13:53 ` [PATCH 2/2] common.c: move strlen(apn) check into is_valid_apn() Alexander Couzens
2017-08-08 20:20   ` Denis Kenzior
2017-09-05 14:25     ` Alexander Couzens
2017-09-05 14:27     ` [PATCH][v2] " Alexander Couzens
2017-09-05 15:42       ` Denis Kenzior
2017-08-08 20:18 ` [PATCH 1/2] gprs-context: set apn length to 100 bytes Denis Kenzior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox