ms_srs: add force_ul_amplitude config

this allows to overwrite the PHY export option phy.force_ul_amplitude

Change-Id: I255f027433944c1739c89757609f0dcc3b8aa7cb
This commit is contained in:
Andre Puschmann 2021-03-14 15:38:23 +01:00 committed by Pau Espin Pedrol
parent 6246a9db19
commit fcdff4bcfe
2 changed files with 4 additions and 1 deletions

View File

@ -42,6 +42,7 @@ def on_register_schemas():
'tx_gain': schema.INT,
'rx_gain': schema.INT,
'freq_offset': schema.INT,
'force_ul_amplitude': schema.STR,
}
for key, val in RunNode.schema().items():
resource_schema['run_node.%s' % key] = val

View File

@ -357,7 +357,9 @@ nof_phy_threads = 2
#pregenerate_signals = false
#pdsch_csi_enabled = true
#pdsch_8bit_decoder = false
#force_ul_amplitude = 0
% if float(ue.force_ul_amplitude) > 0:
force_ul_amplitude = ${ue.force_ul_amplitude}
% endif
#####################################################################
# Simulation configuration options