tbf_ul: Log mismatching TLLI on log message

Change-Id: Ia2ac7062c1f3308a1485da6d769cb8a869fa8100
This commit is contained in:
Pau Espin 2020-11-06 20:03:24 +01:00
parent 9897b26e3e
commit 305763dc6f
1 changed files with 2 additions and 2 deletions

View File

@ -460,8 +460,8 @@ int gprs_rlcmac_ul_tbf::rcv_data_block_acknowledged(
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;
}