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.
Diff: UbloxCellularBase.h
- Revision:
- 22:779971811c46
- Parent:
- 21:98aea8f49cd8
- Child:
- 23:eaab8e812a5d
--- a/UbloxCellularBase.h Fri Mar 22 15:47:18 2019 +0500
+++ b/UbloxCellularBase.h Wed Apr 10 12:05:55 2019 +0500
@@ -188,7 +188,7 @@
LTE_CATM1 = 7,
LTE_CATNB1 = 8,
GPRS_EGPRS = 9,
- NOT_USED = 255
+ NOT_USED = -1
} RAT;
#ifdef TARGET_UBLOX_C030_R41XM
@@ -229,7 +229,7 @@
* @param profile pointer to variable that can hold the value for returned profile
* @return true if operation was successful, false if there was an error
*/
- bool get_mno_profile(MNOProfile *profile);
+ bool get_mno_profile(int *profile);
#endif
/** Set Radio Access Technology on modem.
@@ -254,7 +254,7 @@
*
* @return true if successful, otherwise false.
*/
- bool get_modem_rat(RAT *selected_rat, RAT *preferred_rat, RAT *second_preferred_rat);
+ bool get_modem_rat(int *selected_rat, int *preferred_rat, int *second_preferred_rat);
/** reboot the modem using AT+CFUN=15.
*