Configuring Nutaq PicoLTE for GSM power saving mode

You can configure a Nutaq PicoLTE with an AnyNet SIM to use power saving mode (PSM) on a GSM network. The following procedure describes enabling and setting the required Nutaq PicoLTE PSM timers:

  • t3412 – base timer, indicates the amount of time (in seconds) that the network must store data and SMS messages that arrive during a UE sleep period, before forwarding them to the UE.
  • t3412_low_priority – extension of t3412, indicates the amount of time (in seconds) that the UE will accept lower prioritisation from the network during periods of high congestion. The network may delay or drop packets during high congestion.
  • t3412_extended_forced – extension of t3412, indicates the amount of time (in seconds) that the UE is willing to extend the TAU if the network is congested.
  • t3324_forced – defines the amount of time (in seconds) the UE remains active after the Attach or Tracking Area Update (TAU) procedure.

Before you begin

  • Open the MME configuration file (*/EPC/MME.cfg) in a text editor, such as Nano or VI.

To configure a Nutaq PicoLTE for PSM:

  1. Add the following to the MME config file:

    /* Enable PSM */

    psm: true

     

    /* Periodic Tracking Area Update (TAU) – used for store and forward during UE sleep periods */

    t3412: 14400, /* 4 hours */

     

    /* Device accepts lower priority from network, packets may be delayed or dropped during high congestion */

    t3412_low_priority: 153600, /* 42 hours */

     

    /* Longer TAU if UE indicates support */

    t3412_extended_forced: 273600, /* Force T3412 Extended Timer to 76 hours */

     

    /* Sets duration that device remains reachable for MT transaction */

    t3324_forced: 180, /* Set Active Timer to 3 minutes */>

  2. Save the changes, then exit the text editor.