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

master
Pedro Alvarez 4 years ago committed by Andre Puschmann
parent 58be68f856
commit e4f143059e

@ -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]);

Loading…
Cancel
Save