Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of C027_Support by
Diff: MDM.h
- 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);
