CONFIG_LTE_PSM_REQ_RPTAU

PSM setting requested periodic TAU

Type: string

Help

Power saving mode setting for requested periodic TAU. See 3GPP 27.007 Ch. 7.38. And 3GPP 24.008 Ch. 10.5.7.4a for data format.

Direct dependencies

LTE_LINK_CONTROL

(Includes any dependencies from ifs and menus.)

Default

  • “00000011”

Kconfig definition

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

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_RPTAU
    string "PSM setting requested periodic TAU"
    default "00000011"
    depends on LTE_LINK_CONTROL
    help
      Power saving mode setting for requested periodic TAU.
      See 3GPP 27.007 Ch. 7.38.
      And 3GPP 24.008 Ch. 10.5.7.4a for data format.

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