X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2FAPI%2Fgroup__xran__common__pkt.html;fp=docs%2FAPI%2Fgroup__xran__common__pkt.html;h=0000000000000000000000000000000000000000;hb=bdbd414e8038630c154ee3c6b8bc9b3aeb954be6;hp=91b081a797dcf1d8052a5c0e5a91182beabff2fb;hpb=e9403c457453dba780e64af7de9462fad7217aa3;p=o-du%2Fphy.git diff --git a/docs/API/group__xran__common__pkt.html b/docs/API/group__xran__common__pkt.html deleted file mode 100644 index 91b081a..0000000 --- a/docs/API/group__xran__common__pkt.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - - -o-du/phy: XRAN Packet definitions and functions - - - - - - - - - -
-
- - - - - - -
-
o-du/phy -
-
Intel O-RAN/X-RAN Generated Doxygen Documentation
-
-
- - - - - - - -
- -
-
- - -
- -
- -
-
-Data Structures | -Enumerations | -Variables
-
-
XRAN Packet definitions and functions
-
-
- - - - - - - - - - - - - - - - - - -

-Data Structures

struct  ecpri_seq_id
 
struct  xran_ecpri_cmn_hdr
 
struct  xran_ecpri_hdr
 
struct  radio_app_common_hdr
 
struct  compression_hdr
 
struct  xran_pkt_comm_hdr
 
struct  xran_up_pkt_hdr
 
struct  eth_xran_up_pkt_hdr
 
- - - - - -

-Enumerations

enum  ecpri_msg_type {
-  ECPRI_IQ_DATA = 0x00, -ECPRI_BIT_SEQUENCE = 0x01, -ECPRI_RT_CONTROL_DATA = 0x02, -ECPRI_GEN_DATA_TRANSFER = 0x03, -
-  ECPRI_REMOTE_MEM_ACCESS = 0x04, -ECPRI_DELAY_MEASUREMENT = 0x05, -ECPRI_REMOTE_RESET = 0x06, -ECPRI_EVENT_INDICATION = 0x07, -
-  ECPRI_MSG_TYPE_MAX -
- }
 
enum  xran_pkt_dir { XRAN_DIR_UL = 0, -XRAN_DIR_DL = 1, -XRAN_DIR_MAX - }
 
- - - -

-Variables

struct ecpri_seq_id __rte_packed
 
-

Detailed Description

-

Definitions and support functions to process XRAN packet

-

Enumeration Type Documentation

- -

◆ ecpri_msg_type

- -
-
- - - - -
enum ecpri_msg_type
-
-

eCPRI message types as per eCPRI spec 3.2.4. Message Types

- - - - - - - - - - -
Enumerator
ECPRI_IQ_DATA 

U-plane: IQ data

-
ECPRI_BIT_SEQUENCE 
ECPRI_RT_CONTROL_DATA 

C-plane: Control

-
ECPRI_GEN_DATA_TRANSFER 
ECPRI_REMOTE_MEM_ACCESS 
ECPRI_DELAY_MEASUREMENT 
ECPRI_REMOTE_RESET 
ECPRI_EVENT_INDICATION 
ECPRI_MSG_TYPE_MAX 
- -

Definition at line 75 of file xran_pkt.h.

- -
-
- -

◆ xran_pkt_dir

- -
-
- - - - -
enum xran_pkt_dir
-
-

Enum used to set xRAN packet data direction (gNB Tx/Rx 5.4.4.1) uplink or downlink

- - - - -
Enumerator
XRAN_DIR_UL 

UL direction

-
XRAN_DIR_DL 

DL direction

-
XRAN_DIR_MAX 
- -

Definition at line 146 of file xran_pkt.h.

- -
-
-

Variable Documentation

- -

◆ __rte_packed

- -
-
- - - - -
struct eth_xran_up_pkt_hdr __rte_packed
-
- -
-
-
- - - -