NR LDPC processing: do not stop processing too early
It's important to feed data to the d[] array (and clear it first in case of new_rx) so the logic to cancel the other LDPC processing threads when a decoding failure happens has to be changed. This commit introduces a new cancellation point possible only after calling nr_rate_matching_ldpc_rx(), thus the d[] array receives data for all the LDPC segments.
Showing
Please register or sign in to comment