Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
25:55b865c41f21
Parent:
23:408199b5d2cb
Child:
26:9eefab9e28df
--- a/Tests/Test25.h	Thu Sep 06 12:15:54 2012 +0000
+++ b/Tests/Test25.h	Thu Sep 06 13:35:25 2012 +0000
@@ -1,5 +1,7 @@
 #pragma once
 #include "VodafoneTestCase.h"
+static const char* gTest25Description = "Retrieve signal strength and print it.\0";
+
 class Test25 : public VodafoneTestCase {
    public: 
       Test25(VodafoneUSBModem *m, int tcNumber) : VodafoneTestCase(m, tcNumber) {
@@ -11,7 +13,7 @@
    
       virtual bool runTest() {
 
-         LOG("Test %d, getting signal strength.", _testCaseNumber);
+         LOG(gTest25Description);
          int rssi = -1000;
          LinkMonitor::REGISTRATION_STATE regState = LinkMonitor::REGISTRATION_STATE_UNKNOWN;
          LinkMonitor::BEARER bearer = LinkMonitor::BEARER_UNKNOWN;