Ashley Mills / Mbed 2 deprecated VodafoneTestSuite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Tests/TestHelper.h

Committer:
ashleymills
Date:
2013-03-05
Revision:
69:4fc3b0ad12c7
Parent:
67:a61d60fa342c
Child:
70:619a2da3e40d

File content as of revision 69:4fc3b0ad12c7:

#pragma once
bool connectToSocket(char *ipAddress, int port, int *sockfd);
//#define GDSP
#ifdef GDSP
#define APN "ppinternetd.gdsp" 
#define APN_USERNAME ""
#define APN_PASSWORD ""
#else
#define APN "internet" 
#define APN_USERNAME "web"
#define APN_PASSWORD "web"
#endif