Commit 11f07abf authored by Joanne Hugé's avatar Joanne Hugé

wip

parent e6cfcc2a
......@@ -64,7 +64,7 @@ md5sum = b8fe01c16b18715d9ce866c6d0689129
[template-ors-enb]
_update_hash_filename_ = instance-ors-enb.jinja2.cfg
md5sum = 2602837dd1e6f968ef19c9e646bfcd93
md5sum = 8510fc889b673aefaedbd1e0f6176dd5
[template-ors-ue]
_update_hash_filename_ = instance-ors-ue.jinja2.cfg
......
......@@ -215,19 +215,19 @@ ors = {{ dumps(ors_version) }}
# add ORS-specific bits to published information
[publish-connection-information]
ors-version = {{ ors_version['ors-version'] }}
ors-frequency-range-rating = {{ ors_version['range'] }}
ors-tx-power = {{ ors_version['tx-power'] }}
ors-rx-gain = {{ ors_version['rx-gain'] }}
ors-hardware-Version = {{ ors_version['ors-version'] }}
ors-hardware-Frequency-Range-Rating = {{ ors_version['range'] }}
ors-power-TX-Power = {{ ors_version['tx-power'] }}
ors-power-RX-Gain = {{ ors_version['rx-gain'] }}
ors-root-sequence-index = {{ slapparameter_dict['root_sequence_index'] }}
ors-id-cell-id = {{ slapparameter_dict['cell_id'] }}
ors-id-physical-cell = {{ slapparameter_dict['pci'] }}
ors-id-Cell-ID = {{ slapparameter_dict['cell_id'] }}
ors-id-Physical-Cell-ID = {{ slapparameter_dict['pci'] }}
{%- if enb_mode == "enb" %}
ors-id-enb = {{ slapparameter_dict['enb_id'] }}
ors-id-eutra-cell = {{ ors_id['eutra_cell_id'] }}
ors-id-eNB-ID = {{ slapparameter_dict['enb_id'] }}
ors-id-EUTRA-Cell-ID = {{ ors_id['eutra_cell_id'] }}
{%- else %}
ors-id-gnb = {{ slapparameter_dict['gnb_id'] }}
ors-id-nr-cell = {{ ors_id['nr_cell_id'] }}
ors-id-gNB-ID = {{ slapparameter_dict['gnb_id'] }}
ors-id-NR-Cell-ID = {{ ors_id['nr_cell_id'] }}
{%- endif %}
{%- if enb_mode == 'enb' %}
ors-frequency = {{ xearfcn_module.frequency(ors_version['earfcn']) }} MHz
......
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