CONFIG_LTE_NEIGHBOR_CELLS_MAX

Max number of neighbor cells

Type: int

Help

Maximum number of neighbor cells to allocate space for when
performing neighbor cell measurements.
Increasing the maximum number of neighbor cells requires
more heap space.
The modem can deliver information for a maximum of 17 neighbor
cells, so there's a trade-off between heap requirements and
the risk of not being able to parse all neighbor cell information.

Direct dependencies

LTE_LINK_CONTROL

(Includes any dependencies from ifs and menus.)

Default

  • 10

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:52<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

config LTE_NEIGHBOR_CELLS_MAX
    int "Max number of neighbor cells"
    range 1 17
    default 10
    depends on LTE_LINK_CONTROL
    help
      Maximum number of neighbor cells to allocate space for when
      performing neighbor cell measurements.
      Increasing the maximum number of neighbor cells requires
      more heap space.
      The modem can deliver information for a maximum of 17 neighbor
      cells, so there's a trade-off between heap requirements and
      the risk of not being able to parse all neighbor cell information.

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