Change in osmo-bts[master]: Revert "power_control: BS power shall not be reduced on C0"

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
Wed Jun 30 22:00:55 UTC 2021


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

Change subject: Revert "power_control: BS power shall not be reduced on C0"
......................................................................

Revert "power_control: BS power shall not be reduced on C0"

This reverts commit cd30a40be15267c7257b733da4e9ffdf17f0614d.

As a part of SYS#4919 "BTS energy saving", we want to support
constrained (up to 6 dB) BS power control on BCCH carriers.

Change-Id: I0d2b48c4b2af2d8e94f4ad02fa4774dbd0a0a654
Related: SYS#4919
---
M src/common/l1sap.c
1 file changed, 1 insertion(+), 2 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/l1sap.c b/src/common/l1sap.c
index c4f258a..c028a2c 100644
--- a/src/common/l1sap.c
+++ b/src/common/l1sap.c
@@ -1629,8 +1629,7 @@
 		lchan->meas.flags |= LC_UL_M_F_L1_VALID;
 
 		lchan_ms_pwr_ctrl(lchan, data[0] & 0x1f, data_ind->rssi);
-		if (trx->bts->c0 != trx) /* BS Power Control shall not be used on C0 */
-			lchan_bs_pwr_ctrl(lchan, (const struct gsm48_hdr *) &data[5]);
+		lchan_bs_pwr_ctrl(lchan, (const struct gsm48_hdr *) &data[5]);
 	} else
 		le = &lchan->lapdm_ch.lapdm_dcch;
 

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I0d2b48c4b2af2d8e94f4ad02fa4774dbd0a0a654
Gerrit-Change-Number: 24782
Gerrit-PatchSet: 4
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
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/20210630/ea7f8a7a/attachment.htm>


More information about the gerrit-log mailing list