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:
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