Commit 91ee4c2a authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 8c5706b8
...@@ -1952,5 +1952,9 @@ ...@@ -1952,5 +1952,9 @@
subcarrier_spacing: 30, subcarrier_spacing: 30,
ssb_pos_bitmap: 10000000, ssb_pos_bitmap: 10000000,
}, },
// XXX peers
// XXX CA
], ],
} }
\ No newline at end of file
...@@ -278,8 +278,8 @@ ...@@ -278,8 +278,8 @@
{%- endfor %} {%- endfor %}
], ],
{#- X2/Xn TODO: add info about neighbours as shared instances - one instance per neigh *ENB*. {#- X2/Xn TODO: add info about peers as shared instances - one instance per peer *ENB*.
then query SlapOS Master about cells configured on that neigh ENB and then query SlapOS Master about cells configured on that peer ENB and
depending on whether LTE and/or NR cells are there add X2 and/or Xn peers #} depending on whether LTE and/or NR cells are there add X2 and/or Xn peers #}
{% if slapparameter_dict.get('xn_peers', '') %} {% if slapparameter_dict.get('xn_peers', '') %}
xn_peers: [ xn_peers: [
...@@ -362,9 +362,9 @@ ...@@ -362,9 +362,9 @@
{%- endfor %} {%- endfor %}
// Inter-ENB HO // Inter-ENB HO
{#- TODO: add info about neighbours as shared instances - one instance per neigh *ENB*. {#- TODO: add info about peers as shared instances - one instance per peer *ENB*.
then query SlapOS Master about cells configured on that neigh ENB and then query SlapOS Master about cells configured on that peer ENB and
put them as neighbours here #} put them as peers here #}
], ],
...@@ -589,6 +589,10 @@ ...@@ -589,6 +589,10 @@
subcarrier_spacing: 30, subcarrier_spacing: 30,
ssb_pos_bitmap: {{ cell['ssb_pos_bitmap'] }}, ssb_pos_bitmap: {{ cell['ssb_pos_bitmap'] }},
}, },
// XXX peers
// XXX CA
{%- endif %} {%- endif %}
{%- endfor %} {%- endfor %}
], ],
......
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