Change in osmo-bts[master]: power_control: cosmetic: fix weird spacing

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
Tue Dec 8 09:45:09 UTC 2020


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

Change subject: power_control: cosmetic: fix weird spacing
......................................................................

power_control: cosmetic: fix weird spacing

Change-Id: Ia5661e82372f958e7cda4041d7b5a1cfb1d64afe
---
M src/common/power_control.c
1 file changed, 9 insertions(+), 9 deletions(-)

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



diff --git a/src/common/power_control.c b/src/common/power_control.c
index 4c4e283..a8bf031 100644
--- a/src/common/power_control.c
+++ b/src/common/power_control.c
@@ -130,11 +130,11 @@
 	return delta;
 }
 
- /*! compute the new MS POWER LEVEL communicated to the MS and store it in lchan.
-  *  \param lchan logical channel for which to compute (and in which to store) new power value.
-  *  \param[in] ms_power_lvl MS Power Level received from Uplink L1 SACCH Header in SACCH block.
-  *  \param[in] ul_rssi_dbm Signal level of the received SACCH block, in dBm.
-  */
+/*! compute the new MS POWER LEVEL communicated to the MS and store it in lchan.
+ *  \param lchan logical channel for which to compute (and in which to store) new power value.
+ *  \param[in] ms_power_lvl MS Power Level received from Uplink L1 SACCH Header in SACCH block.
+ *  \param[in] ul_rssi_dbm Signal level of the received SACCH block, in dBm.
+ */
 int lchan_ms_pwr_ctrl(struct gsm_lchan *lchan,
 		      const uint8_t ms_power_lvl,
 		      const int8_t ul_rssi_dbm)
@@ -210,10 +210,10 @@
 	return 1;
 }
 
- /*! compute the new Downlink attenuation value for the given logical channel.
-  *  \param lchan logical channel for which to compute (and in which to store) new power value.
-  *  \param[in] gh pointer to the beginning of (presumably) a Measurement Report.
-  */
+/*! compute the new Downlink attenuation value for the given logical channel.
+ *  \param lchan logical channel for which to compute (and in which to store) new power value.
+ *  \param[in] gh pointer to the beginning of (presumably) a Measurement Report.
+ */
 int lchan_bs_pwr_ctrl(struct gsm_lchan *lchan,
 		      const struct gsm48_hdr *gh)
 {

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Ia5661e82372f958e7cda4041d7b5a1cfb1d64afe
Gerrit-Change-Number: 21480
Gerrit-PatchSet: 4
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/20201208/21e112b8/attachment.htm>


More information about the gerrit-log mailing list