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.
Andre Puschmann e72219789e 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.
4 years ago
..
hdr Moved common variables and functions from the usim and pcsc_usim classes into usim_base class. 4 years ago
src ul_harq: don't clear payload buffer during HARQ reset 4 years ago
test rrc::meas_cell now uses stack timers instead of system timers. 4 years ago
CMakeLists.txt Updated copyright 5 years ago
ue.conf.example Fix comments in ue.conf 4 years ago