Change in osmo-bts[master]: gsm_lchan_interf_meas_calc_band(): also print number of AVG samples

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

fixeria gerrit-no-reply at lists.osmocom.org
Sun Jul 4 16:48:25 UTC 2021


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


Change subject: gsm_lchan_interf_meas_calc_band(): also print number of AVG samples
......................................................................

gsm_lchan_interf_meas_calc_band(): also print number of AVG samples

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



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

diff --git a/src/common/gsm_data.c b/src/common/gsm_data.c
index f533fb9..89e868c 100644
--- a/src/common/gsm_data.c
+++ b/src/common/gsm_data.c
@@ -317,8 +317,8 @@
 	}
 
 	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;
 }

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I4cebb0c5eef16f7e20fce85c506fc271127d7259
Gerrit-Change-Number: 24844
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210704/4a945c33/attachment.htm>


More information about the gerrit-log mailing list