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: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 → 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.)