aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/gsm0503_tables.h
blob: db0e920ad174890a8f6c90141379fc9d8671434d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _0503_TABLES_H
#define _0503_TABLES_H

extern const ubit_t gsm0503_pdtch_hl_hn_ubit[4][8];
extern const sbit_t gsm0503_pdtch_hl_hn_sbit[4][8];
extern const ubit_t gsm0503_usf2six[8][6];
extern const ubit_t gsm0503_usf2twelve_ubit[8][12];
extern const sbit_t gsm0503_usf2twelve_sbit[8][12];
extern const uint8_t gsm0503_puncture_cs2[588];
extern const uint8_t gsm0503_puncture_cs3[676];
extern const uint8_t gsm0503_gsm_fr_map[76];
extern const uint8_t gsm0503_gsm_efr_protected_bits[65];
extern const ubit_t gsm0503_afs_ic_ubit[4][8];
extern const sbit_t gsm0503_afs_ic_sbit[4][8];

#endif /* _0503_TABLES_H */