mirror of https://github.com/pvnis/srsRAN_4G.git
ul_harq: don't clear payload buffer during HARQ reset
this fixes #1791 which was caused by a race between the PHY workers preparing a new UL-SCH PDU and the Stack resetting the MAC, which in turn resets the HARQ processeses, which cleared the buffer and set the length to zero. Not explicitly clearing the buffer on a HARQ reset seems to be fine since the PHY worker clears the buffer before starting to pack a new PDU anyway.master
parent
b08a586fd4
commit
e72219789e
Loading…
Reference in New Issue