-
CONFIG_LTE_LOCK_BAND_MASK
¶
Band lock mask bit string
Type: string
Help¶
Bit string of enabled bands. LSB is band 1. Leading zeroes can be omitted. The maximum length is 88 characters.
Direct dependencies¶
LTE_LOCK_BANDS
&& LTE_LINK_CONTROL
(Includes any dependencies from ifs and menus.)
Default¶
“10000001000000001100”
Kconfig definition¶
At <nRF>/lib/lte_link_control/Kconfig:32
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:27
→ <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 → Enable LTE bands lock
config LTE_LOCK_BAND_MASK string "Band lock mask bit string" default "10000001000000001100" depends onLTE_LOCK_BANDS
&<E_LINK_CONTROL
help Bit string of enabled bands. LSB is band 1. Leading zeroes can be omitted. The maximum length is 88 characters.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)