• Cedric Roux's avatar
    nr pdcp: add --pdcp-drop option to drop packets in PDCP instead of RLC · a63f1704
    Cedric Roux authored
    This only works in monolithic. F1 split to be done later, it's a bit more
    complicated.
    
    And actually, the drop in RLC is still there, but it should not happen.
    Or much less.
    
    The logic around rlc_data_queue_occupancy() is not satisfying. It is
    done globally for all the UEs so we may underestimate the real free
    space in RLC for a given UE, and thus reject more packets than
    necessary.
    a63f1704
nr_pdcp_entity.c 15.3 KB