aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/rach.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bts-trx/rach.h')
-rw-r--r--src/osmo-bts-trx/rach.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/osmo-bts-trx/rach.h b/src/osmo-bts-trx/rach.h
new file mode 100644
index 00000000..15555593
--- /dev/null
+++ b/src/osmo-bts-trx/rach.h
@@ -0,0 +1,7 @@
+#ifndef _RACH_H
+#define _RACH_H
+
+int rach_decode(uint8_t *ra, sbit_t *burst, uint8_t bsic);
+int rach_encode(ubit_t *burst, uint8_t *ra, uint8_t bsic);
+
+#endif /* _RACH_H */