ublox-cellular-base_R4_PR

Revision:
33:64b96bdac04e
Parent:
32:d961d0c06cdf
--- a/UbloxCellularBase.h	Thu Sep 05 15:46:11 2019 +0500
+++ b/UbloxCellularBase.h	Mon Sep 23 14:29:32 2019 +0500
@@ -263,7 +263,7 @@
     #if MBED_CONF_UBLOX_CELL_DEFAULT_MNO_PROFILE
     #define DEFAULT_MNO_PROFILE     (MNOProfile)MBED_CONF_UBLOX_CELL_DEFAULT_MNO_PROFILE
     #else
-    #define DEFAULT_MNO_PROFILE     SW_DEFAULT
+    #define DEFAULT_MNO_PROFILE     STANDARD_EU
     #endif
 
     /** Reads the current MNO profile from modem and sets it to user specified profile.
@@ -494,6 +494,12 @@
      *  @return           True if successful, otherwise false.
      */
     bool get_band_bitmask(uint64_t *m1_bitmask, uint64_t *nb1_bitmask);
+
+    /** disables the PSM
+     *
+     *  @return           True if successful, otherwise false.
+     */
+    bool disable_psm();
 #endif
 
 protected: