aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/scheduler_backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bts-trx/scheduler_backend.h')
-rw-r--r--src/osmo-bts-trx/scheduler_backend.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osmo-bts-trx/scheduler_backend.h b/src/osmo-bts-trx/scheduler_backend.h
index ea3e620f..b8084552 100644
--- a/src/osmo-bts-trx/scheduler_backend.h
+++ b/src/osmo-bts-trx/scheduler_backend.h
@@ -77,3 +77,5 @@ int rx_tchh_fn(struct l1sched_trx *l1t, uint8_t tn, uint32_t fn,
enum trx_chan_type chan, uint8_t bid, sbit_t *bits, int8_t rssi,
float toa);
+const ubit_t *_sched_dl_burst(struct l1sched_trx *l1t, uint8_t tn, uint32_t fn);
+int _sched_rts(struct l1sched_trx *l1t, uint8_t tn, uint32_t fn);