X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2FAPI%2Fstructxran__common__counters.html;fp=docs%2FAPI%2Fstructxran__common__counters.html;h=c1941781cc60f8c4bcd3b56b2b1453c8dc3931fd;hb=870e1b86b0c74169b215c166dee787c7c1a20d06;hp=0000000000000000000000000000000000000000;hpb=298022ce50fa8133cc880507170c4b7120d227b5;p=o-du%2Fphy.git diff --git a/docs/API/structxran__common__counters.html b/docs/API/structxran__common__counters.html new file mode 100644 index 0000000..c194178 --- /dev/null +++ b/docs/API/structxran__common__counters.html @@ -0,0 +1,209 @@ + + + + + + + +o-du/phy: xran_common_counters Struct Reference + + + + + + + + + +
+
+ + + + + + +
+
o-du/phy +
+
Intel O-RAN/X-RAN Generated Doxygen Documentation
+
+
+ + + + + + + + +
+
+ + +
+ +
+ +
+
+
+Data Fields
+
+
xran_common_counters Struct Reference
+
+
+ +

#include <xran_fh_o_du.h>

+
+Collaboration diagram for xran_common_counters:
+
+
Collaboration graph
+
+ + + + + + + + + + + + + + +

+Data Fields

uint64_t Rx_on_time
 
uint64_t Rx_early
 
uint64_t Rx_late
 
uint64_t Rx_corrupt
 
uint64_t Rx_pkt_dupl
 
uint64_t Total_msgs_rcvd
 
+

Detailed Description

+

XRAN front haul statistic counters according to Table 7 1 : Common Counters for both DL and UL

+ +

Definition at line 529 of file xran_fh_o_du.h.

+

Field Documentation

+ +

◆ Rx_corrupt

+ +
+
+ + + + +
uint64_t Rx_corrupt
+
+

Corrupt/Incorrect header packet

+ +

Definition at line 533 of file xran_fh_o_du.h.

+ +
+
+ +

◆ Rx_early

+ +
+
+ + + + +
uint64_t Rx_early
+
+

Data was received too early (applies to user data reception window)

+ +

Definition at line 531 of file xran_fh_o_du.h.

+ +
+
+ +

◆ Rx_late

+ +
+
+ + + + +
uint64_t Rx_late
+
+

Data was received too late (applies to user data reception window)

+ +

Definition at line 532 of file xran_fh_o_du.h.

+ +
+
+ +

◆ Rx_on_time

+ +
+
+ + + + +
uint64_t Rx_on_time
+
+

Data was received on time (applies to user data reception window)

+ +

Definition at line 530 of file xran_fh_o_du.h.

+ +
+
+ +

◆ Rx_pkt_dupl

+ +
+
+ + + + +
uint64_t Rx_pkt_dupl
+
+

Duplicated packet

+ +

Definition at line 534 of file xran_fh_o_du.h.

+ +
+
+ +

◆ Total_msgs_rcvd

+ +
+
+ + + + +
uint64_t Total_msgs_rcvd
+
+

Total messages received (on all links)

+ +

Definition at line 535 of file xran_fh_o_du.h.

+ +
+
+
The documentation for this struct was generated from the following file: +
+ + + +