Implementation of the CellularInterface for u-blox C030 boards with N2xx modems. Note: requires the N211 module firmware to be at least 06.57 A01.02.

Dependents:   example-ublox-cellular-interface HelloMQTT example-ublox-cellular-interface_r410M example-ublox-mbed-client ... more

Revision:
12:b0757007cc72
Parent:
10:08c5a69437ac
Child:
13:2504d4160042
--- a/UbloxATCellularInterfaceN2xx.cpp	Thu Sep 28 15:30:22 2017 +0100
+++ b/UbloxATCellularInterfaceN2xx.cpp	Tue Dec 12 15:51:45 2017 +0000
@@ -483,9 +483,7 @@
                 nsapi_error_size = NSAPI_ERROR_WOULD_BLOCK;
                 success = false;
             }
-            
-            // quit while loop
-            break;
+            size = 0; // This simply to cause an exit
         }
         
         at_set_timeout(at_timeout);