|
|
@ -30,6 +30,8 @@ typedef struct SRSRAN_API {
|
|
|
|
int tbs; ///< Payload size, TS 38.212 refers to it as A
|
|
|
|
int tbs; ///< Payload size, TS 38.212 refers to it as A
|
|
|
|
double R; ///< Target LDPC rate
|
|
|
|
double R; ///< Target LDPC rate
|
|
|
|
int rv; ///< Redundancy version
|
|
|
|
int rv; ///< Redundancy version
|
|
|
|
|
|
|
|
int ndi; ///< New Data Indicator
|
|
|
|
|
|
|
|
int pid; ///< HARQ Process ID
|
|
|
|
uint32_t nof_re; ///< Number of available resource elements to send, known as N_RE
|
|
|
|
uint32_t nof_re; ///< Number of available resource elements to send, known as N_RE
|
|
|
|
uint32_t nof_bits; ///< Number of available bits to send, known as G
|
|
|
|
uint32_t nof_bits; ///< Number of available bits to send, known as G
|
|
|
|
uint32_t cw_idx;
|
|
|
|
uint32_t cw_idx;
|
|
|
|