aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/tch_fr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bts-trx/tch_fr.h')
-rw-r--r--src/osmo-bts-trx/tch_fr.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/osmo-bts-trx/tch_fr.h b/src/osmo-bts-trx/tch_fr.h
new file mode 100644
index 00000000..68a93185
--- /dev/null
+++ b/src/osmo-bts-trx/tch_fr.h
@@ -0,0 +1,7 @@
+#ifndef _TCH_FR_H
+#define _TCH_FR_H
+
+int tch_fr_decode(uint8_t *tch_data, sbit_t *bursts);
+int tch_fr_encode(ubit_t *bursts, uint8_t *tch_data, int len);
+
+#endif /* _TCH_FR_H */