CONFIG_LTE_RAI_REQ_VALUE
Requested RAI value
Type: string
Help
Sets Release Assistance Indication. Allowed values
are "0", "3" and "4" signifying disabled,
control plane one response, and control plane no response,
respectively. For reference see 3GPP 24.301 Ch. 9.9.4.25.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
“0”
Kconfig definition
At <nRF>/lib/lte_link_control/Kconfig:217
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:94
→ <nRF>/lib/Kconfig:16
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → nRF91 LTE Link control library
config LTE_RAI_REQ_VALUE
string "Requested RAI value"
default "0"
depends on LTE_LINK_CONTROL
help
Sets Release Assistance Indication. Allowed values
are "0", "3" and "4" signifying disabled,
control plane one response, and control plane no response,
respectively. For reference see 3GPP 24.301 Ch. 9.9.4.25.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)