From c3b3ca358af4e239599020d04ebf2a4c8435e156 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sun, 27 Jun 2021 13:10:08 +0200 Subject: 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 --- src/common/l1sap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/common/l1sap.c b/src/common/l1sap.c index c4f258a6..c028a2c7 100644 --- a/src/common/l1sap.c +++ b/src/common/l1sap.c @@ -1629,8 +1629,7 @@ static int l1sap_ph_data_ind(struct gsm_bts_trx *trx, 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; -- cgit v1.2.3