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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Rafael Monnerat
slapos
Commits
cb3cd7a7
Commit
cb3cd7a7
authored
Apr 16, 2024
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Plain Diff
ors-amarisoft: Drop template/hidden and fixup ref to oneOf
See merge request
!1564
parents
b56ede93
3de28fd5
Changes
19
Show whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
34 additions
and
65 deletions
+34
-65
software/ors-amarisoft/cell/common.json
software/ors-amarisoft/cell/common.json
+9
-12
software/ors-amarisoft/cell/lte/input-schema.json
software/ors-amarisoft/cell/lte/input-schema.json
+1
-2
software/ors-amarisoft/cell/nr/input-schema.json
software/ors-amarisoft/cell/nr/input-schema.json
+1
-2
software/ors-amarisoft/peer/cell/common.json
software/ors-amarisoft/peer/cell/common.json
+2
-5
software/ors-amarisoft/peer/cell/lte/input-schema.json
software/ors-amarisoft/peer/cell/lte/input-schema.json
+1
-2
software/ors-amarisoft/peer/cell/nr/input-schema.json
software/ors-amarisoft/peer/cell/nr/input-schema.json
+1
-2
software/ors-amarisoft/peer/common.json
software/ors-amarisoft/peer/common.json
+1
-2
software/ors-amarisoft/peer/lte/input-schema.json
software/ors-amarisoft/peer/lte/input-schema.json
+1
-2
software/ors-amarisoft/peer/nr/input-schema.json
software/ors-amarisoft/peer/nr/input-schema.json
+1
-2
software/ors-amarisoft/ru/common.json
software/ors-amarisoft/ru/common.json
+2
-4
software/ors-amarisoft/ru/lopcomm/input-schema.json
software/ors-amarisoft/ru/lopcomm/input-schema.json
+3
-6
software/ors-amarisoft/ru/sdr/input-schema.json
software/ors-amarisoft/ru/sdr/input-schema.json
+2
-4
software/ors-amarisoft/ru/sunwave/input-schema.json
software/ors-amarisoft/ru/sunwave/input-schema.json
+3
-6
software/ors-amarisoft/ue/cell/common.json
software/ors-amarisoft/ue/cell/common.json
+2
-5
software/ors-amarisoft/ue/cell/lte/input-schema.json
software/ors-amarisoft/ue/cell/lte/input-schema.json
+0
-1
software/ors-amarisoft/ue/cell/nr/input-schema.json
software/ors-amarisoft/ue/cell/nr/input-schema.json
+1
-2
software/ors-amarisoft/ue/common.json
software/ors-amarisoft/ue/common.json
+1
-2
software/ors-amarisoft/ue/lte/input-schema.json
software/ors-amarisoft/ue/lte/input-schema.json
+1
-2
software/ors-amarisoft/ue/nr/input-schema.json
software/ors-amarisoft/ue/nr/input-schema.json
+1
-2
No files found.
software/ors-amarisoft/cell/common.json
View file @
cb3cd7a7
...
...
@@ -15,14 +15,11 @@
"properties"
:
{
"cell_type"
:
{
"type"
:
"string"
,
"options"
:
{
"hidden"
:
true
}
"type"
:
"string"
},
"cell_kind"
:
{
"type"
:
"string"
,
"const"
:
"enb"
,
"template"
:
"enb"
,
"options"
:
{
"hidden"
:
true
}
"const"
:
"enb"
},
"rf_mode"
:
{
...
...
@@ -74,9 +71,8 @@
"required"
:
[
"ru_type"
,
"ru_ref"
],
"properties"
:
{
"ru_type"
:
{
"const"
:
"ru_ref"
,
"template"
:
"ru_ref"
,
"options"
:
{
"hidden"
:
true
}
"type"
:
"string"
,
"const"
:
"ru_ref"
},
"ru_ref"
:
{
"title"
:
"RU Reference"
,
...
...
@@ -92,9 +88,8 @@
"required"
:
[
"ru_type"
,
"ruincell_ref"
],
"properties"
:
{
"ru_type"
:
{
"const"
:
"ruincell_ref"
,
"template"
:
"ruincell_ref"
,
"options"
:
{
"hidden"
:
true
}
"type"
:
"string"
,
"const"
:
"ruincell_ref"
},
"ruincell_ref"
:
{
"title"
:
"Cell Reference"
,
...
...
@@ -103,7 +98,9 @@
}
}
},
{
"$ref"
:
"../ru/input-schema.json"
}
{
"$ref"
:
"../ru/sdr/input-schema.json"
},
{
"$ref"
:
"../ru/lopcomm/input-schema.json"
},
{
"$ref"
:
"../ru/sunwave/input-schema.json"
}
]
}
}
...
...
software/ors-amarisoft/cell/lte/input-schema.json
View file @
cb3cd7a7
...
...
@@ -20,8 +20,7 @@
"cell_type"
:
{
"$ref"
:
"#/properties/cell_type"
,
"const"
:
"lte"
,
"template"
:
"lte"
"const"
:
"lte"
},
"tdd_ul_dl_config"
:
{
...
...
software/ors-amarisoft/cell/nr/input-schema.json
View file @
cb3cd7a7
...
...
@@ -20,8 +20,7 @@
"cell_type"
:
{
"$ref"
:
"#/properties/cell_type"
,
"const"
:
"nr"
,
"template"
:
"nr"
"const"
:
"nr"
},
"tdd_ul_dl_config"
:
{
...
...
software/ors-amarisoft/peer/cell/common.json
View file @
cb3cd7a7
...
...
@@ -12,14 +12,11 @@
"properties"
:
{
"cell_type"
:
{
"type"
:
"string"
,
"options"
:
{
"hidden"
:
true
}
"type"
:
"string"
},
"cell_kind"
:
{
"type"
:
"string"
,
"const"
:
"enb_peer"
,
"template"
:
"enb_peer"
,
"options"
:
{
"hidden"
:
true
}
"const"
:
"enb_peer"
}
}
}
software/ors-amarisoft/peer/cell/lte/input-schema.json
View file @
cb3cd7a7
...
...
@@ -17,8 +17,7 @@
"properties"
:
{
"cell_type"
:
{
"$ref"
:
"../../../peer/cell/common.json#/properties/cell_type"
,
"const"
:
"lte"
,
"template"
:
"lte"
"const"
:
"lte"
},
"e_cell_id"
:
{
...
...
software/ors-amarisoft/peer/cell/nr/input-schema.json
View file @
cb3cd7a7
...
...
@@ -19,8 +19,7 @@
"properties"
:
{
"cell_type"
:
{
"$ref"
:
"../../../peer/cell/common.json#/properties/cell_type"
,
"const"
:
"nr"
,
"template"
:
"nr"
"const"
:
"nr"
},
"nr_cell_id"
:
{
...
...
software/ors-amarisoft/peer/common.json
View file @
cb3cd7a7
...
...
@@ -10,8 +10,7 @@
"properties"
:
{
"peer_type"
:
{
"type"
:
"string"
,
"options"
:
{
"hidden"
:
true
}
"type"
:
"string"
}
}
}
software/ors-amarisoft/peer/lte/input-schema.json
View file @
cb3cd7a7
...
...
@@ -13,8 +13,7 @@
"properties"
:
{
"peer_type"
:
{
"$ref"
:
"../../peer/common.json#/properties/peer_type"
,
"const"
:
"lte"
,
"template"
:
"lte"
"const"
:
"lte"
},
"x2_addr"
:
{
...
...
software/ors-amarisoft/peer/nr/input-schema.json
View file @
cb3cd7a7
...
...
@@ -13,8 +13,7 @@
"properties"
:
{
"peer_type"
:
{
"$ref"
:
"../../peer/common.json#/properties/peer_type"
,
"const"
:
"nr"
,
"template"
:
"nr"
"const"
:
"nr"
},
"xn_addr"
:
{
...
...
software/ors-amarisoft/ru/common.json
View file @
cb3cd7a7
...
...
@@ -15,12 +15,10 @@
"properties"
:
{
"ru_type"
:
{
"type"
:
"string"
,
"options"
:
{
"hidden"
:
true
}
"type"
:
"string"
},
"ru_link_type"
:
{
"type"
:
"string"
,
"options"
:
{
"hidden"
:
true
}
"type"
:
"string"
},
"n_antenna_dl"
:
{
...
...
software/ors-amarisoft/ru/lopcomm/input-schema.json
View file @
cb3cd7a7
...
...
@@ -21,13 +21,11 @@
"ru_type"
:
{
"$ref"
:
"#/properties/ru_type"
,
"const"
:
"lopcomm"
,
"template"
:
"lopcomm"
"const"
:
"lopcomm"
},
"ru_link_type"
:
{
"$ref"
:
"#/properties/ru_link_type"
,
"const"
:
"cpri"
,
"template"
:
"cpri"
"const"
:
"cpri"
},
"n_antenna_dl"
:
{
...
...
@@ -45,8 +43,7 @@
"mapping"
:
{
"$ref"
:
"#/properties/cpri_link/properties/mapping"
,
"const"
:
"hw"
,
"enum"
:
[
"hw"
],
"options"
:
{
"hidden"
:
true
}
"enum"
:
[
"hw"
]
},
"rx_delay"
:
{
"$ref"
:
"#/properties/cpri_link/properties/rx_delay"
,
...
...
software/ors-amarisoft/ru/sdr/input-schema.json
View file @
cb3cd7a7
...
...
@@ -21,13 +21,11 @@
"ru_type"
:
{
"$ref"
:
"#/properties/ru_type"
,
"const"
:
"sdr"
,
"template"
:
"sdr"
"const"
:
"sdr"
},
"ru_link_type"
:
{
"$ref"
:
"#/properties/ru_link_type"
,
"const"
:
"sdr"
,
"template"
:
"sdr"
"const"
:
"sdr"
},
"sdr_dev_list"
:
{
...
...
software/ors-amarisoft/ru/sunwave/input-schema.json
View file @
cb3cd7a7
...
...
@@ -21,13 +21,11 @@
"ru_type"
:
{
"$ref"
:
"#/properties/ru_type"
,
"const"
:
"sunwave"
,
"template"
:
"sunwave"
"const"
:
"sunwave"
},
"ru_link_type"
:
{
"$ref"
:
"#/properties/ru_link_type"
,
"const"
:
"cpri"
,
"template"
:
"cpri"
"const"
:
"cpri"
},
"n_antenna_dl"
:
{
...
...
@@ -45,8 +43,7 @@
"mapping"
:
{
"$ref"
:
"#/properties/cpri_link/properties/mapping"
,
"const"
:
"bf1"
,
"enum"
:
[
"bf1"
],
"options"
:
{
"hidden"
:
true
}
"enum"
:
[
"bf1"
]
},
"rx_delay"
:
{
"$ref"
:
"#/properties/cpri_link/properties/rx_delay"
,
...
...
software/ors-amarisoft/ue/cell/common.json
View file @
cb3cd7a7
...
...
@@ -13,14 +13,11 @@
"properties"
:
{
"cell_type"
:
{
"type"
:
"string"
,
"options"
:
{
"hidden"
:
true
}
"type"
:
"string"
},
"cell_kind"
:
{
"type"
:
"string"
,
"const"
:
"ue"
,
"template"
:
"ue"
,
"options"
:
{
"hidden"
:
true
}
"const"
:
"ue"
},
"rf_mode"
:
{
"$ref"
:
"../../cell/common.json#/properties/rf_mode"
},
...
...
software/ors-amarisoft/ue/cell/lte/input-schema.json
View file @
cb3cd7a7
...
...
@@ -18,7 +18,6 @@
"cell_type"
:
{
"$ref"
:
"../../../ue/cell/common.json#/properties/cell_type"
,
"const"
:
"lte"
,
"template"
:
"lte"
},
"cell_kind"
:
{
"$ref"
:
"../../../ue/cell/common.json#/properties/cell_kind"
},
...
...
software/ors-amarisoft/ue/cell/nr/input-schema.json
View file @
cb3cd7a7
...
...
@@ -18,8 +18,7 @@
"properties"
:
{
"cell_type"
:
{
"$ref"
:
"../../../ue/cell/common.json#/properties/cell_type"
,
"const"
:
"nr"
,
"template"
:
"nr"
"const"
:
"nr"
},
"cell_kind"
:
{
"$ref"
:
"../../../ue/cell/common.json#/properties/cell_kind"
},
...
...
software/ors-amarisoft/ue/common.json
View file @
cb3cd7a7
...
...
@@ -13,8 +13,7 @@
"$ref"
:
"../sim/input-schema.json#/properties"
,
"ue_type"
:
{
"type"
:
"string"
,
"options"
:
{
"hidden"
:
true
}
"type"
:
"string"
},
"rue_addr"
:
{
...
...
software/ors-amarisoft/ue/lte/input-schema.json
View file @
cb3cd7a7
...
...
@@ -9,8 +9,7 @@
"ue_type"
:
{
"$ref"
:
"#/properties/ue_type"
,
"const"
:
"lte"
,
"template"
:
"lte"
"const"
:
"lte"
}
}
}
software/ors-amarisoft/ue/nr/input-schema.json
View file @
cb3cd7a7
...
...
@@ -9,8 +9,7 @@
"ue_type"
:
{
"$ref"
:
"#/properties/ue_type"
,
"const"
:
"nr"
,
"template"
:
"nr"
"const"
:
"nr"
}
}
}
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