Commit 7e3a45d2 authored by Lu Xu's avatar Lu Xu 👀

software/ors-amarisoft: mac_config and dpc_snr_target adapted for RU

parent 774d2fcb
...@@ -112,7 +112,7 @@ md5sum = 3b901e8733e6afff8940c6c318da4493 ...@@ -112,7 +112,7 @@ md5sum = 3b901e8733e6afff8940c6c318da4493
[enb.jinja2.cfg] [enb.jinja2.cfg]
filename = config/enb.jinja2.cfg filename = config/enb.jinja2.cfg
md5sum = 30a26b975100b1af8937dfe3a7f5f496 md5sum = f2bcf871173026880c2160f1accfd060
[drb_lte.jinja2.cfg] [drb_lte.jinja2.cfg]
filename = config/drb_lte.jinja2.cfg filename = config/drb_lte.jinja2.cfg
......
...@@ -420,17 +420,24 @@ ...@@ -420,17 +420,24 @@
sr_period: 20, sr_period: 20,
cqi_period: 40, cqi_period: 40,
{%- if ors %}
mac_config: { mac_config: {
ul_max_harq_tx: 5, ul_max_harq_tx: 5,
dl_max_harq_tx: 5, dl_max_harq_tx: 5,
}, },
dpc_pucch_snr_target: 25,
{%- else %}
mac_config: {
ul_max_harq_tx: 28,
dl_max_harq_tx: 28,
},
dpc_pucch_snr_target: 20,
{%- endif %}
pusch_max_its: 6, pusch_max_its: 6,
dpc: true, dpc: true,
dpc_pusch_snr_target: 25, dpc_pusch_snr_target: 25,
dpc_pucch_snr_target: 25,
cipher_algo_pref: [], cipher_algo_pref: [],
integ_algo_pref: [2, 1], integ_algo_pref: [2, 1],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment