srsLTE/lib
Andre Puschmann 286844b3dd mac_pdu: reset subheader state when deleting from PDU
when packing MAC PDUs, adding a new SDU might fail, for example
because RLC couldn't provide a new PDU. The muxer then needs
to delete the subheader from the PDU again.

When adding a padding BSR at the end, the same subheader is again
used to store the BSR, so any state in that subheader should be removed.

In the particular case, this was causing an issue when logging a LBSR
because the LCG buffer states are printed using the payload buffer,
which was still pointing to some memory that was used when trying
to add the new RLC PDU in the beginning.
2020-12-12 15:58:33 +01:00
..
examples update nr asn1 files, and asn1 tests 2020-12-12 15:58:32 +01:00
include mac_pdu: reset subheader state when deleting from PDU 2020-12-12 15:58:33 +01:00
src pdu: fix unpacking of LCG2 of LBSR MAC CE 2020-12-12 15:58:33 +01:00
test rlc: fix stopping of poll retx timer (#2006) 2020-12-12 15:58:32 +01:00
CMakeLists.txt Updated copyright 2020-03-16 11:26:06 +01:00