C027 updated to work with latest mBed libraries

Dependents:   Cellular_HelloMQTT UBLOXModemDriver UBLOXMQTTDriver

Fork of C027_Support by u-blox

Revision:
119:db878a234544
Parent:
114:e347ed0fab5e
diff -r c2c4b6b421c8 -r db878a234544 MDMAPN.h
--- a/MDMAPN.h	Thu Mar 12 12:29:22 2015 +0000
+++ b/MDMAPN.h	Thu Mar 12 17:10:17 2015 +0000
@@ -112,6 +112,9 @@
                                 _APN("phone",,)
                                 _APN("wap.cingular","WAP@CINGULARGPRS.COM","CINGULAR1")
                                 _APN("isp.cingular","ISP@CINGULARGPRS.COM","CINGULAR1") },
+
+// 901 International - INT
+    { /* Transatel */ "901-37", _APN("netgprs.com","tsl","tsl") },
 };
 
 inline const char* apnconfig(const char* imsi)