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.
Dependencies: C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed
Fork of MbedSmartRestMain by
Diff: apndb.cpp
- Revision:
- 53:76de473cf5a7
- Parent:
- 44:e34e48130533
--- a/apndb.cpp Tue Jul 29 17:53:43 2014 +0000
+++ b/apndb.cpp Wed Sep 03 14:32:36 2014 +0000
@@ -5,8 +5,9 @@
// Contains all tuples
apndb_t apndb[] = {
+ { .mcc = "262", .mnc = "01", .carrier = "Telekom Deutschland", .apn = "internet.m2mportal.de" },
+ { .mcc = "262", .mnc = "02", .carrier = "Telekom", .apn = "m2m.business" },
{ .mcc = "232", .mnc = "03", .carrier = "Telekom", .apn = "m2m.business" },
- { .mcc = "262", .mnc = "02", .carrier = "Telekom", .apn = "m2m.business" },
{ .mcc = "262", .mnc = "06", .carrier = "Telekom", .apn = "m2m.business" },
{ .mcc = "204", .mnc = "04", .carrier = "Vodafone NL", .apn = "public4.m2minternet.com" },
{ .mcc = NULL, .mnc = NULL, .carrier = NULL, .apn = NULL } // ending terminator

Cumulocity