Commit a5a93f6e authored by Rafael Monnerat's avatar Rafael Monnerat

ors-amarisoft: drop ru_type and ru_link_type

  Use key/object structure instead const, since it provides better struture whenever render the form.

  It is required to still update instance for follow up the change
parent 31c84362
...@@ -5,9 +5,11 @@ ...@@ -5,9 +5,11 @@
"properties": { "properties": {
"loopcomm": { "loopcomm": {
"title": "Lopcomm ORAN", "title": "Lopcomm ORAN",
"additionalProperties" : false,
"properties": { "properties": {
"cpri": { "cpri": {
"title": "CPRI Link Type", "title": "CPRI Link Type",
"additionalProperties" : false,
"required": [ "required": [
"n_antenna_dl", "n_antenna_dl",
"n_antenna_ul", "n_antenna_ul",
......
...@@ -7,9 +7,11 @@ ...@@ -7,9 +7,11 @@
"properties": { "properties": {
"sunwave": { "sunwave": {
"title": "Sunwave M2RU", "title": "Sunwave M2RU",
"additionalProperties" : false,
"properties": { "properties": {
"cpri": { "cpri": {
"title": "CPRI Link Type", "title": "CPRI Link Type",
"additionalProperties" : false,
"required": [ "required": [
"n_antenna_dl", "n_antenna_dl",
"n_antenna_ul", "n_antenna_ul",
......
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