• 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
test4.h 275 Bytes
/*
 * basic um test: UE field length 5 bits
 * at time 1, eNB receives an SDU of 10 bytes
 * at time 10, UE receives an SDU of 5 bytes
 */

TIME, 1,
    ENB_UM, 100000, 100000, 35, 5,
    UE_UM, 100000, 100000, 35, 5,
    ENB_SDU, 0, 10,
TIME, 10,
    UE_SDU, 0, 5,
TIME, -1