Forked version with getIMEI support for AerCloud integration

Dependents:   AerCloud_C027_Sample

Fork of C027_Support by u-blox

Revision:
67:ff9472d344d4
Parent:
63:42cb563a25bc
diff -r 69072b3c5bca -r ff9472d344d4 Socket/UDPSocket.h
--- a/Socket/UDPSocket.h	Tue May 13 15:56:28 2014 +0000
+++ b/Socket/UDPSocket.h	Tue May 13 16:03:40 2014 +0000
@@ -44,7 +44,7 @@
                 return -1;
             }
         }
-        _mdm->socketSetBlocking(_socket, _timeout); 
+        _mdm->socketSetBlocking(_socket, _timeout_ms); 
         return 0;
     }