Commit efef1adb authored by Kirill Smelkov's avatar Kirill Smelkov

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

parent 3ebceedb
......@@ -161,9 +161,7 @@
".*": {
"properties": {
"xn_addr": {
"title": "XN Address",
"description": "XN Address of the neighbour cell (gNB Address)",
"type": "string"
"$ref": "peer/nr/input-schema.json#/properties/xn_addr"
}
},
"type": "object"
......
......@@ -156,9 +156,7 @@
".*": {
"properties": {
"xn_addr": {
"title": "XN Address",
"description": "XN Address of the neighbour cell (gNB Address)",
"type": "string"
"$ref": "peer/nr/input-schema.json#/properties/xn_addr"
}
},
"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