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=0000000000000000000000000000000000000000;hb=bdbd414e8038630c154ee3c6b8bc9b3aeb954be6;hp=d87443588debb37fb1a1323e47b1932fe91be41b;hpb=e9403c457453dba780e64af7de9462fad7217aa3;p=o-du%2Fphy.git diff --git a/docs/API/structxran__ecpri__cmn__hdr.html b/docs/API/structxran__ecpri__cmn__hdr.html deleted file mode 100644 index d874435..0000000 --- a/docs/API/structxran__ecpri__cmn__hdr.html +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - - -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: -
- - - -