aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2019-09-07 01:57:39 +0200
committerfixeria <axilirator@gmail.com>2019-09-07 23:09:09 +0000
commite6a72c2b8088ece6ade4c64fe18e24763a57441a (patch)
treea7a968ed5eb50f557ad01b756040161720e8055e /src
parent454b0345216a9b8026db2c54699d61b74664f08b (diff)
osmo-bts-trx/scheduler: add FIXME note about FACCH/H and BFI
Diffstat (limited to 'src')
-rw-r--r--src/osmo-bts-trx/scheduler_trx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osmo-bts-trx/scheduler_trx.c b/src/osmo-bts-trx/scheduler_trx.c
index 57eb1384..12490539 100644
--- a/src/osmo-bts-trx/scheduler_trx.c
+++ b/src/osmo-bts-trx/scheduler_trx.c
@@ -1466,6 +1466,8 @@ int rx_tchh_fn(struct l1sched_trx *l1t, enum trx_chan_type chan,
0 /* FIXME: AVG C/I */,
ber10k, PRES_INFO_UNKNOWN);
bfi:
+ /* FIXME: a FACCH/H frame replaces two speech frames,
+ * so we actually need to send two bad frame indications! */
if (rsl_cmode == RSL_CMOD_SPD_SPEECH) {
/* indicate bad frame */
switch (tch_mode) {