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.
3 years ago
..
demux.h rename srsLTE to srsRAN 4 years ago
dl_harq.h dl_harq: fix unlocking of unlocked mutex bug detected by TSAN 3 years ago
dl_sps.h rename srsLTE to srsRAN 4 years ago
mac.h rename srsLTE to srsRAN 4 years ago
mac_metrics.h rename srsLTE to srsRAN 4 years ago
mux.h proc_bsr: initial BSR procedure for NR 4 years ago
proc.h rename srsLTE to srsRAN 4 years ago
proc_bsr.h mac_nr: add support for periodic BSR reporting 4 years ago
proc_phr.h rename srsLTE to srsRAN 4 years ago
proc_ra.h rename srsLTE to srsRAN 4 years ago
proc_sr.h rename srsLTE to srsRAN 4 years ago
ul_harq.h rename srsLTE to srsRAN 4 years ago
ul_sps.h rename srsLTE to srsRAN 4 years ago