Change in osmo-gsm-tester[master]: ltemme: add two on-demand dedicated bearer for TOS 0xb8 and 0x60

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
Thu Jun 25 13:53:53 UTC 2020


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

Change subject: ltemme: add two on-demand dedicated bearer for TOS 0xb8 and 0x60
......................................................................

ltemme: add two on-demand dedicated bearer for TOS 0xb8 and 0x60

two bearer of QCI 1 and 2

Change-Id: I857bed943b0184540b0a8ac696e7ebddd693be87
---
M src/osmo_gsm_tester/templates/amarisoft_ltemme.cfg.tmpl
1 file changed, 50 insertions(+), 0 deletions(-)

Approvals:
  pespin: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/osmo_gsm_tester/templates/amarisoft_ltemme.cfg.tmpl b/src/osmo_gsm_tester/templates/amarisoft_ltemme.cfg.tmpl
index ce7200f..5fcc74a 100644
--- a/src/osmo_gsm_tester/templates/amarisoft_ltemme.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/amarisoft_ltemme.cfg.tmpl
@@ -68,6 +68,56 @@
           pre_emption_capability: "shall_not_trigger_pre_emption",
           pre_emption_vulnerability: "not_pre_emptable",
         },
+        {
+          qci: 1,
+          priority_level: 1,
+          pre_emption_capability: "shall_not_trigger_pre_emption",
+          pre_emption_vulnerability: "not_pre_emptable",
+          setup_type: "on_demand",
+          filters: [
+            {
+              direction: "both",
+              id: 1,
+              precedence: 0,
+              components: [
+                {
+                  type_of_service: 0xb8,
+                  mask: 255
+                }
+              ]
+            }
+          ],
+          on_demand_timeout: 10000,
+          on_demand_ul_trigger: true,
+          transaction_identifier: 20,
+          radio_priority: 1,
+          packet_flow_identifier: 20
+        },
+        {
+          qci: 2,
+          priority_level: 1,
+          pre_emption_capability: "shall_not_trigger_pre_emption",
+          pre_emption_vulnerability: "not_pre_emptable",
+          setup_type: "on_demand",
+          filters: [
+            {
+              direction: "both",
+              id: 2,
+              precedence: 1,
+              components: [
+                {
+                  type_of_service: 0x60,
+                  mask: 255
+                }
+              ]
+            }
+          ],
+          on_demand_timeout: 10000,
+          on_demand_ul_trigger: true,
+          transaction_identifier: 21,
+          radio_priority: 1,
+          packet_flow_identifier: 21
+        },
       ],
     },
   ],

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/18982
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: I857bed943b0184540b0a8ac696e7ebddd693be87
Gerrit-Change-Number: 18982
Gerrit-PatchSet: 1
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/20200625/99e5b44a/attachment.htm>


More information about the gerrit-log mailing list