srsLTE/lib/include/srslte/mac
Andre Puschmann 035c369a43 mac_pdu: fix check of remaining length when adding new subheader to MAC PDU
when adding a new subheader to a MAC PDU we should only add the subheader
if at least 2 bytes are left in the PDU. Even a 1 Byte MAC Control Element requires
another byte to pack the subheader.

This fixes #1424 in which a 3 B MAC opportunity is provided in the UL. After
adding the Short BSR, we tried to add another MAC subheader. Adding the subheader
succeeded even though no space is left to add a single byte. With this patch,
adding the subheader fails and the generates MAC PDU is correct.
2020-07-08 10:08:26 +02:00
..
mac_nr_pdu.h add radio_base/null classes 2020-06-18 23:37:26 +01:00
pdu.h mac_pdu: fix check of remaining length when adding new subheader to MAC PDU 2020-07-08 10:08:26 +02:00
pdu_queue.h moved pdu to common mac folder 2020-04-22 10:06:08 +01:00