amarisoft_drb: adapt QCI 8 config for ZMQ operation

we use the otherwise unused QCI 8 as a slightly modified
version of QCI 7 (default RLC UM) with a PDCP discard
timer set to infinity to avoid dropping PDCP SDUs if
packets arive faster than can be processed in the DL

Change-Id: I06b7b583701f90827fba36564f969b5d58c9b9ad
This commit is contained in:
Andre Puschmann 2020-07-15 14:29:23 +02:00
parent 053ee5fbb7
commit bafedff963
1 changed files with 7 additions and 10 deletions

View File

@ -254,21 +254,18 @@
},
},
{
qci: 8, /* AM - best effort (Internet traffic) */
qci: 8, /* Modified UM - best effort (Internet traffic) with full PDCP buffering */
pdcp_config: {
discardTimer: 0, /* in ms, 0 means infinity */
statusReportRequired: true,
pdcp_SN_Size: 12,
},
rlc_config: {
ul_am: {
t_PollRetransmit: 80, /* in ms */
pollPDU: 64,
pollByte: 125, /* in kBytes, 0 means infinity */
maxRetxThreshold: 32,
ul_um: {
sn_FieldLength: 10,
},
dl_am: {
t_Reordering: 45, /* in ms, should be > to max_harq_tx * HARQ latency */
t_StatusProhibit: 60, /* in ms */
dl_um: {
sn_FieldLength: 10,
t_Reordering: 45, /* should be > to max_harq_tx * HARQ latency */
},
},
logical_channel_config: {