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
(Includes any dependencies from ifs and menus.)
Default
10
Kconfig definition
At <nRF>/lib/lte_link_control/Kconfig:270
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
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.)