PHS module SMA-01 library. see: https://developer.mbed.org/users/phsfan/notebook/abitusbmodem/

Dependencies:   Socket lwip-sys lwip

Dependents:   AbitUSBModem_HTTPTest AbitUSBModem_MQTTTest AbitUSBModem_WebsocketTest AbitUSBModem_SMSTest

Fork of VodafoneUSBModem by mbed official

/media/uploads/phsfan/sma01_003.png

Revision:
18:1789a11d1892
Parent:
12:66dc2c8eba2d
Child:
22:06fb2a93a1f6
--- a/ip/PPPIPInterface.h	Sat Jul 28 14:33:57 2012 +0000
+++ b/ip/PPPIPInterface.h	Mon Jul 30 13:51:51 2012 +0000
@@ -50,6 +50,8 @@
     virtual int disconnect();
 
 private:
+    int cleanupLink();
+
     static void linkStatusCb(void *ctx, int errCode, void *arg); //PPP link status
     Semaphore m_linkStatusSphre;
     int m_pppErrCode;