Own fork of C027_Support

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of C027_Support by u-blox

Revision:
92:79b628d1da02
Parent:
91:5af303e25287
Child:
96:2aa03444fee3
--- a/MDMAPN.h	Tue Jun 10 06:16:43 2014 +0000
+++ b/MDMAPN.h	Tue Jun 10 09:14:53 2014 +0000
@@ -3,7 +3,7 @@
 /* ----------------------------------------------------------------
    APN stands for Access Point Name, a setting on your modem or phone
    that identifies an external network your phone can access for data 
-   (e.g., 3G or 4G Internet service on your phone). 
+   (e.g. 3G or 4G Internet service on your phone). 
    
    The APN settings can be forced when calling the join function.
    Below is a list of known APNs that us used if no apn config 
@@ -44,6 +44,7 @@
 //  { /* Operator */ "MCC-MNC[,MNC]" _APN(APN,USERNAME,PASSWORD) },
 // MCC must be 3 digits
 // MNC must be either 2 or 3 digits
+// MCC must be separated by '-' from MNC, multiple MNC can be separated by ','
 
 // 262 Germany - DE
     { /* T-Mobile */ "262-01",  _APN("internet.t-mobile","t-mobile","tm") },