increase tx_queue size for RLC UM to match the max SN if 5bits are used

- This prevents some of the tests from blocking if too many SDUs are pushed
  down.
master
Andre Puschmann 7 years ago
parent fbc373e13c
commit 7064d6a9ed

@ -31,7 +31,7 @@
namespace srslte { namespace srslte {
rlc_um::rlc_um() : tx_sdu_queue(16) rlc_um::rlc_um() : tx_sdu_queue(32)
{ {
log = NULL; log = NULL;
pdcp = NULL; pdcp = NULL;

Loading…
Cancel
Save