Own fork of C027_Support

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of C027_Support by u-blox

Files at this revision

API Documentation at this revision

Comitter:
mazgch
Date:
Thu Mar 12 17:10:17 2015 +0000
Parent:
123:c2c4b6b421c8
Child:
125:246587b92b3b
Commit message:
added transatel apn settings

Changed in this revision

MDMAPN.h Show annotated file Show diff for this revision Revisions of this file
--- 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)