tx_power: Log bypass param in power_ramp_start

Change-Id: I72559a50570cf447b5930f8995b1f345baeb1ee5
This commit is contained in:
Pau Espin 2020-06-19 17:14:30 +02:00 committed by laforge
parent 34940bdb2a
commit 4e01d8e709
1 changed files with 2 additions and 2 deletions

View File

@ -247,8 +247,8 @@ int power_ramp_start(struct gsm_bts_trx *trx, int p_total_tgt_mdBm, int bypass,
* 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 "