Commit 3673253c authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 34deea8c
...@@ -4,15 +4,22 @@ ...@@ -4,15 +4,22 @@
"title": "Peer Cell. Common properties", "title": "Peer Cell. Common properties",
"type": "object", "type": "object",
"required": [ "required": [
"peer_cell_type", "cell_type",
"cell_kind",
"pci", "pci",
"tac" "tac"
], ],
"properties": { "properties": {
"peer_cell_type": { "cell_type": {
"type": "string", "type": "string",
"options": { "hidden": true } "options": { "hidden": true }
},
"cell_kind": {
"type": "string",
"const": "enb_peer",
"template": "enb_peer",
"options": { "hidden": true }
} }
} }
} }
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
"type": "object", "type": "object",
"required": [ "required": [
"peer_cell_type", "cell_type",
"cell_kind",
"pci", "pci",
"tac", "tac",
...@@ -15,8 +16,8 @@ ...@@ -15,8 +16,8 @@
], ],
"properties": { "properties": {
"peer_cell_type": { "cell_type": {
"$ref": "../../../cell/peer/common.json#/properties/peer_cell_type", "$ref": "../../../peer/cell/common.json#/properties/cell_type",
"const": "lte", "const": "lte",
"template": "lte" "template": "lte"
}, },
......
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
"type": "object", "type": "object",
"required": [ "required": [
"peer_cell_type", "cell_type",
"cell_kind",
"pci", "pci",
"tac", "tac",
...@@ -16,8 +17,8 @@ ...@@ -16,8 +17,8 @@
], ],
"properties": { "properties": {
"peer_cell_type": { "cell_type": {
"$ref": "../../../cell/peer/common.json#/properties/peer_cell_type", "$ref": "../../../peer/cell/common.json#/properties/cell_type",
"const": "nr", "const": "nr",
"template": "nr" "template": "nr"
}, },
......
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