Commit 37f84d20 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 886d0e5c
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
[template] [template]
filename = instance.cfg filename = instance.cfg
md5sum = f7c9582099537c507b2a25e537b17716 md5sum = 883fc0c659b94ad732809db09d4f4665
[template-ors] [template-ors]
filename = instance-ors.cfg filename = instance-ors.cfg
......
...@@ -28,6 +28,7 @@ depends = $${activate-eggs:recipe} ...@@ -28,6 +28,7 @@ depends = $${activate-eggs:recipe}
context = context =
import xbuildout xbuildout import xbuildout xbuildout
import json_module json import json_module json
import nrarfcn_module nrarfcn
import xearfcn_module xlte.earfcn import xearfcn_module xlte.earfcn
import xnrarfcn_module xlte.nrarfcn import xnrarfcn_module xlte.nrarfcn
key eggs_directory buildout:eggs-directory key eggs_directory buildout:eggs-directory
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
export SLAPOS_TEST_DEBUG=1 export SLAPOS_TEST_DEBUG=1
export SLAPOS_TEST_VERBOSE=0 export SLAPOS_TEST_VERBOSE=0
export SLAPOS_TEST_SKIP_SOFTWARE_CHECK=1 export SLAPOS_TEST_SKIP_SOFTWARE_CHECK=1
export SLAPOS_TEST_SKIP_SOFTWARE_REBUILD=1 export SLAPOS_TEST_SKIP_SOFTWARE_REBUILD=0
rm -rf snapshot rm -rf snapshot
mkdir snapshot mkdir snapshot
......
...@@ -82,8 +82,8 @@ param_dict = { ...@@ -82,8 +82,8 @@ param_dict = {
'ncell_list': { 'ncell_list': {
'ORS1': { 'ORS1': {
'dl_earfcn': 40000, 'dl_earfcn': 40000,
'dl_nr_arfcn': 100000, 'dl_nr_arfcn': 428000,
'ssb_nr_arfcn': 100000, 'ssb_nr_arfcn': 428000,
'pci': 1, 'pci': 1,
'nr_cell_id': '0x0000001', 'nr_cell_id': '0x0000001',
'cell_id': '0x0000001', 'cell_id': '0x0000001',
...@@ -93,8 +93,8 @@ param_dict = { ...@@ -93,8 +93,8 @@ param_dict = {
}, },
'ORS2': { 'ORS2': {
'dl_earfcn': 50000, 'dl_earfcn': 50000,
'dl_nr_arfcn': 200000, 'dl_nr_arfcn': 392000,
'ssb_nr_arfcn': 200000, 'ssb_nr_arfcn': 392000,
'pci': 2, 'pci': 2,
'nr_cell_id': '0x0000002', 'nr_cell_id': '0x0000002',
'cell_id': '0x0000001', 'cell_id': '0x0000001',
......
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