libosmocoding
0.9.6.270-38c0
Osmocom GSM/GPRS/EGPRS L1 channel coding library
|
Structure describing a Modulation and Coding Scheme. More...
Data Fields | |
uint8_t | mcs |
Modulation and Coding Scheme (MSC) number. | |
uint8_t | usf_len |
Length of Uplink Stealing Flag (USF) in bits. | |
uint8_t | hdr_len |
Length of header (bits) | |
uint8_t | hdr_code_len |
Length of header convolutional code. | |
uint8_t | hdr_punc_len |
Length of header code puncturing sequence. | |
const struct osmo_conv_code * | hdr_conv |
header convolutional code | |
const uint8_t * | hdr_punc |
header puncturing sequence | |
uint16_t | data_len |
length of data (bits) | |
uint16_t | data_code_len |
length of data convolutional code | |
uint16_t | data_punc_len |
length of data code puncturing sequence | |
const struct osmo_conv_code * | data_conv |
data convolutional code | |
const uint8_t * | data_punc [3] |
data puncturing sequences | |
Structure describing a Modulation and Coding Scheme.