WWAN_NR_SERVING_CELLS structure (wwan.h)

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

Syntax

typedef struct _WWAN_NR_SERVING_CELLS {
  ULONG ElementCount;
  BYTE  NRServingCells[ANYSIZE_ARRAY];
} WWAN_NR_SERVING_CELLS, *PWWAN_NR_SERVING_CELLS;

Members

ElementCount

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

NRServingCells[ANYSIZE_ARRAY]

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

Requirements

Requirement Value
Minimum supported client Windows 11
Minimum supported server Windows Server 2022
Header wwan.h

See also

WWAN_BASE_STATIONS_INFO

WWAN_NR_SERVING_CELLS_INFO

WWAN_NR_NEIGHBOR_CELLS_INFO

WWAN_NR_NEIGHBOR_CELLS