Fix PDCP NR tests.

This commit is contained in:
Pedro Alvarez 2020-02-19 15:22:31 +00:00 committed by Andre Puschmann
parent aecfb151ce
commit 08c81c274b
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ void pdcp_entity_nr::write_pdu(unique_byte_buffer_t pdu)
// Extract RCVD_SN from header
uint32_t rcvd_sn = read_data_header(pdu);
discard_data_header(pdu); // FIXME Check wheather the header is part of integrity check.
// Extract MAC
uint8_t mac[4];