Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of C027_Support by
Revision 97:b82539535365, committed 2014-06-20
- Comitter:
- mazgch
- Date:
- Fri Jun 20 12:08:40 2014 +0000
- Parent:
- 96:2aa03444fee3
- Child:
- 100:5e8b69232ea2
- Commit message:
- sort alphabetic
Changed in this revision
| MDMAPN.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/MDMAPN.h Fri Jun 20 12:07:09 2014 +0000
+++ b/MDMAPN.h Fri Jun 20 12:08:40 2014 +0000
@@ -46,6 +46,12 @@
// MNC must be either 2 or 3 digits
// MCC must be separated by '-' from MNC, multiple MNC can be separated by ','
+// 460 China - CN
+ { /* CN Mobile */"460-00", _APN("cmnet",,)
+ _APN("cmwap",,) },
+ { /* Unicom */ "460-01", _APN("3gnet",,)
+ _APN("uninet","uninet","uninet") },
+
// 262 Germany - DE
{ /* T-Mobile */ "262-01", _APN("internet.t-mobile","t-mobile","tm") },
@@ -91,14 +97,6 @@
_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)
