This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Verifying nRF9160 going into PSM

Hi everyone

We're developing an IoT device with an nRF9160 embedded in it. We're trying to make sure we're implementing PSM.

We set our preferred values for TAU as you can see in the next image. And in our code we call lte_lc_psm_req(true);  when configuring the modem.

We understand that the network is overriding the TAU values.

From this I can tell that TAU is 180 min and Active Timer is disabled.

My questions are:

1. Will my modem go into sleep mode immediately? 

2. How can we verify that my modem is sleeping?

Any information that will help us broaden our knowledge will be appriciated.

Regards.

Parents
  • Hello Zabdiel,

    1. Will my modem go into sleep mode immediately? 

    When the modem is in RRC idle, it will wait until the configured <Active-Time> has passed before entering PSM.

    2. How can we verify that my modem is sleeping?

    You can e.g. use %XMODEMSLEEP notifications to check if the modem has entered PSM.

    As also described here, since you do not have any <Active-Time>, the negotiation with the network for PSM values probably wasn’t successful. You should check with your network service provider which PSM values are allowed.

    Regards,

    Markus

Reply
  • Hello Zabdiel,

    1. Will my modem go into sleep mode immediately? 

    When the modem is in RRC idle, it will wait until the configured <Active-Time> has passed before entering PSM.

    2. How can we verify that my modem is sleeping?

    You can e.g. use %XMODEMSLEEP notifications to check if the modem has entered PSM.

    As also described here, since you do not have any <Active-Time>, the negotiation with the network for PSM values probably wasn’t successful. You should check with your network service provider which PSM values are allowed.

    Regards,

    Markus

Children
No Data
Related