Commit e7a7ef78 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 710d1320
...@@ -72,9 +72,7 @@ XXX link to rrh? (then it is rrh who links to trx, not cell) ...@@ -72,9 +72,7 @@ XXX link to rrh? (then it is rrh who links to trx, not cell)
"type": "number" "type": "number"
}, },
"pci": { "pci": {
"title": "Physical Cell ID", "$ref": "#/$defs/pci",
"description": "Physical Cell ID",
"type": "number",
"default": 1 "default": 1
}, },
"cell_id": { "$ref": "#/$defs/cell_id" }, "cell_id": { "$ref": "#/$defs/cell_id" },
...@@ -83,11 +81,12 @@ XXX link to rrh? (then it is rrh who links to trx, not cell) ...@@ -83,11 +81,12 @@ XXX link to rrh? (then it is rrh who links to trx, not cell)
"description": "Tracking Area Code in hexadecimal representation (range 0x0000 to 0xffff)", "description": "Tracking Area Code in hexadecimal representation (range 0x0000 to 0xffff)",
"default": "0x0001", "default": "0x0001",
"type": "string" "type": "string"
} },
"rrh": { "$ref": "#/$defs/rrh" } "rrh": { "$ref": "#/$defs/rrh" }
} }
}, },
{ {
"title": "NR Cell", "title": "NR Cell",
"type": "object", "type": "object",
...@@ -146,9 +145,7 @@ XXX link to rrh? (then it is rrh who links to trx, not cell) ...@@ -146,9 +145,7 @@ XXX link to rrh? (then it is rrh who links to trx, not cell)
"default": "10000000" "default": "10000000"
}, },
"pci": { "pci": {
"title": "Physical Cell ID", "$ref": "#/$defs/pci",
"description": "Physical Cell ID",
"type": "number",
"default": 500 "default": 500
}, },
"cell_id": { "$ref": "#/$defs/cell_id" }, "cell_id": { "$ref": "#/$defs/cell_id" },
...@@ -164,6 +161,11 @@ XXX link to rrh? (then it is rrh who links to trx, not cell) ...@@ -164,6 +161,11 @@ XXX link to rrh? (then it is rrh who links to trx, not cell)
"description": "Frequency- or Time- based multiplexing", "description": "Frequency- or Time- based multiplexing",
"enum": ["FDD", "TDD"] "enum": ["FDD", "TDD"]
}, },
"pci": {
"title": "Physical Cell ID",
"description": "Physical Cell ID",
"type": "number"
},
"cell_id": { "cell_id": {
"title": "Cell ID", "title": "Cell ID",
"description": "Cell ID", "description": "Cell ID",
...@@ -171,6 +173,7 @@ XXX link to rrh? (then it is rrh who links to trx, not cell) ...@@ -171,6 +173,7 @@ XXX link to rrh? (then it is rrh who links to trx, not cell)
"default": "0x01" "default": "0x01"
}, },
"rrh": { "rrh": {
"title": "Radio Unit",
"anyOf": [ "anyOf": [
{ {
"$ref": "rrh_lopcomm/rrh-input-schema.json" "$ref": "rrh_lopcomm/rrh-input-schema.json"
......
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