• Cedric Roux's avatar
    NR LDPC processing: do not stop processing too early · 6d66049e
    Cedric Roux authored
    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.
    6d66049e
nr_ulsch_decoding.c 24.3 KB