Commit c1b691a8 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1b6f03b2
...@@ -108,6 +108,18 @@ ...@@ -108,6 +108,18 @@
"default": 0 "default": 0
} }
} }
},
"mac_addr": {
"title": "RU MAC address",
"description": "RU MAC address used for NETCONF",
"type": "string",
"options": {
"dependencies": {
"ru_link_type": "cpri"
}
}
} }
} }
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
"tx_gain", "tx_gain",
"rx_gain", "rx_gain",
"cpri_link",
"mac_addr" "mac_addr"
], ],
...@@ -50,11 +51,6 @@ ...@@ -50,11 +51,6 @@
} }
}, },
"mac_addr": {
"title": "RU MAC address",
"description": "RU MAC address used for NETCONF",
"type": "string"
},
"reset_schedule": { "reset_schedule": {
"title": "Cron schedule for RRH reset", "title": "Cron schedule for RRH reset",
"description": "Refer https://crontab.guru/ to make a reset schedule for RRH, for example, '0 1 * * *' means the RRH will reset every day at 1 am", "description": "Refer https://crontab.guru/ to make a reset schedule for RRH, for example, '0 1 * * *' means the RRH will reset every day at 1 am",
......
...@@ -10,7 +10,10 @@ ...@@ -10,7 +10,10 @@
"n_antenna_dl", "n_antenna_dl",
"n_antenna_ul", "n_antenna_ul",
"tx_gain", "tx_gain",
"rx_gain" "rx_gain",
"cpri_link",
"mac_addr"
], ],
"properties": { "properties": {
......
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