CONFIG_LTE_PSM_REQ_RAT

PSM setting requested active time

Type: string

Help

Power saving mode setting for requested active time. See 3GPP 27.007 Ch. 7.38. And 3GPP 24.008 Ch. 10.5.7.3 for data format.

Direct dependencies

LTE_LINK_CONTROL

(Includes any dependencies from ifs and menus.)

Default

  • “00100001”

Kconfig definition

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

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_PSM_REQ_RAT
    string "PSM setting requested active time"
    default "00100001"
    depends on LTE_LINK_CONTROL
    help
      Power saving mode setting for requested active time.
      See 3GPP 27.007 Ch. 7.38.
      And 3GPP 24.008 Ch. 10.5.7.3 for data format.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)