This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
srs_andre gerrit-no-reply at lists.osmocom.orgsrs_andre has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/18828 )
Change subject: amarisoft_drb.cfg.tmpl: adjust default values for QCI 1 and 2
......................................................................
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
---
M src/osmo_gsm_tester/templates/amarisoft_drb.cfg.tmpl
1 file changed, 8 insertions(+), 8 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/28/18828/1
diff --git a/src/osmo_gsm_tester/templates/amarisoft_drb.cfg.tmpl b/src/osmo_gsm_tester/templates/amarisoft_drb.cfg.tmpl
index a200063..38281b5 100644
--- a/src/osmo_gsm_tester/templates/amarisoft_drb.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/amarisoft_drb.cfg.tmpl
@@ -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,
--
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/18828
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Change-Id: Ibfffde9ecccd473f22e816bd47e197fbe24b0ded
Gerrit-Change-Number: 18828
Gerrit-PatchSet: 1
Gerrit-Owner: srs_andre <andre at softwareradiosystems.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200615/5b4915d5/attachment.htm>