Commit d7d738d1 authored by Kirill Smelkov's avatar Kirill Smelkov

.

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