Change in osmo-bts[master]: tx_power: Log bypass param in power_ramp_start

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
Fri Jun 19 15:20:11 UTC 2020


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


Change subject: tx_power: Log bypass param in power_ramp_start
......................................................................

tx_power: Log bypass param in power_ramp_start

Change-Id: I72559a50570cf447b5930f8995b1f345baeb1ee5
---
M src/common/tx_power.c
1 file changed, 2 insertions(+), 2 deletions(-)



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

diff --git a/src/common/tx_power.c b/src/common/tx_power.c
index 705038c..b0c959f 100644
--- a/src/common/tx_power.c
+++ b/src/common/tx_power.c
@@ -244,8 +244,8 @@
 	 * the maximum total system power subtracted by OML as well as RSL
 	 * reductions */
 
-	LOGPTRX(trx, DL1C, LOGL_INFO, "power_ramp_start(cur=%d, tgt=%d)\n",
-		tpp->p_total_cur_mdBm, p_total_tgt_mdBm);
+	LOGPTRX(trx, DL1C, LOGL_INFO, "power_ramp_start(cur=%d, tgt=%d%s)\n",
+		tpp->p_total_cur_mdBm, p_total_tgt_mdBm, bypass ? ", bypass" : "");
 
 	if (!bypass && (p_total_tgt_mdBm > get_p_nominal_mdBm(trx))) {
 		LOGPTRX(trx, DL1C, LOGL_ERROR, "Asked to ramp power up to "

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I72559a50570cf447b5930f8995b1f345baeb1ee5
Gerrit-Change-Number: 18915
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200619/8dff8a1f/attachment.htm>


More information about the gerrit-log mailing list