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

#include <xran_pkt.h>

+
+Collaboration diagram for compression_hdr:
+
+
Collaboration graph
+
+ + + + + + +

+Data Fields

uint8_t ud_iq_width:4
 
uint8_t ud_comp_meth:4
 
+

Detailed Description

+

This parameter defines the compression method and IQ bit width for the user data in the data section. This field is absent from U-Plane messages when the static IQ format and compression method is configured via the M-Plane. In this way a single compression method and IQ bit width is provided (per UL and DL, per LTE and NR) without adding more overhead to U-Plane messages.

+ +

Definition at line 206 of file xran_pkt.h.

+

Field Documentation

+ +

◆ ud_comp_meth

+ +
+
+ + + + +
uint8_t ud_comp_meth
+
+

udCompMeth| compression method |udIqWidth meaning ------------—+--------------------------—+-----------------------------------------— 0000b | no compression |bitwidth of each uncompressed I and Q value 0001b | block floating point |bitwidth of each I and Q mantissa value 0010b | block scaling |bitwidth of each I and Q scaled value 0011b | mu-law |bitwidth of each compressed I and Q value 0100b | modulation compression |bitwidth of each compressed I and Q value 0100b - 1111b | reserved for future methods |depends on the specific compression method

+ +

Definition at line 213 of file xran_pkt.h.

+ +
+
+ +

◆ ud_iq_width

+ +
+
+ + + + +
uint8_t ud_iq_width
+
+

Bit width of each I and each Q 16 for udIqWidth=0, otherwise equals udIqWidth e.g. udIqWidth = 0000b means I and Q are each 16 bits wide; e.g. udIQWidth = 0001b means I and Q are each 1 bit wide; e.g. udIqWidth = 1111b means I and Q are each 15 bits wide

+ +

Definition at line 208 of file xran_pkt.h.

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