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
This commit is contained in:
Andre Puschmann 2021-05-03 10:51:00 +02:00
parent fcd9752c25
commit 9b419f32ae
1 changed files with 3 additions and 0 deletions

View File

@ -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