aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlaiaL <alejandro.leal@softwareradiosystems.com>2021-03-25 16:37:02 +0100
committerAndre Puschmann <andre@softwareradiosystems.com>2021-05-03 13:43:44 +0200
commit9e025a36a914e37f7269f4ace081541dbf680450 (patch)
tree2a5176214d2844fa0c27f807280490b151f8c3bc
parent26ee595e1445253ecd66b1f746ae570b132eb556 (diff)
amarisoft_ltemme.cfg.tmpl: add gbr to the template
newer version of the amarisoft mme requires the GBR to be set Change-Id: Ib0b046ea9fcc26b6bbe03461ca6308acc35175d1
-rw-r--r--src/osmo_gsm_tester/templates/amarisoft_ltemme.cfg.tmpl14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/osmo_gsm_tester/templates/amarisoft_ltemme.cfg.tmpl b/src/osmo_gsm_tester/templates/amarisoft_ltemme.cfg.tmpl
index b2df9ca..a6de3c0 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",