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

.

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