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

laforge gerrit-no-reply at lists.osmocom.org
Fri Jun 19 20:36:31 UTC 2020


laforge has submitted this change. ( 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(-)

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



diff --git a/src/common/tx_power.c b/src/common/tx_power.c
index 6469c86..68cc0e3 100644
--- a/src/common/tx_power.c
+++ b/src/common/tx_power.c
@@ -247,8 +247,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: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200619/03131254/attachment.htm>


More information about the gerrit-log mailing list