Commit 710d1320 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 93d154a2
...@@ -84,6 +84,8 @@ XXX link to rrh? (then it is rrh who links to trx, not cell) ...@@ -84,6 +84,8 @@ XXX link to rrh? (then it is rrh who links to trx, not cell)
"default": "0x0001", "default": "0x0001",
"type": "string" "type": "string"
} }
"rrh": { "$ref": "#/$defs/rrh" }
} }
}, },
{ {
...@@ -149,7 +151,9 @@ XXX link to rrh? (then it is rrh who links to trx, not cell) ...@@ -149,7 +151,9 @@ XXX link to rrh? (then it is rrh who links to trx, not cell)
"type": "number", "type": "number",
"default": 500 "default": 500
}, },
"cell_id": { "$ref": "#/$defs/cell_id" } "cell_id": { "$ref": "#/$defs/cell_id" },
"rrh": { "$ref": "#/$defs/rrh" }
} }
} }
], ],
......
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