Commit 3d7601a9 authored by Lu Xu's avatar Lu Xu 👀

software/ors-amarisoft: update enb.cfg to support 4x4

parent 5fe69cc3
......@@ -108,7 +108,7 @@ md5sum = dcaac06553a3222b14c0013a13f4a149
[enb.jinja2.cfg]
filename = config/enb.jinja2.cfg
md5sum = a961cc1469bd2534645470f914f12905
md5sum = 7ca68002e93346418b5b8b32abdc6b9a
[drb_lte.jinja2.cfg]
filename = config/drb_lte.jinja2.cfg
......
......@@ -118,6 +118,7 @@
com_addr: "[{{ gtp_addr_v6 }}]:{{ slap_configuration['configuration.com_ws_port'] }}",
com_auth: {
password: "{{ slapparameter_dict['websocket_password'] }}",
unsecure: true,
},
{%- else %}
com_addr: "{{ slap_configuration['configuration.com_addr'] }}:{{ slap_configuration['configuration.com_ws_port'] }}",
......@@ -345,17 +346,28 @@
srs_period: 40,
srs_hopping_bandwidth: 0,
},
{% if ru == "lopcomm" %}
mac_config: {
ul_max_harq_tx: 28,
dl_max_harq_tx: 28,
},
{% else %}
mac_config: {
ul_max_harq_tx: 5,
dl_max_harq_tx: 5,
},
{% endif %}
pusch_max_its: 6,
dpc: true,
dpc_pusch_snr_target: 25,
{% if ru == "lopcomm" %}
dpc_pucch_snr_target: 20,
{% else %}
dpc_pucch_snr_target: 25,
{% endif %}
cipher_algo_pref: [],
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