Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
31:9231acdde9ff
Parent:
29:c0e6f198db84
Child:
33:16126e029d58
--- a/Tests/Test56.h	Wed Sep 12 10:18:28 2012 +0000
+++ b/Tests/Test56.h	Wed Sep 12 16:55:00 2012 +0000
@@ -56,7 +56,7 @@
       
          LOG("Creating GSM test buffer");
          LOG("Test %d sending an SMS message...", _testCaseNumber);
-         LOG("Sending SMS:' %s ' to test phone: %s , waiting for response.", allCharsMessage, testPhoneNumber);
+         LOG("Sending SMS:' %s ' to test phone: %s , waiting for response.", irregularMessage, testPhoneNumber);
          
          // create a buffer and send each character until you can send them all
          char shortBuffer[30];
@@ -66,8 +66,8 @@
                 shortBuffer[i] = irregularMessage[i];
                 LOG("Buffer is now: %s", shortBuffer);
                 LOG("Irregular message is %s", irregularMessage);
-            
-            
+                int ret = _modem->sendSM(testPhoneNumber, shortBuffer);
+
             }
          
          int ret = _modem->sendSM(testPhoneNumber, irregularMessage);