Change in osmo-bts[master]: l1sap: do not change MS power if MS wants a retransmission

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
Mon Mar 1 18:32:10 UTC 2021


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/23166 )


Change subject: l1sap: do not change MS power if MS wants a retransmission
......................................................................

l1sap: do not change MS power if MS wants a retransmission

Change-Id: If4a842e1bc592951df418ec9ff06d676474a5954
Related: SYS#5114
---
M src/common/l1sap.c
1 file changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/66/23166/1

diff --git a/src/common/l1sap.c b/src/common/l1sap.c
index 0a46b23..f0a029f 100644
--- a/src/common/l1sap.c
+++ b/src/common/l1sap.c
@@ -1566,6 +1566,9 @@
 		lchan->meas.l1_info.ta = l1_hdr->ta;
 		lchan->meas.flags |= LC_UL_M_F_L1_VALID;
 
+		/* Do not change MS power if MS wants a retransmission */
+		if (l1_hdr->srr_sro == 0)
+			lchan->ms_power_ctrl.skip_block_num++;
 		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]);

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: If4a842e1bc592951df418ec9ff06d676474a5954
Gerrit-Change-Number: 23166
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210301/b29b13c9/attachment.htm>


More information about the gerrit-log mailing list