amarisoft_ltemme.cfg.tmpl: add gbr to the template

newer version of the amarisoft mme requires the GBR to be set

Change-Id: Ib0b046ea9fcc26b6bbe03461ca6308acc35175d1
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",