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

LTE_LINK_CONTROL

(Includes any dependencies from ifs and menus.)

Default

  • “0”

Kconfig definition

At <nRF>/lib/lte_link_control/Kconfig:160

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:26<nRF>/lib/Kconfig:16

Menu path: (Top) → Modules → 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.)