srsLTE/srsue/hdr
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
..
phy Minor UE aesthetical changes 2021-05-31 10:48:17 +02:00
stack dl_harq: fix unlocking of unlocked mutex bug detected by TSAN 2021-05-31 10:54:14 +02:00
metrics_csv.h Fixed issues from coverity: 2021-04-23 21:22:06 +02:00
metrics_json.h Implement UE metrics in JSON format. 2021-05-13 09:27:11 +02:00
metrics_stdout.h Print in the ue stdout metrics the CC number for LTE and the RAT for NR. 2021-04-29 22:48:03 +02:00
ue.h Implement UE metrics in JSON format. 2021-05-13 09:27:11 +02:00
ue_metrics_interface.h SRSUE: Reviewed PHY metrics getter 2021-04-13 16:02:53 +02:00