![]() |
nRF Connect SDK API 3.3.99
|
Results of neighbor cell measurements. More...
#include <lte_lc.h>
Data Fields | |
| struct lte_lc_cell | current_cell |
| The current cell information is valid if the current cell ID is not set to LTE_LC_CELL_EUTRAN_ID_INVALID. | |
| uint8_t | ncells_count |
Indicates whether or not the neighbor_cells contains valid neighbor cell information. If it is zero, no neighbor cells were found for the current cell. | |
| struct lte_lc_ncell * | neighbor_cells |
| Neighbor cells for the current cell. | |
| uint8_t | gci_cells_count |
Indicates whether or not the gci_cells contains valid surrounding cell information from GCI search types (lte_lc_neighbor_search_type). If it is zero, no cells were found. | |
| struct lte_lc_cell * | gci_cells |
| Surrounding cells found by the GCI search types. | |
Results of neighbor cell measurements.