• Cedric Roux's avatar
    NR LDPC processing: do not redo LDPC decoding on retransmission if not needed · b038ee0a
    Cedric Roux authored
    Adding crc_ok[] so that we don't redo LDPC decoding of a segment on
    retransmissions if the CRC was correct for the segment in a previous
    transmission.
    
    We have to be careful with DTX of round 0, because in this case
    nr_ulsch_decoding() will never be called with new_rx == 1, so we
    would not reset crc_ok[]. (Hopefully I understand things correctly
    here...)
    b038ee0a
nr_ulsch_decoding.c 24.9 KB