fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bts/+/15440
Change subject: osmo-bts-trx/scheduler: fix tx_tch_common(): do not send AMR
BFI twice
......................................................................
osmo-bts-trx/scheduler: fix tx_tch_common(): do not send AMR BFI twice
We call _sched_compose_tch_ind() after the switch statement, so
there is no need to send it from case 'GSM48_CMODE_SPEECH_AMR'.
Change-Id: I0488082494120157ac438d7763b52e3998f0eac7
---
M src/osmo-bts-trx/scheduler_trx.c
1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/40/15440/1
diff --git a/src/osmo-bts-trx/scheduler_trx.c b/src/osmo-bts-trx/scheduler_trx.c
index 1a60443..57eb138 100644
--- a/src/osmo-bts-trx/scheduler_trx.c
+++ b/src/osmo-bts-trx/scheduler_trx.c
@@ -389,7 +389,6 @@
return;
}
memset(tch_data + 2, 0, len - 2);
- _sched_compose_tch_ind(l1t, tn, fn, chan, tch_data,
len);
break;
default:
inval_mode1:
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/15440
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I0488082494120157ac438d7763b52e3998f0eac7
Gerrit-Change-Number: 15440
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange