support library for C027 helper functions for Buffer Pipes, Buffered Serial Port (rtos capable) and GPS parsing. It includes modem APIs for USSD, SMS and Sockets.

Fork of C027_Support by u-blox

Revision:
131:965a7cbc1e58
Parent:
130:3189949981ec
Child:
132:de505da3aadf
--- a/MDM.h	Fri Aug 28 12:40:05 2015 +0000
+++ b/MDM.h	Tue Sep 01 15:50:06 2015 +0000
@@ -522,6 +522,7 @@
     virtual void unlock(void)      { } 
 protected:
     bool _activateProfile(const char* apn, const char* username, const char* password, Auth auth);
+    bool _activateProfileReuseExternal(void);
     bool _activateProfileByCid(int cid, const char* apn, const char* username, const char* password, Auth auth);
     // parsing callbacks for different AT commands and their parameter arguments
     static int _cbString(int type, const char* buf, int len, char* str);
@@ -535,6 +536,7 @@
     static int _cbCOPS(int type, const char* buf, int len, NetStatus* status);
     static int _cbCNUM(int type, const char* buf, int len, char* num);
     static int _cbUACTIND(int type, const char* buf, int len, int* i);
+    static int _cbCGDCONT(int type, const char* buf, int len, int* cid);
     static int _cbUDOPN(int type, const char* buf, int len, char* mccmnc);
     // sockets
     static int _cbCMIP(int type, const char* buf, int len, IP* ip);