DPDK  19.08.2
Data Fields
rte_bbdev_op_dec_turbo_cb_params Struct Reference

#include <rte_bbdev_op.h>

Data Fields

uint16_t k
 
uint32_t e
 

Detailed Description

Turbo decode code block parameters

Definition at line 259 of file rte_bbdev_op.h.

Field Documentation

uint16_t k

The K size of the input CB, in bits [40:6144], as specified in 3GPP TS 36.212. This size is inclusive of CRC bits, regardless whether it was pre-calculated by the application or not.

Examples:
examples/bbdev_app/main.c.

Definition at line 265 of file rte_bbdev_op.h.

uint32_t e

The E length of the CB rate matched LLR output, in bytes, as in 3GPP TS 36.212.

Definition at line 269 of file rte_bbdev_op.h.


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