lib,rlc_am_nr: slowdown backoff if we run out of buffers in rlc_stress test

This commit is contained in:
Pedro Alvarez 2022-03-31 14:02:39 +01:00
parent b70e6284e6
commit 02c077106b
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ void rlc_tester::run_thread()
if (pdu == nullptr) {
printf("Error: Could not allocate PDU in rlc_tester::run_thread\n\n\n");
// backoff for a bit
std::this_thread::sleep_for(std::chrono::milliseconds(1));
std::this_thread::sleep_for(std::chrono::milliseconds(10));
continue;
}
pdu->md.pdcp_sn = pdcp_sn;