Commit 4fe5706a authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 2f6d78b2
......@@ -44,16 +44,17 @@
com_addr: "{{ slap_configuration['configuration.com_addr'] }}:{{ slap_configuration['configuration.com_ws_port'] }}",
{%- endif %}
// XXX only if slapparameter_dict.get('mme_list') || has LTE cell ?
{%- if len(list(icell_dict|dictsort | selectattr('1._.cell_type', '==', 'lte'))) > 0 %}
mme_list: [
{%- for _, mme in slapparameter_dict.get('mme_list',
{%- for _, mme in slapparameter_dict.get('mme_list',
{'1':{'mme_addr': slap_configuration['configuration.mme_addr']}})
| dictsort %}
{
mme_addr: "{{ mme['mme_addr'] }}",
},
{%- endfor %}
{%- endfor %}
],
{%- endif %}
// XXX only if slapparameter_dict.get('afm_list') || has NR cell ?
afm_list: [
......
......@@ -6,7 +6,8 @@
// Radio Units
rf_driver: {
// XXX vvv <- ru.txrx_active
// XXX vvv <- ru.txrx_active ? XXX how to handle txrx_active for SDR ?
// (tx_gain=-1000 does not work - it still sets tx_gain to min.possible value 14)
name: "sdr",
// RU2_a 2T1R (lopcomm)
// RU2_b 2T1R (lopcomm)
......@@ -21,8 +22,6 @@
tx_gain: [-21, -21, -11, -11],
rx_gain: [-22, -12],
com_addr: "127.0.1.2:9001",
// XXX only if slapparameter_dict.get('mme_list') || has LTE cell ?
mme_list: [
{
mme_addr: "127.0.1.100",
......
......@@ -9,7 +9,8 @@
// Radio Units
rf_driver: {
// XXX vvv <- ru.txrx_active
// XXX vvv <- ru.txrx_active ? XXX how to handle txrx_active for SDR ?
// (tx_gain=-1000 does not work - it still sets tx_gain to min.possible value 14)
name: "sdr",
// _UCELL1_ru 2T1R (sdr)
// _UCELL2_ru 2T2R (sdr)
......
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