srsenb_drb.conf.tmpl: add QCI10 with infinit PDCP discard timer

copy of QCI9 params but with infinit PDCP discard to avoid SDU drops
at PDCP

Change-Id: I64a74d09cc1a55ba21a7be7b5cc203e56bba3b10
This commit is contained in:
Andre Puschmann 2021-02-20 14:21:32 +01:00 committed by Pau Espin Pedrol
parent 3cecad8ebf
commit 2bc8311ea7
1 changed files with 26 additions and 0 deletions

View File

@ -93,6 +93,32 @@ qci_config = (
bucket_size_duration = 100;
log_chan_group = 3;
};
},
// QCI 10 is a modified QCI 9 with PDCP discard timer set to infinity to avoid SDU drops at PDCP
{
qci=10;
pdcp_config = {
discard_timer = -1;
status_report_required = true;
}
rlc_config = {
ul_am = {
t_poll_retx = 120;
poll_pdu = 64;
poll_byte = 750;
max_retx_thresh = 16;
};
dl_am = {
t_reordering = 50;
t_status_prohibit = 50;
};
};
logical_channel_config = {
priority = 11;
prioritized_bit_rate = -1;
bucket_size_duration = 100;
log_chan_group = 3;
};
}
);