Change in ...osmo-bts[master]: osmo-bts-trx/scheduler: fix tx_tch_common(): do not send AMR BFI twice

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Fri Sep 6 22:51:18 UTC 2019


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 <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190906/74cdcfc6/attachment.htm>


More information about the gerrit-log mailing list