Commit 5dd2f7c0 authored by Kirill Smelkov's avatar Kirill Smelkov

software/ors-amarisoft: enb/*: Deduplicate xn_peers via peer/nr

parent fa93f10e
...@@ -161,9 +161,7 @@ ...@@ -161,9 +161,7 @@
".*": { ".*": {
"properties": { "properties": {
"xn_addr": { "xn_addr": {
"title": "XN Address", "$ref": "peer/nr/input-schema.json#/properties/xn_addr"
"description": "XN Address of the neighbour cell (gNB Address)",
"type": "string"
} }
}, },
"type": "object" "type": "object"
......
...@@ -156,9 +156,7 @@ ...@@ -156,9 +156,7 @@
".*": { ".*": {
"properties": { "properties": {
"xn_addr": { "xn_addr": {
"title": "XN Address", "$ref": "peer/nr/input-schema.json#/properties/xn_addr"
"description": "XN Address of the neighbour cell (gNB Address)",
"type": "string"
} }
}, },
"type": "object" "type": "object"
......
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Peer gNB",
"type": "object",
"required": [
"xn_addr"
],
"properties": {
"xn_addr": {
"title": "XN Address",
"description": "XN Address of the neighbour node (gNB Address)",
"type": "string"
}
}
}
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