/*
* basic am test (SN field size 12):
* at time 1, gNB receives an SDU of 10 bytes
* at time 10, UE receives an SDU of 5 bytes
*/
TIME, 1,
GNB_AM, 100000, 100000, 45, 35, 0, -1, -1, 8, 12,
UE_AM, 100000, 100000, 45, 35, 0, -1, -1, 8, 12,
GNB_SDU, 0, 10,
UE_BUFFER_STATUS,
TIME, 10,
UE_SDU, 0, 5,
TIME, -1
-
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