WWAN_NR_SERVING_CELLS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wwan.h

typedef struct _WWAN_NR_SERVING_CELLS {
  ULONG ElementCount;
  BYTE  NRServingCells[ANYSIZE_ARRAY];
} WWAN_NR_SERVING_CELLS, *PWWAN_NR_SERVING_CELLS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wwan-wwan_nr_serving_cells)

Description

The WWAN_NR_SERVING_CELLS structure represents the measured results list of 5G NR serving cells.

Members

ElementCount

The count of NR serving cell entries following this element, with a maximum of 32 NR serving cells.

NRServingCells

The array of NR serving cell records, each specified as a WWAN_NR_SERVING_CELLS_INFO structure.

Remarks

See also

WWAN_BASE_STATIONS_INFO

WWAN_NR_SERVING_CELLS_INFO

WWAN_NR_NEIGHBOR_CELLS_INFO

WWAN_NR_NEIGHBOR_CELLS