Change in osmocom-bb[master]: trxcon/scheduler: subst_frame_loss(): print current TDMA fn

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

laforge gerrit-no-reply at lists.osmocom.org
Wed Jul 8 15:26:30 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/19183 )

Change subject: trxcon/scheduler: subst_frame_loss(): print current TDMA fn
......................................................................

trxcon/scheduler: subst_frame_loss(): print current TDMA fn

Change-Id: I3d769ba3cbadc19bac0b25224460af8f06d0d776
---
M src/host/trxcon/sched_trx.c
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



diff --git a/src/host/trxcon/sched_trx.c b/src/host/trxcon/sched_trx.c
index b6087ef..79e6f88 100644
--- a/src/host/trxcon/sched_trx.c
+++ b/src/host/trxcon/sched_trx.c
@@ -638,8 +638,8 @@
 	elapsed = GSM_TDMA_FN_SUB(fn, lchan->tdma.last_proc);
 	if (elapsed > mf->period) {
 		LOGP(DSCHD, LOGL_NOTICE, "Too many (>%u) contiguous TDMA frames elapsed (%u) "
-					 "since the last processed fn=%u\n", mf->period,
-					 elapsed, lchan->tdma.last_proc);
+					 "since the last processed fn=%u (current %u)\n",
+					 mf->period, elapsed, lchan->tdma.last_proc, fn);
 	} else if (elapsed == 0) {
 		LOGP(DSCHD, LOGL_ERROR, "No TDMA frames elapsed since the last processed "
 					"fn=%u, must be a bug?\n", lchan->tdma.last_proc);

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

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I3d769ba3cbadc19bac0b25224460af8f06d0d776
Gerrit-Change-Number: 19183
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200708/aad60d32/attachment.htm>


More information about the gerrit-log mailing list