Commit 886d0e5c authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 91d41b1d
......@@ -24,7 +24,7 @@ md5sum = f5c76c3443b75569eb18503dce38e783
[slaplte.jinja2]
_update_hash_filename_ = slaplte.jinja2
md5sum = db11d48866b8d755c2a3a515425f3450
md5sum = b7b47539d7f8680a1d0ce40eb006fc23
[ru_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/libinstance.jinja2.cfg
......@@ -112,7 +112,7 @@ md5sum = dcaac06553a3222b14c0013a13f4a149
[enb.jinja2.cfg]
filename = config/enb.jinja2.cfg
md5sum = 4588112ce6db55717be01fcfc2dd7e1e
md5sum = 21dc035532687577ebd9090b4ab05926
[drb_lte.jinja2.cfg]
filename = config/drb_lte.jinja2.cfg
......
......@@ -155,7 +155,7 @@ interpreter = pythonwitheggs
[xlte-repository]
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/kirr/xlte.git
revision = b8065120
revision = ae72d3e8aac54e11d5e55eaede657a19d18f101c
git-executable = ${git:location}/bin/git
# XXX temp (speedup build)
develop = true
......
......@@ -11,4 +11,5 @@ rm -rf snapshot
mkdir snapshot
export SLAPOS_TEST_LOG_DIRECTORY=`pwd`/snapshot
time ../k/kpython_for_test -m unittest discover -v -k TestENBParameters
#time ../k/kpython_for_test -m unittest discover -v -k TestENBParameters
time ../k/kpython_for_test -m unittest discover -v -k TestGNBParameters1
......@@ -62,10 +62,10 @@ param_dict = {
'2001:db8::1': {'mme_addr': '2001:db8::1'},
},
'core_network_plmn': '00102',
'dl_nr_arfcn': 325320,
'nr_band': 99,
'dl_nr_arfcn': 403500,
'nr_band': 34,
'nr_bandwidth': 50,
'ssb_nr_arfcn': 377790,
'ssb_nr_arfcn': 403520,
'rue_addr': '192.168.99.88',
'n_antenna_dl': 2,
'n_antenna_ul': 2,
......
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