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

#include <xran_pkt.h>

+
+Collaboration diagram for xran_ecpri_cmn_hdr:
+
+
Collaboration graph
+
+ + + + + + + + + + + + +

+Data Fields

uint8_t ecpri_concat:1
 
uint8_t ecpri_resv:3
 
uint8_t ecpri_ver:4
 
uint8_t ecpri_mesg_type
 
uint16_t ecpri_payl_size
 
+

Detailed Description

+

Structure holds common eCPRI header as per Table 3 1 : eCPRI Transport Header Field Definitions

+ +

Definition at line 113 of file xran_pkt.h.

+

Field Documentation

+ +

◆ ecpri_concat

+ +
+
+ + + + +
uint8_t ecpri_concat
+
+

3.1.3.1.3 eCPRI concatenation indicator

+ +

Definition at line 115 of file xran_pkt.h.

+ +
+
+ +

◆ ecpri_mesg_type

+ +
+
+ + + + +
uint8_t ecpri_mesg_type
+
+

3.1.3.1.4 eCPRI message type, defined in ecpri_msg_type

+ +

Definition at line 118 of file xran_pkt.h.

+ +
+
+ +

◆ ecpri_payl_size

+ +
+
+ + + + +
uint16_t ecpri_payl_size
+
+

3.1.3.1.5 eCPRI payload size, without common header and any padding bytes

+ +

Definition at line 119 of file xran_pkt.h.

+ +
+
+ +

◆ ecpri_resv

+ +
+
+ + + + +
uint8_t ecpri_resv
+
+

3.1.3.1.2 eCPRI reserved

+ +

Definition at line 116 of file xran_pkt.h.

+ +
+
+ +

◆ ecpri_ver

+ +
+
+ + + + +
uint8_t ecpri_ver
+
+

3.1.3.1.1 eCPRI protocol revision, defined in XRAN_ECPRI_VER

+ +

Definition at line 117 of file xran_pkt.h.

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