Hi,
I'm using the SLM application and I would like to test the PSM on the nRF9160-DK but its timers seems to be aperiodic (instead of periodic).
I set it using the at command: AT+CPSMS=1,"","","10101010","00100001"
It should means:
Timer T3412 (TAU) every 10 minutes and timer T3324 which lasts 1 minute
But analyzing the +CSCON: 1, +CSCON: 0 and +CEREG:... it seems to not be periodic.
I test it for some hours and after the +CSCON: 0 the +CSCON: 1 appers always in different moment. In the following I have written the time I had to wait for the +CSCON: 1:
+CSCON: 0 --> 54 minutes --> +CSCON: 1
+CSCON: 0 --> 25 minutes --> +CSCON: 1
+CSCON: 0 --> 48 minutes --> +CSCON: 1
+CSCON: 0 --> 19 minutes --> +CSCON: 1
I expect instead:
+CSCON: 0 --> 10 minutes --> +CSCON: 1
+CSCON: 0 --> 10 minutes --> +CSCON: 1
+CSCON: 0 --> 10 minutes --> +CSCON: 1
+CSCON: 0 --> 10 minutes --> +CSCON: 1
The following lines are what I see on Termite:
AT+CEREG=5
OK
AT+CSCON=1
OK
AT+CPSMS=1,"","","10101010","00100001"
OK
AT+CFUN=1
OK
+CEREG: 2,"9129","0AAE9CA1",9,0,0,"11100000","11100000"
+CSCON: 1
+CEREG: 1,"9129","0AAE9CA1",9,,,"00011110","11100000"
+CSCON: 0
AT+CPSMS?
+CPSMS: 1,,,"10101010","00100001"
OK
1) I noticed that the timers setted with AT+CPSMS ("10101010","00100001") are different from the timers shown with +CEREG ("00011110","11100000"), should be a problem?
2) I try also setting the same timers on SEGGER in "Configure nRF Connect SDK project" with LTE_PSM_REQ_RPTAU and LTE_PSM_REQ_RAT, but I obtain the same result, any suggestions?
I'm in italy and I'm using a TIM sim card.
Thanks in advance