Change in osmo-bsc[master]: rsl: Send IE MS Power Param during CHAN ACT and MS PWR CTRL messages

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

pespin gerrit-no-reply at lists.osmocom.org
Mon Oct 28 18:42:56 UTC 2019


pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/15882 )

Change subject: rsl: Send IE MS Power Param during CHAN ACT and MS PWR CTRL messages
......................................................................

rsl: Send IE MS Power Param during CHAN ACT and MS PWR CTRL messages

TS 48.058 sec 8.4.1 CHANNEL ACTIVATION and state:
"""
The BS and MS Power Parameters elements are included to indicate that BS
and/or MS power control is to be performed by BTS. The maximum power to
be used is indicated in the BS and MS Power elements respectively.
"""

Since we always want the BTS to do autonomous MS power control, let's
add it.

Related: OS#1622
Change-Id: Icaaa61b363b093f00b6653c3df64d3e66583b9f8
---
M src/osmo-bsc/abis_rsl.c
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/src/osmo-bsc/abis_rsl.c b/src/osmo-bsc/abis_rsl.c
index 4a7d104..575f91d 100644
--- a/src/osmo-bsc/abis_rsl.c
+++ b/src/osmo-bsc/abis_rsl.c
@@ -316,6 +316,8 @@
 	dh->chan_nr = chan_nr;
 
 	msgb_tv_put(msg, RSL_IE_MS_POWER, lchan->ms_power);
+	/* indicate MS power control to be performed by BTS: */
+	msgb_tl_put(msg, RSL_IE_MS_POWER_PARAM);
 
 	msg->dst = lchan->ts->trx->rsl_link;
 
@@ -541,6 +543,9 @@
 	msgb_tv_put(msg, RSL_IE_BS_POWER, lchan->bs_power);
 	msgb_tv_put(msg, RSL_IE_MS_POWER, lchan->ms_power);
 	msgb_tv_put(msg, RSL_IE_TIMING_ADVANCE, ta);
+	/* indicate MS power control to be performed by BTS: */
+	msgb_tl_put(msg, RSL_IE_MS_POWER_PARAM);
+
 	mr_config_for_bts(lchan, msg);
 
 	msg->dst = lchan->ts->trx->rsl_link;

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Icaaa61b363b093f00b6653c3df64d3e66583b9f8
Gerrit-Change-Number: 15882
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin 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/20191028/d6cf2d07/attachment.htm>


More information about the gerrit-log mailing list