aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/gsm0503_tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bts-trx/gsm0503_tables.h')
-rw-r--r--src/osmo-bts-trx/gsm0503_tables.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/osmo-bts-trx/gsm0503_tables.h b/src/osmo-bts-trx/gsm0503_tables.h
new file mode 100644
index 00000000..abeff2d7
--- /dev/null
+++ b/src/osmo-bts-trx/gsm0503_tables.h
@@ -0,0 +1,14 @@
+#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 uint16_t gsm0503_d_to_b_index[260];
+
+#endif /* _0503_TABLES_H */