aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Puschmann <andre@softwareradiosystems.com>2021-05-03 10:51:00 +0200
committerAndre Puschmann <andre@softwareradiosystems.com>2021-05-03 13:50:11 +0200
commit9b419f32aeda6566f4f4a888a1015a56022f6892 (patch)
tree0b5e1090d995cbd7d0f9e6e3f00c293553414cc3
parentfcd9752c257b0e2ab5fe9209007b854119027d41 (diff)
srsenb.conf.tmpl: use LTE sample rates when Lime is found in rf args
the lime doesn't work well with the shorter sample rates the eNB uses by default. Change-Id: I2d3dbdf5ff62980854ef67b20469f072ce31612e
-rw-r--r--src/osmo_gsm_tester/templates/srsenb.conf.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/osmo_gsm_tester/templates/srsenb.conf.tmpl b/src/osmo_gsm_tester/templates/srsenb.conf.tmpl
index 4ae176e..ea18af7 100644
--- a/src/osmo_gsm_tester/templates/srsenb.conf.tmpl
+++ b/src/osmo_gsm_tester/templates/srsenb.conf.tmpl
@@ -289,3 +289,6 @@ rrc_inactivity_timer = ${enb.inactivity_timer}
#max_prach_offset_us = 30
eea_pref_list = ${', '.join(list(dict.fromkeys(enb.cipher_list))).upper()}
eia_pref_list = ${', '.join(list(dict.fromkeys(enb.integrity_list))).upper()}
+% if "lime" in enb.rf_dev_args:
+lte_sample_rates = true
+% endif \ No newline at end of file