mirror of https://github.com/pvnis/srsRAN_4G.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
286844b3dd
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. |
4 years ago | |
---|---|---|
.. | ||
mac_nr_pdu.h | 4 years ago | |
pdu.h | 4 years ago | |
pdu_queue.h | 4 years ago |