Commit a9384ba5 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 63f2d2cf
{#- instance-ors-enb translates ORS enb/gnb into generic enb with 1 RU and 1 CELL #}
{#- TODO automatically load ORS/enb and ORS/gnb defaults from JSON schema #} {#- TODO automatically load ORS/enb and ORS/gnb defaults from JSON schema #}
{%- set ors_enb_defaults = { {%- set ors_enb_defaults = {
"bandwidth": "20 MHz", "bandwidth": "20 MHz",
...@@ -107,6 +109,8 @@ ...@@ -107,6 +109,8 @@
}) })
%} %}
# code of generic enb
{%- include 'instance-enb-base.jinja2.cfg' %} {%- include 'instance-enb-base.jinja2.cfg' %}
......
...@@ -22,7 +22,8 @@ extra-context = ...@@ -22,7 +22,8 @@ extra-context =
key slave_instance_list slap-configuration:slave-instance-list key slave_instance_list slap-configuration:slave-instance-list
# ORS-specific enb and gnb # ORS-specific enb and gnb
# they translate ORS schema to generic enb with only one RU and CELL # both are served by instance-ors-enb, which translates
# ORS enb/gnb schemas to generic enb with only one RU and one LTE or NR CELL
[dynamic-template-ors-enb] [dynamic-template-ors-enb]
< = dynamic-template-enb < = dynamic-template-enb
url = ${template-ors-enb:target} url = ${template-ors-enb:target}
......
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