Change in osmo-bts[master]: scheduler: unset TRX_CHAN_FLAG_AUTO_ACTIVE for TRXC_IDLE

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/.

laforge gerrit-no-reply at lists.osmocom.org
Mon Jun 21 16:24:24 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/24712 )

Change subject: scheduler: unset TRX_CHAN_FLAG_AUTO_ACTIVE for TRXC_IDLE
......................................................................

scheduler: unset TRX_CHAN_FLAG_AUTO_ACTIVE for TRXC_IDLE

Neither we expect any Uplink bursts on IDLE channels, nor we need
to send any Downlink bursts.  Automatic activation of TRXC_IDLE
channels does not make sense.

Change-Id: Ifade0eab0605154196322ff20b1b3a44495f8a2e
---
M src/common/scheduler.c
1 file changed, 0 insertions(+), 4 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve



diff --git a/src/common/scheduler.c b/src/common/scheduler.c
index b4f2fa8..9796506 100644
--- a/src/common/scheduler.c
+++ b/src/common/scheduler.c
@@ -144,10 +144,6 @@
 	[TRXC_IDLE] = {
 		.name = "IDLE",
 		.desc = "Idle channel",
-
-		/* On C0, BTS needs to ensure discontinuous burst transmission.
-		 * Therefore we need to send dummy bursts on IDLE slots. */
-		.flags = TRX_CHAN_FLAG_AUTO_ACTIVE,
 	},
 	[TRXC_FCCH] = {
 		.name = "FCCH", /* 3GPP TS 05.02, section 3.3.2.1 */

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/24712
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Ifade0eab0605154196322ff20b1b3a44495f8a2e
Gerrit-Change-Number: 24712
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210621/a702bb29/attachment.htm>


More information about the gerrit-log mailing list