I am testing the power consumption of my client board, turning off all external functions and only remaining connected to the NB network. During the test, about every 30 minutes, there is a brief and large increase in power consumption. Is the Modem performing network related operations? During initialization, I have set the modem to PSM mode with the following parameters:
# PSM
CONFIG_LTE_PSM_ENABLE=y
# Set Periodic-TAU timer to 10 minutes and Active-Time to 20 seconds.
CONFIG_LTE_PSM_REQ_RPTAU="10101010"
CONFIG_LTE_PSM_REQ_RAT="00001010"
It seems that the Modem does not follow this set interval for network operations. Why?
