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 018c734b09 dl_harq: fix unlocking of unlocked mutex bug detected by TSAN
in the mac_test the tb_decoded() method was called twice for
the 2nd codeword, causig TSAN to complain about an unlocked mutex
being unlocked.

The patch resolves the potential issue only calling tb_decoded
for a grant/tb thas has a non-zero MCS.

The patch also adjusts the reset function to have a safe and "unsafe"
version to be called from inside the class, similar to other
classes where we do the same.
4 years ago
..
hdr dl_harq: fix unlocking of unlocked mutex bug detected by TSAN 4 years ago
src dl_harq: fix unlocking of unlocked mutex bug detected by TSAN 4 years ago
test SRSUE: Removed PUSCH-DMRS/SRS pregeneration methods 4 years ago
CMakeLists.txt rename srsLTE to srsRAN 4 years ago
ue.conf.example fixing support for extended Cyclic Prefix 4 years ago