Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
71:0d1b99ae9b58
Parent:
70:619a2da3e40d
Child:
72:0e8e769fcf76
--- a/Tests/TestHelper.h	Fri Mar 08 13:45:51 2013 +0000
+++ b/Tests/TestHelper.h	Thu Jun 27 13:09:14 2013 +0000
@@ -2,11 +2,12 @@
 bool connectToSocket(char *ipAddress, int port, int *sockfd);
 
 #define APN_PAYG
+//#define APN_CUSTOM
 //#define APN_GDSP
 //#define APN_CONTRACT
 
 #ifdef APN_GDSP
-   #define APN "ppinternetd.gdsp" 
+   #define APN "ppinternet.gdsp" 
    #define APN_USERNAME ""
    #define APN_PASSWORD ""
 #endif
@@ -21,4 +22,10 @@
    #define APN "smart" 
    #define APN_USERNAME "web"
    #define APN_PASSWORD "web"
+#endif
+
+#ifdef APN_CUSTOM
+   #define APN "" 
+   #define APN_USERNAME ""
+   #define APN_PASSWORD ""
 #endif
\ No newline at end of file