amarisoft_drb.cfg.tmpl: adjust default values for QCI 1 and 2

use more realistic values for QCI 1 and 2 bearers to prepare
QoS operation

Change-Id: Ibfffde9ecccd473f22e816bd47e197fbe24b0ded
This commit is contained in:
Andre Puschmann 2020-06-15 14:30:16 +02:00 committed by srs_andre
parent f678c4dfec
commit 393cd61382
1 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@
qci: 1, /* UM - real time (RTP for VOIP) */
pdcp_config: {
discardTimer: 100, /* in ms, 0 means infinity */
pdcp_SN_Size: 7,
pdcp_SN_Size: 12,
/* ROHC header compression */
/*
headerCompression: {
@ -30,9 +30,9 @@
logical_channel_config: {
/* Note: SRB1 has priority 1, SRB2 has priority 3.
We start from 4 for priority 0.5 and increase the value */
priority: 7,
prioritisedBitRate: 0, /* in kb/s, -1 means infinity */
bucketSizeDuration: 100, /* in ms */
priority: 4,
prioritisedBitRate: 256, /* in kb/s, -1 means infinity */
bucketSizeDuration: 1000, /* in ms */
logicalChannelGroup: 1,
logicalChannelSR_Mask: false,
logicalChannelSR_Prohibit: false,
@ -54,9 +54,9 @@
},
},
logical_channel_config: {
priority: 9,
prioritisedBitRate: 0, /* in kb/s, -1 means infinity */
bucketSizeDuration: 100, /* in ms */
priority: 5,
prioritisedBitRate: 128, /* in kb/s, -1 means infinity */
bucketSizeDuration: 1000, /* in ms */
logicalChannelGroup: 1,
logicalChannelSR_Mask: false,
logicalChannelSR_Prohibit: false,
@ -300,7 +300,7 @@
},
logical_channel_config: {
priority: 15,
prioritisedBitRate: 8, /* in kb/s, -1 means infinity */
prioritisedBitRate: -1, /* in kb/s, -1 means infinity */
bucketSizeDuration: 100, /* in ms */
logicalChannelGroup: 3,
logicalChannelSR_Mask: false,