Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos
Commits
5dd2f7c0
Commit
5dd2f7c0
authored
Feb 09, 2024
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/ors-amarisoft: enb/*: Deduplicate xn_peers via peer/nr
parent
fa93f10e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
6 deletions
+20
-6
software/ors-amarisoft/instance-gnb-input-schema.json
software/ors-amarisoft/instance-gnb-input-schema.json
+1
-3
software/ors-amarisoft/instance-ors-gnb-input-schema.json
software/ors-amarisoft/instance-ors-gnb-input-schema.json
+1
-3
software/ors-amarisoft/peer/nr/input-schema.json
software/ors-amarisoft/peer/nr/input-schema.json
+18
-0
No files found.
software/ors-amarisoft/instance-gnb-input-schema.json
View file @
5dd2f7c0
...
...
@@ -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"
...
...
software/ors-amarisoft/instance-ors-gnb-input-schema.json
View file @
5dd2f7c0
...
...
@@ -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"
...
...
software/ors-amarisoft/peer/nr/input-schema.json
0 → 100644
View file @
5dd2f7c0
{
"$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"
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment