rlc_am_test: add check for RLC buffer state return during retx

This commit is contained in:
Andre Puschmann 2021-05-28 17:27:20 +02:00
parent 3102861ee3
commit 531acc0a98
1 changed files with 1 additions and 0 deletions

View File

@ -651,6 +651,7 @@ int segment_retx_test()
// Step timers again until poll Retx timeout expires
for (int cnt = 0; cnt < 5; cnt++) {
TESTASSERT(rlc1.get_buffer_state() == 0); // No status transmissions until pollRetx expires
timers.step_all();
}