Change in osmo-gsm-tester[master]: srsue.conf.tmpl: tidy up config file

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
Mon May 10 17:21:57 UTC 2021


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

Change subject: srsue.conf.tmpl: tidy up config file
......................................................................

srsue.conf.tmpl: tidy up config file

no functional changes, just remove whitespaces and newlines

Change-Id: Ib58d3591cc51c11c9e496f6510ebffb91ee71345
---
M src/osmo_gsm_tester/templates/srsue.conf.tmpl
1 file changed, 10 insertions(+), 14 deletions(-)

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



diff --git a/src/osmo_gsm_tester/templates/srsue.conf.tmpl b/src/osmo_gsm_tester/templates/srsue.conf.tmpl
index 412dbda..8d871bf 100644
--- a/src/osmo_gsm_tester/templates/srsue.conf.tmpl
+++ b/src/osmo_gsm_tester/templates/srsue.conf.tmpl
@@ -1,6 +1,4 @@
-#####################################################################
-#                   srsUE configuration file
-#####################################################################
+# OGT templated configuration file for srsUE
 
 [rf]
 % if int(ue.tx_gain) > 0:
@@ -27,13 +25,15 @@
 dl_earfcn = ${ue.dl_earfcn}
 
 % else:
-  % if int(ue.num_carriers) == 4:
-  dl_earfcn = 2850,3050,3250,3350
-  % elif int(ue.num_carriers) == 2:
-  dl_earfcn = 2850,3050
-  % else:
-  dl_earfcn = 2850
-  % endif
+
+% if int(ue.num_carriers) == 4:
+dl_earfcn = 2850,3050,3250,3350
+% elif int(ue.num_carriers) == 2:
+dl_earfcn = 2850,3050
+% else:
+dl_earfcn = 2850
+% endif
+
 % endif
 
 % if float(ue.get('dl_freq', -1)) != -1:
@@ -62,7 +62,6 @@
 file_max_size = -1
 nas_level = ${ue.log_nas_level}
 
-
 [usim]
 mode = soft
 algo = ${ue.auth_algo}
@@ -87,7 +86,6 @@
 ue_category_ul = ${ue.ue_category_ul}
 % endif
 
-
 [phy]
 % if ue.rf_dev_type == 'zmq':
 nof_phy_threads     = 2
@@ -96,12 +94,10 @@
 force_ul_amplitude = ${ue.force_ul_amplitude}
 % endif
 
-
 [sim]
 airplane_t_on_ms  = ${ue.airplane_t_on_ms}
 airplane_t_off_ms = ${ue.airplane_t_off_ms}
 
-
 [general]
 metrics_csv_enable  = true
 metrics_csv_filename = ${ue.metrics_filename}

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/24183
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: Ib58d3591cc51c11c9e496f6510ebffb91ee71345
Gerrit-Change-Number: 24183
Gerrit-PatchSet: 2
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/20210510/0c0177ad/attachment.htm>


More information about the gerrit-log mailing list