NR Node Statistics
This topic page presents various statistics captured at the application layer (APP), radio link control (RLC) layer, medium access control (MAC) layer, and physical layer (PHY) layer of a new radio (NR) node.
gNB Node Statistics
The output structure of the statistics
function
of an nrGNB
object contains
these fields.
Field | Values | Description |
---|---|---|
ID | positive integer | ID of the gNB node. |
Name | string scalar, character vector | Name of the gNB node. |
App | structure | Application layer statistics, returned as a structure containing these fields.
If you call the statistics function using the
|
RLC | structure | RLC layer statistics, returned as a structure containing these fields.
If you call the statistics function using the
|
MAC | structure | MAC layer statistics, returned as a structure containing these fields.
If you call the statistics function using the
|
PHY | structure | PHY layer statistics, returned as a structure containing these fields.
If you call the statistics function using the
|
UE Node Statistics
The output structure of the statistics
function
of an nrUE
object contains
these fields.
Field | Values | Description |
---|---|---|
ID | positive integer | ID of the UE node. |
Name | string scalar, character vector | Name of the UE node. |
App | structure | Application layer statistics, returned as a structure containing these fields.
|
RLC | structure | RLC layer statistics, returned as a structure containing these fields.
|
MAC | structure | MAC layer statistics, returned as a structure containing these fields.
|
PHY | structure | PHY layer statistics, returned as a structure containing these fields.
|