CONFIG_LTE_MODE_PREFERENCE_NBIOT_PLMN_PRIO

NB-IoT, PLMN prioritized

Type: bool

Help

NB-IoT is preferred, but PLMN selection is more important. The modem
will prioritize to stay on home network and switch over to LTE-M
if NB-IoT is not available.

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:56<nRF>/lib/Kconfig:17

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → nRF91 LTE Link control library → LTE mode preference

config LTE_MODE_PREFERENCE_NBIOT_PLMN_PRIO
    bool "NB-IoT, PLMN prioritized"
    depends on (LTE_NETWORK_MODE_NBIOT || LTE_NETWORK_MODE_LTE_M_NBIOT || LTE_NETWORK_MODE_NBIOT_GPS || LTE_NETWORK_MODE_LTE_M_NBIOT_GPS) && <choice>
    help
      NB-IoT is preferred, but PLMN selection is more important. The modem
      will prioritize to stay on home network and switch over to LTE-M
      if NB-IoT is not available.

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