diff --git a/lib/src/upper/pdcp_entity_lte.cc b/lib/src/upper/pdcp_entity_lte.cc index 2c043829a..4ebf16594 100644 --- a/lib/src/upper/pdcp_entity_lte.cc +++ b/lib/src/upper/pdcp_entity_lte.cc @@ -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]);