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, 0 insertions, 7 deletions
diff --git a/src/osmo-bts-trx/rach.h b/src/osmo-bts-trx/rach.h
deleted file mode 100644
index 15555593..00000000
--- a/src/osmo-bts-trx/rach.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#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 */