pespin has uploaded this change for review. ( 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(-) git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/67/21067/1 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 <pes...@sysmocom.de> Gerrit-MessageType: newchange