Commit c3bc9957 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1e82fbd6
......@@ -62,10 +62,6 @@
"description": "Uplink E-UTRA Absolute Radio Frequency Channel Number of the cell. By default a frequency corresponding to dl_earfcn is chosen.",
"type": "integer"
},
"pci": {
"$ref": "#/properties/pci",
"default": 1
},
"tac": {
"title": "Tracking Area Code",
"description": "Tracking Area Code in hexadecimal representation (range 0x0000 to 0xffff)",
......
......@@ -70,10 +70,6 @@
"description": "SSB position bitmap in bits (4, 8 or 64 bits depending on the DL frequency).",
"type": "string",
"default": "10000000"
},
"pci": {
"$ref": "#/properties/pci",
"default": 500
}
}
}
......@@ -10,10 +10,8 @@
"tac",
"e_cell_id",
"pci",
"dl_earfcn",
"bandwidth",
"tac"
"bandwidth"
],
"properties": {
......
......@@ -12,10 +12,8 @@
"nr_cell_id",
"gnb_id_bits",
"dl_nr_arfcn",
"ul_nr_arfcn",
"pci",
"tac",
"nr_band"
"nr_band",
"ul_nr_arfcn"
],
"properties": {
......
......@@ -15,6 +15,7 @@
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/tac -> move defaults to ORS (cell/* + peercell/*) #}
{%- set defaults = {
'enb_id': '0x1A2D0',
'gnb_id': '0x12345',
......@@ -31,6 +32,7 @@
'pci': 1,
'tac': '0x0001',
},
'cell/lte/fdd': {
},
'cell/lte/tdd': {
......
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