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:
- 28:2004400abeec
- Parent:
- 23:0a48eebaaba8
- Child:
- 29:853741b9ea3b
--- a/apndb.cpp	Thu May 22 18:07:13 2014 +0000
+++ b/apndb.cpp	Sun May 25 17:46:19 2014 +0000
@@ -7,11 +7,7 @@
 
 // Contains all tuples
 apndb_t apndb[] = {
-    { .mcc = "123", .mnc = "023", .apn = "apn", .user = "user", .pass = "" },
-    { .mcc = "123", .mnc = "023", .apn = "apn", .user = "user", .pass = "" },
-    { .mcc = "204", .mnc = "04", .apn = "Vodafone NL", .user = "user", .pass = "" },
-    { .mcc = "123", .mnc = "023", .apn = "apn", .user = "user", .pass = "" },
-    { .mcc = "123", .mnc = "023", .apn = "apn", .user = "user", .pass = "" }
+    { .mcc = "204", .mnc = "04", .apn = "public4.m2minternet.com", .user = "", .pass = "" }
 };
 
 apndb_t * apndb_get(const char * imsi)
    
 Cumulocity
            Cumulocity