fixeria has uploaded this change for review. ( 
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(-)



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

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: 1
Gerrit-Owner: fixeria <vyanits...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to