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 @@
"properties": {
"loopcomm": {
"title": "Lopcomm ORAN",
"additionalProperties" : false,
"properties": {
"cpri": {
"title": "CPRI Link Type",
"additionalProperties" : false,
"required": [
"n_antenna_dl",
"n_antenna_ul",
......
......@@ -7,9 +7,11 @@
"properties": {
"sunwave": {
"title": "Sunwave M2RU",
"additionalProperties" : false,
"properties": {
"cpri": {
"title": "CPRI Link Type",
"additionalProperties" : false,
"required": [
"n_antenna_dl",
"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