Change in osmo-gsm-tester[master]: amarisoftue.cfg.tmpl: fix UE bandwidth/rate config and power on autom...

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

srs_andre gerrit-no-reply at lists.osmocom.org
Tue Apr 7 08:03:16 UTC 2020


srs_andre has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17739 )


Change subject: amarisoftue.cfg.tmpl: fix UE bandwidth/rate config and power on automatically
......................................................................

amarisoftue.cfg.tmpl: fix UE bandwidth/rate config and power on automatically

Change-Id: I2d63055d0648a1758905fd277c20edaeec8f9b85
---
M src/osmo_gsm_tester/templates/amarisoft_lteue.cfg.tmpl
M src/osmo_gsm_tester/templates/amarisoft_rf_driver.cfg.tmpl
2 files changed, 12 insertions(+), 10 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/39/17739/1

diff --git a/src/osmo_gsm_tester/templates/amarisoft_lteue.cfg.tmpl b/src/osmo_gsm_tester/templates/amarisoft_lteue.cfg.tmpl
index fb34917..4831278 100644
--- a/src/osmo_gsm_tester/templates/amarisoft_lteue.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/amarisoft_lteue.cfg.tmpl
@@ -15,7 +15,6 @@
   sample_rate: ${ue.sample_rate},
 %endif
 
-
 //  log_options: "all.level=debug,all.max_size=32",
   log_options: "all.level=error,all.max_size=0,nas.level=debug,nas.max_size=1,rrc.level=debug,rrc.max_size=1",
   log_filename: "${ue.log_filename}",
@@ -25,17 +24,14 @@
 
   include "amarisoft_rf_driver.cfg",
 
-  bandwidth: 5,
-
   /* If true, allow the simulation of several UEs at the same time and
      allow dynamic UE creation from remote API */
-  multi_ue: false,
+  multi_ue: true,
 
   cells: [
     {
-      dl_earfcn: 3350, /* 2850 MHz (band 7) */
-//      dl_earfcn: 40620, /* 3500 MHz (band 41) */
-      n_antenna_dl: 1, /* number of downlink antennas */
+      dl_earfcn: 2850,
+      n_antenna_dl: 1,
       n_antenna_ul: 1,
 
       /* must be provided if multi_ue = true */
@@ -58,6 +54,12 @@
 
       /* Enable it to create a TUN interface for each UE PDN */
       //tun_setup_script: "ue-ifup",
+
+      sim_events: [{
+        event: "power_on",
+        start_time: 1,
+      }],
+      ue_count: 1,
     }
   ],
 
diff --git a/src/osmo_gsm_tester/templates/amarisoft_rf_driver.cfg.tmpl b/src/osmo_gsm_tester/templates/amarisoft_rf_driver.cfg.tmpl
index 1e385d0..874feca 100644
--- a/src/osmo_gsm_tester/templates/amarisoft_rf_driver.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/amarisoft_rf_driver.cfg.tmpl
@@ -2,11 +2,11 @@
     name: "${trx.rf_dev_type}",
     sync: "${'1' if trx.rf_dev_type == 'zmq' else 'none'}",
 
-    /* Use this for b2x0 devices. Bandwidth >= 10 Mhz */
     args: "${trx.rf_dev_args}",
+
 % if trx.rf_dev_type == 'zmq':
-        dl_sample_bits: 16,
-        ul_sample_bits: 16,
+    dl_sample_bits: 16,
+    ul_sample_bits: 16,
 % endif
 },
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17739
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: I2d63055d0648a1758905fd277c20edaeec8f9b85
Gerrit-Change-Number: 17739
Gerrit-PatchSet: 1
Gerrit-Owner: srs_andre <andre at softwareradiosystems.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200407/fad73bc4/attachment.htm>


More information about the gerrit-log mailing list