libosmocoding
0.12.0
Osmocom GSM/GPRS/EGPRS L1 channel coding library
|
Files | |
file | gsm0503_mapping.h |
file | gsm0503_mapping.c |
Functions | |
void | gsm0503_xcch_burst_unmap (sbit_t *iB, const sbit_t *eB, sbit_t *hl, sbit_t *hn) |
void | gsm0503_xcch_burst_map (const ubit_t *iB, ubit_t *eB, const ubit_t *hl, const ubit_t *hn) |
void | gsm0503_tch_burst_unmap (sbit_t *iB, const sbit_t *eB, sbit_t *h, int odd) |
void | gsm0503_tch_burst_map (const ubit_t *iB, ubit_t *eB, const ubit_t *h, int odd) |
void | gsm0503_mcs5_ul_burst_map (const ubit_t *di, ubit_t *eB, const ubit_t *hi, int B) |
void | gsm0503_mcs5_ul_burst_unmap (sbit_t *di, const sbit_t *eB, sbit_t *hi, int B) |
void | gsm0503_mcs7_ul_burst_map (const ubit_t *di, ubit_t *eB, const ubit_t *hi, int B) |
void | gsm0503_mcs7_ul_burst_unmap (sbit_t *di, const sbit_t *eB, sbit_t *hi, int B) |
void | gsm0503_mcs5_dl_burst_map (const ubit_t *di, ubit_t *eB, const ubit_t *hi, const ubit_t *up, int B) |
void | gsm0503_mcs5_dl_burst_unmap (sbit_t *di, const sbit_t *eB, sbit_t *hi, sbit_t *up, int B) |
void | gsm0503_mcs7_dl_burst_map (const ubit_t *di, ubit_t *eB, const ubit_t *hi, const ubit_t *up, int B) |
void | gsm0503_mcs7_dl_burst_unmap (sbit_t *di, const sbit_t *eB, sbit_t *hi, sbit_t *up, int B) |
void | gsm0503_mcs5_burst_swap (sbit_t *eB) |
GSM TS 05.03 burst mapping
This module contains burst mapping routines as specified in 3GPP TS 05.03 / 45.003.
void gsm0503_mcs5_burst_swap | ( | sbit_t * | eB | ) |
Referenced by egprs_type1_map(), egprs_type1_unmap(), egprs_type2_map(), and egprs_type2_unmap().
void gsm0503_mcs5_dl_burst_map | ( | const ubit_t * | di, |
ubit_t * | eB, | ||
const ubit_t * | hi, | ||
const ubit_t * | up, | ||
int | B | ||
) |
Referenced by egprs_type2_map().
void gsm0503_mcs5_dl_burst_unmap | ( | sbit_t * | di, |
const sbit_t * | eB, | ||
sbit_t * | hi, | ||
sbit_t * | up, | ||
int | B | ||
) |
void gsm0503_mcs5_ul_burst_map | ( | const ubit_t * | di, |
ubit_t * | eB, | ||
const ubit_t * | hi, | ||
int | B | ||
) |
void gsm0503_mcs5_ul_burst_unmap | ( | sbit_t * | di, |
const sbit_t * | eB, | ||
sbit_t * | hi, | ||
int | B | ||
) |
Referenced by egprs_type2_unmap().
void gsm0503_mcs7_dl_burst_map | ( | const ubit_t * | di, |
ubit_t * | eB, | ||
const ubit_t * | hi, | ||
const ubit_t * | up, | ||
int | B | ||
) |
Referenced by egprs_type1_map().
void gsm0503_mcs7_dl_burst_unmap | ( | sbit_t * | di, |
const sbit_t * | eB, | ||
sbit_t * | hi, | ||
sbit_t * | up, | ||
int | B | ||
) |
void gsm0503_mcs7_ul_burst_map | ( | const ubit_t * | di, |
ubit_t * | eB, | ||
const ubit_t * | hi, | ||
int | B | ||
) |
void gsm0503_mcs7_ul_burst_unmap | ( | sbit_t * | di, |
const sbit_t * | eB, | ||
sbit_t * | hi, | ||
int | B | ||
) |
Referenced by egprs_type1_unmap().
void gsm0503_tch_burst_map | ( | const ubit_t * | iB, |
ubit_t * | eB, | ||
const ubit_t * | h, | ||
int | odd | ||
) |
Referenced by gsm0503_tch_afs_encode(), gsm0503_tch_ahs_encode(), gsm0503_tch_fr_encode(), and gsm0503_tch_hr_encode().
void gsm0503_tch_burst_unmap | ( | sbit_t * | iB, |
const sbit_t * | eB, | ||
sbit_t * | h, | ||
int | odd | ||
) |
Referenced by gsm0503_tch_afs_decode(), gsm0503_tch_ahs_decode(), gsm0503_tch_fr_decode(), and gsm0503_tch_hr_decode().
void gsm0503_xcch_burst_map | ( | const ubit_t * | iB, |
ubit_t * | eB, | ||
const ubit_t * | hl, | ||
const ubit_t * | hn | ||
) |
Referenced by egprs_type3_map(), gsm0503_pdtch_encode(), and gsm0503_xcch_encode().
void gsm0503_xcch_burst_unmap | ( | sbit_t * | iB, |
const sbit_t * | eB, | ||
sbit_t * | hl, | ||
sbit_t * | hn | ||
) |
Referenced by egprs_type3_unmap(), gsm0503_pdtch_decode(), and gsm0503_xcch_decode().