Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
72:0e8e769fcf76
Parent:
71:0d1b99ae9b58
--- a/Tests/TestHelper.h	Thu Jun 27 13:09:14 2013 +0000
+++ b/Tests/TestHelper.h	Fri Sep 20 12:36:03 2013 +0000
@@ -1,13 +1,13 @@
 #pragma once
 bool connectToSocket(char *ipAddress, int port, int *sockfd);
 
-#define APN_PAYG
+//#define APN_PAYG
 //#define APN_CUSTOM
 //#define APN_GDSP
-//#define APN_CONTRACT
+#define APN_CONTRACT
 
 #ifdef APN_GDSP
-   #define APN "ppinternet.gdsp" 
+   #define APN "ppinternetd.gdsp" 
    #define APN_USERNAME ""
    #define APN_PASSWORD ""
 #endif