Please refer to line numbers 2514 and 2515 in org-openroadm-device.yang.
list line-amplifier { when "/org-openroadm-device/info/node-type='ila'";
Here line-amplifier is allowed only for 'ila' node and not 'rdm'. However we would like to have booster amplifier and pre-amplifier which have the same structures as amplifier.
The 'target-tilt' and 'target-gain' of pre-amplifier and booster amplifier should be configurable for our use case. I would be grateful if I can get some leads to achieve this.
Please refer to line numbers 2514 and 2515 in org-openroadm-device.yang.
list line-amplifier { when "/org-openroadm-device/info/node-type='ila'";Here line-amplifier is allowed only for 'ila' node and not 'rdm'. However we would like to have booster amplifier and pre-amplifier which have the same structures as amplifier.
The 'target-tilt' and 'target-gain' of pre-amplifier and booster amplifier should be configurable for our use case. I would be grateful if I can get some leads to achieve this.