Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
37:847f5f86e9ff
Child:
40:32b0558320ea
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Tests/Tests.cpp	Thu Sep 13 15:26:49 2012 +0000
@@ -0,0 +1,14 @@
+#include "Tests.h"
+// put all of the descriptions on one place for easy reference
+const char* gTest10Description = "Connects to internet and downloads 100 byte file.";
+const char* gTest12Description = "Sends and SMS and then does something.";
+const char* gTest13Description = "Waiting for an SMS message with irregular characters and numbers";
+const char* gTest14Description = "Send an SMS message with irregular characters and numbers...";
+const char* gTest16Description = "Send an SMS message with basic characters and numbers...";
+const char* gTest21Description = "Trying out USSD communication sending *#100#";
+const char* gTest22Description = "Sending BAD USSD string \".2890\"";
+const char *gTest23Description = "Sending USSD over 150 chars \"0(0)00 ... 000(160)\"";
+const char* gTest25Description = "Retrieve signal strength and print it.";
+const char* gTest26Description = "x30 -> Retrieve signal strength and print it.";
+const char* gTest50Description = "x10 -> Retreive MSISDN and send SMS to self";
+const char* gTest56Description = "Wait for SMS. Send a response.";
\ No newline at end of file