Change in osmo-gsm-tester[master]: amarisoft_drb.cfg.tmpl: add additional QCI10 with infinit PDCP discar...

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/.

pespin gerrit-no-reply at lists.osmocom.org
Tue Mar 16 17:05:54 UTC 2021


pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/23336 )

Change subject: amarisoft_drb.cfg.tmpl: add additional QCI10 with infinit PDCP discard timer
......................................................................

amarisoft_drb.cfg.tmpl: add additional QCI10 with infinit PDCP discard timer

also set QCI9 to 150ms to match default srsENB config

Change-Id: I60cc1390480142bd5bb516934c9f30b6122496d5
---
M src/osmo_gsm_tester/templates/amarisoft_drb.cfg.tmpl
1 file changed, 28 insertions(+), 1 deletion(-)

Approvals:
  pespin: Looks good to me, approved; Verified



diff --git a/src/osmo_gsm_tester/templates/amarisoft_drb.cfg.tmpl b/src/osmo_gsm_tester/templates/amarisoft_drb.cfg.tmpl
index d244c8e..455e344 100644
--- a/src/osmo_gsm_tester/templates/amarisoft_drb.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/amarisoft_drb.cfg.tmpl
@@ -278,7 +278,34 @@
     },
   },
   {
-    qci: 9, /* AM - best effort (Internet traffic) */
+    qci: 9, /* AM - best effort (Internet traffic) with 150ms PDCP discard */
+    pdcp_config: {
+      discardTimer: 150, /* in ms, 0 means infinity */
+      statusReportRequired: true,
+    },
+    rlc_config: {
+      ul_am: {
+        t_PollRetransmit: 80, /* in ms */
+        pollPDU: 64,
+        pollByte: 125, /* in kBytes, 0 means infinity */
+        maxRetxThreshold: 32,
+      },
+      dl_am: {
+        t_Reordering: 45, /* in ms, should be > to max_harq_tx * HARQ latency */
+        t_StatusProhibit: 60, /* in ms */
+      },
+    },
+    logical_channel_config: {
+      priority: 15,
+      prioritisedBitRate: -1, /* in kb/s, -1 means infinity */
+      bucketSizeDuration: 100, /* in ms */
+      logicalChannelGroup: 3,
+      logicalChannelSR_Mask: false,
+      logicalChannelSR_Prohibit: false,
+    },
+  },
+  {
+    qci: 10, /* Same like QCI9 but with infinity PDCP discard */
     pdcp_config: {
       discardTimer: 0, /* in ms, 0 means infinity */
       statusReportRequired: true,

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/23336
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: I60cc1390480142bd5bb516934c9f30b6122496d5
Gerrit-Change-Number: 23336
Gerrit-PatchSet: 3
Gerrit-Owner: srs_andre <andre at softwareradiosystems.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210316/77203e73/attachment.htm>


More information about the gerrit-log mailing list