• Cedric Roux's avatar
    nr rlc: first commit · 1a46b66d
    Cedric Roux authored
    Initial implementation.
    
    nr_rlc/nr_rlc_oai_api.c will need some clean rewrite at some point.
    
    More testing is also needed.
    1a46b66d
test13.h 355 Bytes
/*
 * um test (SN field size 12):
 * test reassembly and timeout
 * at time 1, gNB receives an SDU of 50 bytes
 * sends it in 3 parts
 * part 2 not received
 */

TIME, 1,
    GNB_UM, 100000, 100000, 35, 12,
    UE_UM, 100000, 100000, 35, 12,
    GNB_PDU_SIZE, 22,
    GNB_SDU, 0, 50,
TIME, 2,
    UE_RECV_FAILS, 1,
TIME, 3,
    UE_RECV_FAILS, 0,
TIME, -1