fixeria has submitted this change and it was merged. ( 
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(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, approved
  Jenkins Builder: Verified



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: 3
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to