Change in osmo-pcu[master]: tbf_ul: Log mismatching TLLI on log message

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
Mon Nov 9 11:21:33 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/21067 )

Change subject: tbf_ul: Log mismatching TLLI on log message
......................................................................

tbf_ul: Log mismatching TLLI on log message

Change-Id: Ia2ac7062c1f3308a1485da6d769cb8a869fa8100
---
M src/tbf_ul.cpp
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/src/tbf_ul.cpp b/src/tbf_ul.cpp
index c594c59..57da02a 100644
--- a/src/tbf_ul.cpp
+++ b/src/tbf_ul.cpp
@@ -460,8 +460,8 @@
 				update_ms(new_tlli, GPRS_RLCMAC_UL_TBF);
 			} else if (new_tlli && new_tlli != tlli()) {
 				LOGPTBFUL(this, LOGL_NOTICE,
-					  "TLLI mismatch on UL DATA TFI=%d. (Ignoring due to contention resolution)\n",
-					  rlc->tfi);
+					  "Decoded TLLI=%08x mismatch on UL DATA TFI=%d. (Ignoring due to contention resolution)\n",
+					  new_tlli, rlc->tfi);
 				m_window.invalidate_bsn(rdbi->bsn);
 				continue;
 			}

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ia2ac7062c1f3308a1485da6d769cb8a869fa8100
Gerrit-Change-Number: 21067
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201109/08421f11/attachment.htm>


More information about the gerrit-log mailing list