• Cedric Roux's avatar
    alternative RLC implementation · 3310f5c6
    Cedric Roux authored
    This commit introduces an alternative RLC implementation
    based on 36.322 version 8. AM and UM done, TM not done.
    
    See openair2/LAYER2/rlc_v2/TODO for missing parts.
    3310f5c6
test34.h 361 Bytes
/*
 * um test: trigger some cases in rlc_um_reception_actions
 * eNB sends several PDUs, only the beginning PDUs and ending PDUs are
 * received. Middle PDUs are not.
 */
TIME, 1,
    ENB_UM, 100000, 100000, 35, 5,
    UE_UM, 100000, 100000, 35, 5,
    ENB_SDU, 0, 40,
    ENB_PDU_SIZE, 2,
TIME, 2,
    UE_RECV_FAILS, 1,
TIME, 8,
    UE_RECV_FAILS, 0,
TIME, -1