This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

turn off active time and go directly to power save mode

Hi all,

I am currently trying turning off the active time, so that the nrf9160 immediately goes in power save mode after RRC Connected Release.

If I send the command +CPSMS: 1,,,"10101111","11100000" the requested periodic TAU should be 10 minutes and the active time should be deactivated. Am i right?

But the nrf9160 never goes in to power save mode..

  • Hello Visu,

    The +CPMS command sets the requested periodic TAU and requested active time, the network decides if it will approve these requests or not.

    You can read out the values given from the network with the command AT+CEREG?.


    You have requested a Periodic-TAU of "10101111" which is 15 minutes according to Table 10.5.163a/3GPP TS 24.008.

    You have requested an Active time of "11100000" which indicates that the timer is deactivated according to Table 10.5.163a/3GPP TS 24.008.

    Also, a good idea is to hook up a power analyzer to the device so you could actually see that you go into PSM mode.

    What should be mentioned is that we see that usually that networks do not allow roaming SIM cards the PSM feature.
    So please test out with a local SIM card.

    Best regards,

    Martin L.

  • Hi Martin,

    Thanks for your quick reply. Of course it is 15min, that was my fault.
    I read out the values with XMONITOR, which should be the same with CEREG and i get the value 11100000 for active time, but the nrf9160 does not get into power save mode

  • Hi Visu,

    Could you share the response from the XMONITOR command?

    How do you know you aren't going into PSM mode?

    Are you using a local SIM? Which network? LTE-M or NB-IoT? Could you confirm that this network supports PSM mode?

    Best regards,

    Martin L.

  • Hi Martin,

    for CPSMS i set: AT+CPSMS=1,"","","00100001","11100000"

    and the response in XMONITOR is:
    answ: %XMONITOR: 1,"","","22801","0E10",9,20,"0100CED0",279,6290,77,37,"","11100000","11100000"

    I am using a local SIM and NB-IoT. PSM mode should be supported. If I try with 32 secs active-time, the nrf9160 goes in psm after the 32 seconds.

    I am using a power analyzer so I can see whether the nrf9160 is in connected state, idle state or psm

  • Hi Visu,

    When setting the active time I think it is best to set it to "0000000" instead of "1110000" if you want it to be zero. 
    I do not think "1110000" is valid to request but instead is used as a response from the network that the timer is deactivated.

    e.g

    AT+CPSMS=1,"","","10101010","00000000"

    periodic tau= 10min

    active time = 0 second

    Remember that some networks can have a longer RRC Connected release period than others. Which impacts the time from going from RRC Connected to PSM mode.

Related