gsm_lchan_interf_meas_calc_band(): also print number of AVG samples

Change-Id: I4cebb0c5eef16f7e20fce85c506fc271127d7259
This commit is contained in:
Vadim Yanitskiy 2021-07-04 01:33:51 +02:00 committed by laforge
parent 454a2516f2
commit a5602d593c
1 changed files with 2 additions and 2 deletions

View File

@ -317,8 +317,8 @@ int gsm_lchan_interf_meas_calc_band(struct gsm_lchan *lchan)
}
LOGPLCHAN(lchan, DL1C, LOGL_DEBUG,
"Interference AVG: %ddBm (band %d)\n",
meas_avg, b);
"Interference AVG: %ddBm (band %d, samples %u)\n",
meas_avg, b, meas_num);
return b;
}