RAI support on Rev 13 NB-IoT

Hello Devzone,

I'm working on a NRF9160 project that uses it's built-in modem on NB-IoT network and I want to use RAI on finished packet sending.
Currently I'm using Zephyr's MQTT service in combination with PSM so I would like to eliminate the paging after disconnecting from the MQTT broker.


I've come across `CONFIG_LTE_RAI_REQ_VALUE` symbol that should define the behaviour of RAI, but none of proposed values ("0", "3" and "4") made any difference to the behaviour of my device (I've been recording power consumption with the PPK II and the paging still looks the same after playing around with `CONFIG_LTE_RAI_REQ_VALUE` option).
NCS version is 2.4.0, modem firmware version is 1.3.4.

Do you have any proposals, how to approach this problem?

Related