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

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed Oct 10 14:21:22 UTC 2018


Harald Welte has submitted this change and it was merged. ( 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(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



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: merged
Gerrit-Change-Id: I5dacbed5517b2aa2a6bbc66ec125f0bdfd1f5b2b
Gerrit-Change-Number: 11293
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181010/e8d4b5dc/attachment.htm>


More information about the gerrit-log mailing list