portable version of the cumulocity demo

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
44:e34e48130533
Parent:
42:104746744af8
Child:
53:76de473cf5a7
--- a/apndb.cpp	Thu Jul 24 14:38:48 2014 +0000
+++ b/apndb.cpp	Thu Jul 24 14:47:24 2014 +0000
@@ -5,6 +5,7 @@
 
 // Contains all tuples
 apndb_t apndb[] = {
+    { .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" },