CONFIG_LTE_LOCK_PLMN_STRING

PLMN string

Type: string

Help

Mobile Country Code (MCC) and Mobile Network Code (MNC) values. Only numeric string formats supported.

Direct dependencies

LTE_LOCK_PLMN && LTE_LINK_CONTROL

(Includes any dependencies from ifs and menus.)

Default

  • “00101”

Kconfig definition

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

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 PLMN lock

config LTE_LOCK_PLMN_STRING
    string "PLMN string"
    default "00101"
    depends on LTE_LOCK_PLMN && LTE_LINK_CONTROL
    help
      Mobile Country Code (MCC) and Mobile Network Code (MNC) values.
      Only numeric string formats supported.

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