aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/gsm0503_mapping.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bts-trx/gsm0503_mapping.h')
-rw-r--r--src/osmo-bts-trx/gsm0503_mapping.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/osmo-bts-trx/gsm0503_mapping.h b/src/osmo-bts-trx/gsm0503_mapping.h
deleted file mode 100644
index e416c54d..00000000
--- a/src/osmo-bts-trx/gsm0503_mapping.h
+++ /dev/null
@@ -1,31 +0,0 @@
-#ifndef _0503_MAPPING_H
-#define _0503_MAPPING_H
-
-void gsm0503_xcch_burst_unmap(sbit_t *iB, const sbit_t *eB,
- sbit_t *hl, sbit_t *hn);
-void gsm0503_xcch_burst_map(ubit_t *iB, ubit_t *eB, const ubit_t *hl,
- const ubit_t *hn);
-void gsm0503_tch_burst_unmap(sbit_t *iB, sbit_t *eB, sbit_t *h, int odd);
-void gsm0503_tch_burst_map(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);
-
-#endif /* _0503_INTERLEAVING_H */