srsLTE/srsue/hdr/stack
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.
2021-05-31 10:54:14 +02:00
..
mac dl_harq: fix unlocking of unlocked mutex bug detected by TSAN 2021-05-31 10:54:14 +02:00
mac_common mac_common: add helper method to get total buffer state 2021-04-20 15:05:20 +02:00
mac_nr Fixed naming srsLTE to srsRAN 2021-04-23 14:25:02 +02:00
rrc ue,rrc: add simple connection setup procedure 2021-05-26 14:43:52 +02:00
upper Allow NAS init function to fail 2021-05-04 19:18:22 +02:00
ue_stack_base.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
ue_stack_lte.h mac_nr: add DL HARQ 2021-04-16 15:32:09 +02:00
ue_stack_nr.h mac_nr: add DL HARQ 2021-04-16 15:32:09 +02:00