• Melissa Elkadi's avatar
    Modifying how we handle the UCI multiplexing. · 027cb33b
    Melissa Elkadi authored
    In this commit, we changed the UCI handling.
    When the UL_TTI_REQ arrives at the NRUE it
    has info related to how many UCIs we should
    pull from the queue and send to the gNB. If
    we do not have that many UCIs available (likely
    becasue a DL_TTI_REQ is late), then we will
    requeue the UL_TTI_REQ and wait until we have
    all the UCI indications before multiplexing.
    This change makes it easier to handle multiple
    UCIs becasue previously we would send what we
    had and then try again later which made keeping
    track of the UL_TTI_REQ and second UCI more
    difficult.
    027cb33b
NR_IF_Module.c 51.6 KB