aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-09-27 20:10:56 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-09-28 12:02:15 +0200
commitd680a629753ed9ce79252b3cbb0c4ccd0de16f00 (patch)
treec086cdbf114cd6ead670ebaf30fe70bd7fdc381d /include
parent0468376c533fbabe335890081fe1ef5b68cef952 (diff)
scheduler: Fix lqual_cb not populated for TCH.ind
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/scheduler_backend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmo-bts/scheduler_backend.h b/include/osmo-bts/scheduler_backend.h
index 50ba8228..3b1388f4 100644
--- a/include/osmo-bts/scheduler_backend.h
+++ b/include/osmo-bts/scheduler_backend.h
@@ -51,7 +51,7 @@ int _sched_compose_ph_data_ind(struct l1sched_ts *l1ts, uint32_t fn,
int _sched_compose_tch_ind(struct l1sched_ts *l1ts, uint32_t fn,
enum trx_chan_type chan, uint8_t *tch, uint8_t tch_len,
int16_t ta_offs_256bits, uint16_t ber10k, float rssi,
- uint8_t is_sub);
+ int16_t link_qual_cb, uint8_t is_sub);
int tx_fcch_fn(struct l1sched_ts *l1ts, struct trx_dl_burst_req *br);
int tx_sch_fn(struct l1sched_ts *l1ts, struct trx_dl_burst_req *br);