Ashley Mills / Mbed 2 deprecated VodafoneTestSuite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Committer:
ashleymills
Date:
Tue Mar 05 14:59:24 2013 +0000
Revision:
69:4fc3b0ad12c7
Parent:
67:a61d60fa342c
Child:
70:619a2da3e40d
Now contains MU509 support.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ashleymills 69:4fc3b0ad12c7 1 #pragma once
ashleymills 69:4fc3b0ad12c7 2 bool connectToSocket(char *ipAddress, int port, int *sockfd);
ashleymills 69:4fc3b0ad12c7 3 //#define GDSP
ashleymills 69:4fc3b0ad12c7 4 #ifdef GDSP
ashleymills 69:4fc3b0ad12c7 5 #define APN "ppinternetd.gdsp"
ashleymills 69:4fc3b0ad12c7 6 #define APN_USERNAME ""
ashleymills 69:4fc3b0ad12c7 7 #define APN_PASSWORD ""
ashleymills 69:4fc3b0ad12c7 8 #else
ashleymills 69:4fc3b0ad12c7 9 #define APN "internet"
ashleymills 69:4fc3b0ad12c7 10 #define APN_USERNAME "web"
ashleymills 69:4fc3b0ad12c7 11 #define APN_PASSWORD "web"
ashleymills 69:4fc3b0ad12c7 12 #endif