• Romain Beurdouche's avatar
    fix(nrLDPC_decoder): Cleaning LDPC iteration accounting in NR · 6b660e40
    Romain Beurdouche authored
    The idea is to make LDPC iteration accounting more standard from a C coding perspective by making two changes:
    1. Now the iteration counter starts at 0 for the first iteration and goes up to max_ldpc_iterations - 1 for the last iteration.
       If it is equal to max_ldpc_iterations, it means that decoding failed.
    2. A chain of useless returns in the UE DLSCH decoding call chain was removed.
    6b660e40
nr_transport_ue.h 4.85 KB