Added HTTP API to C027_Support library.
Fork of C027_Support by
Revision 96:2aa03444fee3, committed 2014-06-20
- Comitter:
- mazgch
- Date:
- Fri Jun 20 12:07:09 2014 +0000
- Parent:
- 95:8282dbbe1492
- Child:
- 97:b82539535365
- Commit message:
- added china apn settings to LUT
Changed in this revision
MDMAPN.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/MDMAPN.h Tue Jun 17 07:03:48 2014 +0000 +++ b/MDMAPN.h Fri Jun 20 12:07:09 2014 +0000 @@ -91,6 +91,14 @@ _APN("phone",,) _APN("wap.cingular","WAP@CINGULARGPRS.COM","CINGULAR1") _APN("isp.cingular","ISP@CINGULARGPRS.COM","CINGULAR1") }, + +// 460 China - CN + { /* CN Mobile */"460-00", + _APN("cmnet",,) + _APN("cmwap",,) }, + { /* Unicom */ "460-01", + _APN("3gnet",,) + _APN("uninet","uninet","uninet") }, }; inline const char* apnconfig(const char* imsi)