Commit 487ed417 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 51cc3353
......@@ -339,7 +339,9 @@ license-expiration = {{ lte_expiration }}
monitor-gadget-url = ${:monitor-base-url}/gadget/software.cfg.html
ru-list = {{ rulib.iru_dict.keys() | sort | join(', ') }}
cell-list = {{ rulib.icell_dict.keys() | sort | join(', ') }}
# TODO peer-list
# TODO peer-list peer-cell-list
peer-list = XXX
peer-cell-list = XXX
{% if ru == "lopcomm" %}
......
......@@ -37,6 +37,7 @@
"nr_handover_a3_offset": 6,
"nr_handover_time_to_trigger": 100,
"ncell_list": {},
"xn_peers": {},
"inactivity_timer": 10000,
"disable_sdr": false
} %}
......@@ -205,7 +206,7 @@ current-nr-band = {{ ors_version['current-nr-band'] }}
{%- endif %}
# hide ru-list and cell-list from published information
# hide ru-list, cell-list, peer-list and peer-cell-list from published information
[publish-connection-information]
depends += ${publish-connection-information-ors-cleanup:recipe}
[publish-connection-information-ors-cleanup]
......@@ -214,3 +215,5 @@ init =
publish = self.buildout['publish-connection-information']
del publish['ru-list']
del publish['cell-list']
del publish['peer-list']
del publish['peer-cell-list']
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