Commit 62781549 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 01da7e2b
......@@ -24,7 +24,7 @@ md5sum = f5c76c3443b75569eb18503dce38e783
[slaplte.jinja2]
_update_hash_filename_ = slaplte.jinja2
md5sum = 8b044014aac0217b2ebf1ed8915f0764
md5sum = 8c044b28682940fbca62657c16613157
[ru_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/libinstance.jinja2.cfg
......@@ -36,7 +36,7 @@ md5sum = b7906ca3a6b17963f78f680fc0842b74
[ru_lopcomm_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/lopcomm/libinstance.jinja2.cfg
md5sum = 9d884c3e2eb150be527d72377419be4d
md5sum = d33d4b0e18c4212ae0dcc6b037a024db
[ru_sunwave_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/sunwave/libinstance.jinja2.cfg
......
......@@ -5,7 +5,7 @@
{%- set ru = iru['_'] %}
{%- if len(icell_list) != 1 %}
{%- do error(iru, 'ru/lopcomm supports only 1 cell') %}
{%- do error(iru, 'ru/lopcomm supports only 1 cell ; requested %d' % len(icell_list)) %}
{%- endif %}
{%- set icell = icell_list[0] %}
{%- set cell = icell['_'] %}
......
......@@ -25,12 +25,12 @@
'ru/lopcomm': {
'n_antenna_dl': 2,
'n_antenna_ul': 2,
}
},
'ru/sunwave': {
'n_antenna_dl': 4,
'n_antenna_ul': 4,
}
},
'ru/cpri_link': {
'mapping': 'hw',
......
......@@ -240,7 +240,7 @@ class TestENB_CPRI(ENBTestCase):
LO_CELL(1, FDD | LTE( 100) | BW(10))
LO_CELL(2, TDD | LTE( 36100) | BW(10))
LO_CELL(3, FDD | NR (430100, 1) | BW(10))
LO_CELL(3, TDD | NR (510100,41) | BW(10))
LO_CELL(4, TDD | NR (510100,41) | BW(10))
# XXX + sunwave
......
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