Change in osmo-bts[master]: lchan_meas_check_compute: Log value during incorrect num of SUB measu...

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

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Wed Oct 10 11:29:36 UTC 2018


Pau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/11293


Change subject: lchan_meas_check_compute: Log value during incorrect num of SUB measurementes detected
......................................................................

lchan_meas_check_compute: Log value during incorrect num of SUB measurementes detected

Change-Id: I5dacbed5517b2aa2a6bbc66ec125f0bdfd1f5b2b
---
M src/common/measurement.c
1 file changed, 2 insertions(+), 1 deletion(-)



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

diff --git a/src/common/measurement.c b/src/common/measurement.c
index 33b1c11..c2001da 100644
--- a/src/common/measurement.c
+++ b/src/common/measurement.c
@@ -640,7 +640,8 @@
 	     gsm_lchan_name(lchan), num_ul_meas_subst, num_meas_sub_subst);
 
 	if (num_meas_sub != num_meas_sub_expect) {
-		LOGP(DMEAS, LOGL_ERROR, "%s Incorrect number of SUB measurements detected!\n", gsm_lchan_name(lchan));
+		LOGP(DMEAS, LOGL_ERROR, "%s Incorrect number of SUB measurements detected! (%u vs exp %u)\n",
+		     gsm_lchan_name(lchan), num_meas_sub, num_meas_sub_expect);
 		/* Normally the logic above should make sure that there is
 		 * always the exact amount of SUB measurements taken into
 		 * account. If not then the logic that decides tags the received

-- 
To view, visit https://gerrit.osmocom.org/11293
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5dacbed5517b2aa2a6bbc66ec125f0bdfd1f5b2b
Gerrit-Change-Number: 11293
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181010/93f41b2c/attachment.htm>


More information about the gerrit-log mailing list