Commit 696de727 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent edc86641
...@@ -65,7 +65,6 @@ ...@@ -65,7 +65,6 @@
"tac": { "tac": {
"title": "Tracking Area Code", "title": "Tracking Area Code",
"description": "Tracking Area Code in hexadecimal representation (range 0x0000 to 0xffff)", "description": "Tracking Area Code in hexadecimal representation (range 0x0000 to 0xffff)",
"default": "0x0001",
"type": "string" "type": "string"
} }
} }
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
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/tac -> move defaults to ORS (cell/* + peercell/*) #} {#- 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',
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
'cell/lte': { 'cell/lte': {
'pci': 1, 'pci': 1,
'tac': '0x0001',
'inactivity_timer': 10000, 'inactivity_timer': 10000,
}, },
...@@ -55,11 +54,9 @@ ...@@ -55,11 +54,9 @@
'peercell/lte': { 'peercell/lte': {
'pci': 1, 'pci': 1,
'tac': '0x0001',
}, },
'peercell/nr': { 'peercell/nr': {
'pci': 500, 'pci': 500,
'tac': '0x0001',
}, },
'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