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:29
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 → Enable LTE bands lock
config LTE_LOCK_BAND_MASK
string "Band lock mask bit string"
default "10000001000000001100"
depends on LTE_LOCK_BANDS && LTE_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.)