pdcp: fix typo

This commit is contained in:
Andre Puschmann 2020-07-09 16:13:16 +02:00
parent 528777fa29
commit d5f0ad9f35
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ void pdcp_entity_lte::write_sdu(unique_byte_buffer_t sdu, bool blocking)
srslte_direction_text[integrity_direction],
srslte_direction_text[encryption_direction]);
// Incremente NEXT_PDCP_TX_SN and TX_HFN
// Increment NEXT_PDCP_TX_SN and TX_HFN
st.next_pdcp_tx_sn++;
if (st.next_pdcp_tx_sn > maximum_pdcp_sn) {
st.tx_hfn++;