Commit 93fe3441 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 750deae7
{
"bandwidth": "20MHz",
"n_antenna_dl": 2,
"n_antenna_ul": 2,
"rf_mode": "tdd",
"pci": 1,
"cell_id": "0x01",
"tac": "0x0001",
"root_sequence_index": 204,
"enb_id": "0x1A2D0",
"gtp_addr": "127.0.1.1",
"lte_handover_a3_offset": 6,
"lte_handover_a3_time_to_trigger": 480,
"inactivity_timer": 10000,
"disable_sdr": false
}
......@@ -172,11 +172,3 @@ init =
power_estimate_s = "{:0.2f} mW".format(power_estimate_mw)
power_estimate = "{:0.2f} dBm ({})".format(power_estimate_dbm, power_estimate_s)
options['power-estimate'] = power_estimate
# ----------------------------------------
# XXX move to instance-ors.cfg.defaults + autosync from json schemas ?
[defaults]
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