X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2FAPI%2Fxran__pkt__up_8h.html;fp=docs%2FAPI%2Fxran__pkt__up_8h.html;h=c1f4bc2432c2409532181b96580f2698de1e617e;hb=870e1b86b0c74169b215c166dee787c7c1a20d06;hp=0000000000000000000000000000000000000000;hpb=298022ce50fa8133cc880507170c4b7120d227b5;p=o-du%2Fphy.git diff --git a/docs/API/xran__pkt__up_8h.html b/docs/API/xran__pkt__up_8h.html new file mode 100644 index 0000000..c1f4bc2 --- /dev/null +++ b/docs/API/xran__pkt__up_8h.html @@ -0,0 +1,234 @@ + + + + + + + +o-du/phy: xran_pkt_up.h File Reference + + + + + + + + + +
+
+ + + + + + +
+
o-du/phy +
+
Intel O-RAN/X-RAN Generated Doxygen Documentation
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+
+Data Structures | +Macros | +Variables
+
+
xran_pkt_up.h File Reference
+
+
+ +

Definitions and support functions to process XRAN packet. +More...

+
#include "xran_pkt.h"
+
+Include dependency graph for xran_pkt_up.h:
+
+
+ + + +
+
+This graph shows which files directly or indirectly include this file:
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + +

+Data Structures

struct  data_section_hdr
 
struct  data_section_compression_hdr
 
union  compression_params
 
struct  compression_params::block_fl_point
 
struct  compression_params::block_scaling
 
struct  compression_params::u_law
 
struct  rb_map
 
struct  xran_up_pkt_hdr
 
struct  eth_xran_up_pkt_hdr
 
+ + + + + + + + + +

+Macros

#define IQ_PAIR_NUM_IN_RB   12
 
#define MAX_DATA_SECTIONS_NUM   273
 
#define MAX_IQ_BIT_WIDTH   16
 
#define IQ_BITS   MAX_IQ_BIT_WIDTH
 
+ + + +

+Variables

struct data_section_hdr __rte_packed
 
+

Detailed Description

+

Definitions and support functions to process XRAN packet.

+
Author
Intel Corporation
+ +

Definition in file xran_pkt_up.h.

+

Macro Definition Documentation

+ +

◆ IQ_BITS

+ +
+
+ + + + +
#define IQ_BITS   MAX_IQ_BIT_WIDTH
+
+ +

Definition at line 50 of file xran_pkt_up.h.

+ +
+
+ +

◆ IQ_PAIR_NUM_IN_RB

+ +
+
+ + + + +
#define IQ_PAIR_NUM_IN_RB   12
+
+ +

Definition at line 45 of file xran_pkt_up.h.

+ +
+
+ +

◆ MAX_DATA_SECTIONS_NUM

+ +
+
+ + + + +
#define MAX_DATA_SECTIONS_NUM   273
+
+ +

Definition at line 46 of file xran_pkt_up.h.

+ +
+
+ +

◆ MAX_IQ_BIT_WIDTH

+ +
+
+ + + + +
#define MAX_IQ_BIT_WIDTH   16
+
+ +

Definition at line 47 of file xran_pkt_up.h.

+ +
+
+
+ + + +