Base library for cellular modem implementations

Dependencies:   Socket lwip-sys lwip

Dependents:   CellularUSBModem CellularUSBModem

Deprecated

This is an mbed 2 networking library. For mbed 5, the networking libraries have been revised to better support additional network stacks and thread safety here.

Revision:
8:944cd194963e
Parent:
1:4a23efdf0da9
--- a/sms/CDMASMSInterface.cpp	Tue Mar 04 10:00:52 2014 +0000
+++ b/sms/CDMASMSInterface.cpp	Thu May 08 11:00:26 2014 +0100
@@ -29,6 +29,8 @@
 #include <cstdio>
 #include <cstring>
 
+using std::sscanf;
+
 #define DEFAULT_TIMEOUT 10000
 
 CDMASMSInterface::CDMASMSInterface(ATCommandsInterface* pIf) : m_pIf(pIf), m_msg(NULL), m_maxMsgLength(0), m_msisdn(NULL)