Commit b145483b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent b898ec2a
#!/usr/bin/env bash -vsx
#!/bin/bash -ex
export SLAPOS_TEST_DEBUG=1
export SLAPOS_TEST_VERBOSE=1
export SLAPOS_TEST_VERBOSE=0
export SLAPOS_TEST_SKIP_SOFTWARE_CHECK=1
export SLAPOS_TEST_SKIP_SOFTWARE_REBUILD=1
time ../k/kpython_for_test -m unittest discover -v -k TestENBParameters
......@@ -49,7 +49,7 @@ param_dict = {
'impi': 'impi331@amarisoft.com',
'tx_gain': 17,
'rx_gain': 17,
'dl_earfcn': 500, # XXX KeyError: 'no band that corresponds to DL EARFCN=325320'
'dl_earfcn': 36100, # XXX KeyError: 'no band that corresponds to DL EARFCN=325320'
'bandwidth': "10 MHz",
'enb_id': '0x17',
'pci': 250,
......@@ -79,7 +79,7 @@ param_dict = {
'nr_handover_a3_offset': 10,
'ncell_list': {
'ORS1': {
'dl_earfcn': 100000,
'dl_earfcn': 40000,
'dl_nr_arfcn': 100000,
'ssb_nr_arfcn': 100000,
'pci': 1,
......@@ -90,7 +90,7 @@ param_dict = {
'tac': 1
},
'ORS2': {
'dl_earfcn': 200000,
'dl_earfcn': 50000,
'dl_nr_arfcn': 200000,
'ssb_nr_arfcn': 200000,
'pci': 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