Simple log fix to make it easier to compare PDCP RX and TX.

This commit is contained in:
Pedro Alvarez 2020-10-27 17:46:49 +00:00 committed by Andre Puschmann
parent 58be68f856
commit e4f143059e
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ void pdcp_entity_lte::write_sdu(unique_byte_buffer_t sdu)
sdu->N_bytes,
"TX %s PDU, SN=%d, integrity=%s, encryption=%s",
rrc->get_rb_name(lcid).c_str(),
tx_count,
st.next_pdcp_tx_sn,
srslte_direction_text[integrity_direction],
srslte_direction_text[encryption_direction]);