CONFIG_LTE_LC_TAU_PRE_WARNING_NOTIFICATIONS
Get notifications prior to Tracking Area Updates
Type: bool
Help
TAU pre-warning notifications can be used to determine when it is optimal for the
application to send user data. If user data is sent prior to the schedueled TAU, the
TAU will be sent togheter with the user data, thus saving power and data transfer.
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <nRF>/lib/lte_link_control/Kconfig:249
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_LC_TAU_PRE_WARNING_NOTIFICATIONS
bool "Get notifications prior to Tracking Area Updates"
depends on LTE_LINK_CONTROL
help
TAU pre-warning notifications can be used to determine when it is optimal for the
application to send user data. If user data is sent prior to the schedueled TAU, the
TAU will be sent togheter with the user data, thus saving power and data transfer.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)