• Robert Schmidt's avatar
    Search correct UL HARQ, don't assert on late slot · f23890e0
    Robert Schmidt authored
    At the time of this commit, the CI has realtime issues. This can mean
    that the HARQ result is delivered in a delayed fashion. Before this
    commit, we were asserting on whether the slot corresponds to the HARQ
    process's expected feedback slot, but a particular feedback might be
    delayed under realtime issues, and we actually don't care about the
    timing since we get the HARQ process ID.
    
    Instead, we loop through the HARQ processes for which we wait for a
    feedback in the beginning until we have the right process (which did not
    seem to cause a problem till now, but who knows.
    f23890e0
gNB_scheduler_ulsch.c 47.5 KB