aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/scheduler_backend.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-01-09 23:21:00 +0100
committerHarald Welte <laforge@gnumonks.org>2016-02-15 14:17:55 +0100
commit48726242add87e6850c64a4a6d3801a4b54084a5 (patch)
tree7a0c997f173542c76e9445ffc85b51ffbe139da3 /src/osmo-bts-trx/scheduler_backend.h
parent67311cc1f20c88a0ad0afe488ec136d985477b81 (diff)
TRX: scheduler: Remove dependency to trx_if.[ch]
Diffstat (limited to 'src/osmo-bts-trx/scheduler_backend.h')
-rw-r--r--src/osmo-bts-trx/scheduler_backend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bts-trx/scheduler_backend.h b/src/osmo-bts-trx/scheduler_backend.h
index b8084552..9f663cdd 100644
--- a/src/osmo-bts-trx/scheduler_backend.h
+++ b/src/osmo-bts-trx/scheduler_backend.h
@@ -79,3 +79,4 @@ int rx_tchh_fn(struct l1sched_trx *l1t, uint8_t tn, uint32_t fn,
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);
+void _sched_act_rach_det(struct l1sched_trx *l1t, uint8_t tn, uint8_t ss, int activate);