From 9e025a36a914e37f7269f4ace081541dbf680450 Mon Sep 17 00:00:00 2001 From: AlaiaL Date: Thu, 25 Mar 2021 16:37:02 +0100 Subject: [PATCH] amarisoft_ltemme.cfg.tmpl: add gbr to the template newer version of the amarisoft mme requires the GBR to be set Change-Id: Ib0b046ea9fcc26b6bbe03461ca6308acc35175d1 --- .../templates/amarisoft_ltemme.cfg.tmpl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/osmo_gsm_tester/templates/amarisoft_ltemme.cfg.tmpl b/src/osmo_gsm_tester/templates/amarisoft_ltemme.cfg.tmpl index b2df9cad..a6de3c07 100644 --- a/src/osmo_gsm_tester/templates/amarisoft_ltemme.cfg.tmpl +++ b/src/osmo_gsm_tester/templates/amarisoft_ltemme.cfg.tmpl @@ -74,6 +74,13 @@ pre_emption_capability: "shall_not_trigger_pre_emption", pre_emption_vulnerability: "not_pre_emptable", setup_type: "on_demand", + gbr: + { + maximum_bitrate_dl: 2000000, + maximum_bitrate_ul: 2000000, + guaranteed_bitrate_dl: 1000000, + guaranteed_bitrate_ul: 1000000 + }, filters: [ { direction: "both", @@ -99,6 +106,13 @@ pre_emption_capability: "shall_not_trigger_pre_emption", pre_emption_vulnerability: "not_pre_emptable", setup_type: "on_demand", + gbr: + { + maximum_bitrate_dl: 2000000, + maximum_bitrate_ul: 2000000, + guaranteed_bitrate_dl: 1000000, + guaranteed_bitrate_ul: 1000000 + }, filters: [ { direction: "both",