fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bts/+/15442
Change subject: osmo-bts-trx/scheduler: add FIXME note about FACCH/H and BFI
......................................................................
osmo-bts-trx/scheduler: add FIXME note about FACCH/H and BFI
Change-Id: Ie006cd46cb574d272fbe3b38595a3087617c79d1
---
M src/osmo-bts-trx/scheduler_trx.c
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/42/15442/1
diff --git a/src/osmo-bts-trx/scheduler_trx.c b/src/osmo-bts-trx/scheduler_trx.c
index 5b31387..e4a6693 100644
--- a/src/osmo-bts-trx/scheduler_trx.c
+++ b/src/osmo-bts-trx/scheduler_trx.c
@@ -1466,6 +1466,8 @@
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) {
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/15442
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Ie006cd46cb574d272fbe3b38595a3087617c79d1
Gerrit-Change-Number: 15442
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange