ublox-cellular-base

Revision:
31:915ce07813da
Parent:
30:38230504a646
diff -r 38230504a646 -r 915ce07813da UbloxCellularBase.h
--- a/UbloxCellularBase.h	Tue Aug 27 18:38:29 2019 +0500
+++ b/UbloxCellularBase.h	Wed Aug 28 16:42:48 2019 +0500
@@ -132,7 +132,7 @@
      *  @param pin     PIN for the SIM card.
      *  @return        true if successful, otherwise false.
      */
-    bool init(const char *pin = 0);
+    bool init(const char *pin = 0, bool disable_mno_params = true);
 
     /** Perform registration with the network.
      *
@@ -765,6 +765,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;