srsenb_drb.conf.tmpl: decrease pollPDU for QCI9

due to internal PDU buffering between PDCP/RLC the poll frequency
needs to be increase to get quicker feedback.

Change-Id: I4114fb36e675b3f91c471558f716276ab24f1db5
This commit is contained in:
Andre Puschmann 2021-04-11 14:28:01 +02:00
parent e82f44cb49
commit 02b4223854
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ qci_config = (
rlc_config = {
ul_am = {
t_poll_retx = 120;
poll_pdu = 64;
poll_pdu = 8;
poll_byte = 750;
max_retx_thresh = 16;
};