• Cedric Roux's avatar
    minor: bad comparison · fbcc9a23
    Cedric Roux authored
    it was:
    
        *num_li_pP >= RLC_UM_SEGMENT_NB_MAX_LI_PER_PDU
    
    it should be:
    
        *num_li_pP > RLC_UM_SEGMENT_NB_MAX_LI_PER_PDU
    fbcc9a23
rlc_um_dar.c 44.8 KB