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: