LDPC processing: bugfix: clear d[] if first transmission is DTX
If first transmission (round == 0) is DTX then d[] will not be cleared for following transmissions (those that are not DTX) in nr_rate_matching_ldpc_rx() because new_rx will not be 1, leading to potential wrong decoding.
Showing
Please register or sign in to comment