ublox-cellular-base_r4

Revision:
32:9497868cf171
Parent:
31:b0a6a610d114
Child:
33:093da9fe13ed
--- a/UbloxCellularBase.h	Thu Aug 29 16:52:05 2019 +0500
+++ b/UbloxCellularBase.h	Wed Sep 04 15:36:23 2019 +0500
@@ -272,6 +272,8 @@
      * Note: MNO profile should only be set in detached state and a reboot is required for settings to take effect
      * Note 2: ref to UBX-17003787 B.5, setting MNO profile can change other parameters such as PSM, Band mask, URAT etc.
      *         Application must always set a profile first and if required, change parameters afterwards.
+     * Note 3: ref to UBX-17003787 B.5, some profiles have locked parameters and modem will return ERROR if you try to change those.
+     *         It is suggested to switch to a profile e.g. STANDARD_EU (100) and then change the parameters as required.
      * @param profile MNO profile to use
      * @return    true if operation was successful, false if there was an error
      */
@@ -773,6 +775,7 @@
     void CEREG_URC();
     void UMWI_URC();
 #ifdef TARGET_UBLOX_C030_R412M
+    bool set_psm_urcs(bool enable);
     void UUPSMR_URC();
     bool _psm_status;
     void *_cb_param_psm_going_in;
@@ -782,7 +785,7 @@
     void set_modem_psm_state(int state);
 #endif
 #ifdef TARGET_UBLOX_C030_R41XM
-    bool _edrx_configured;
+    bool _default_profile_is_set;
 #endif
 };