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

Enable RAI config option

Hi,

I would like to enable the RAI support in the latest master branch of nRF.

Therefore I had a look at the kconfig reference:

https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/kconfig/CONFIG_LTE_RAI_REQ_VALUE.html?highlight=rai#cmdoption-arg-CONFIG_LTE_RAI_REQ_VALUE

Unfortunately, this is a undefined symbol and the application cannot be built with this parameter.

In the nRF SDK doc there is another RAI option:

https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/udp/README.html?highlight=rai#cmdoption-arg-CONFIG_UDP_RAI_ENABLE

but this is also a undefined symbol.

So, I tried both CONFIG_LTE_RAI_REQ_VALUE and CONFIG_UDP_RAI_ENABLE but none of them is working. (on master branch)

My question is what is the correct config option to enable RAI?

Thanks in advance.

Manuel

Parents Reply
  • Hi Manuel,

    Could you first verify the behavior by using the UDP sample with this functionality?
    (I do not know how you have implemented this in the lwm2m sample and therefore there could be some issues there)

    Are you running on the NB-IoT network?
    Which modem firmware are you using?

    Can you confirm that you know the Network actually support this feature?

    It would be very beneficial if you could do a test with the UDP sample using NB-IoT and providing the modem trace.


Children
Related