Implementation of the CellularInterface for u-blox C030 boards with N2xx modems. Note: requires the N211 module firmware to be at least 06.57 A01.02.

Dependents:   example-ublox-cellular-interface HelloMQTT example-ublox-cellular-interface_r410M example-ublox-mbed-client ... more

Revision:
14:7fb0bbdc4242
Parent:
11:4be20bab5138
--- a/UbloxATCellularInterfaceN2xx.h	Tue May 15 10:23:16 2018 +0100
+++ b/UbloxATCellularInterfaceN2xx.h	Wed Feb 13 10:48:13 2019 +0500
@@ -259,6 +259,12 @@
      */
     virtual const char *get_gateway();
 
+    /** Set the plmn. PLMN controls to what network device registers.
+     *
+     *  @param plmn     user to force what network to register.
+     */
+    virtual void set_plmn(const char *plmn);
+
     /** Call back in case connection is lost.
      *
      * @param cb     The function to call.