support library for C027 helper functions for Buffer Pipes, Buffered Serial Port (rtos capable) and GPS parsing. It includes modem APIs for USSD, SMS and Sockets.

Fork of C027_Support by u-blox

Revision:
111:5f8807ca159a
Parent:
110:f524fd9aa13d
Child:
113:7ade40675003
--- a/MDMAPN.h	Wed Sep 17 11:39:56 2014 +0000
+++ b/MDMAPN.h	Wed Oct 22 10:21:49 2014 +0000
@@ -46,6 +46,9 @@
 // MNC must be either 2 or 3 digits
 // MCC must be separated by '-' from MNC, multiple MNC can be separated by ','
 
+// 232 Austria - AUT
+    { /* T-Mobile */ "232-03",  _APN("m2m.business",,) },
+
 // 460 China - CN
     { /* CN Mobile */"460-00",  _APN("cmnet",,)
                                 _APN("cmwap",,) },
@@ -54,6 +57,8 @@
                                 
 // 262 Germany - DE
     { /* T-Mobile */ "262-01",  _APN("internet.t-mobile","t-mobile","tm") },
+    { /* T-Mobile */ "262-02,06", 
+                                _APN("m2m.business",,) },
 
 // 222 Italy - IT
     { /* TIM */      "222-01",  _APN("ibox.tim.it",,) },
@@ -72,6 +77,9 @@
                                 _APN("mpr2.bizho.net","Mopera U",) /* DoCoMo */
                                 _APN("bmobile.ne.jp","bmobile@wifi2","bmobile") /*BMobile*/ },
 
+// 204 Netherlands - NL
+    { /* Vodafone */ "204-04",  _APN("public4.m2minternet.com",,) },
+
 // 293 Slovenia - SI
     { /* Si.mobil */ "293-40",  _APN("internet.simobil.si",,) },
     { /* Tusmobil */ "293-70",  _APN("internet.tusmobil.si",,) },