Commit d7d738d1 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 696de727
......@@ -15,7 +15,6 @@
it should be kept in sync with "default" in json schemas #}
{#- XXX opc='milenage' is not meaningful ? #}
{#- XXX txrx_active=ACTIVE for sdr - needed ? (bwcompat for ORS) - if yes -> update ru/sdr/input-schema.json #}
{#- XXX pci -> move defaults to ORS (cell/* + peercell/*) #}
{#- XXX add inactivity timer to cell schemas #}
{%- set defaults = {
'enb_id': '0x1A2D0',
......@@ -30,7 +29,6 @@
},
'cell/lte': {
'pci': 1,
'inactivity_timer': 10000,
},
......@@ -41,7 +39,6 @@
},
'cell/nr': {
'pci': 500,
'inactivity_timer': 10000,
},
'cell/nr/fdd': {
......@@ -53,10 +50,8 @@
},
'peercell/lte': {
'pci': 1,
},
'peercell/nr': {
'pci': 500,
},
'cpri_link': {
......
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