libosmocoding  0.9.6.277-11f2
Osmocom GSM/GPRS/EGPRS L1 channel coding library
 All Data Structures Files Functions Variables Modules Pages
gsm0503_mcs_code Struct Reference

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
 

Detailed Description

Structure describing a Modulation and Coding Scheme.


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