Increase a timer from 20s to 60s when the RDM node is in a "power" state
to let it configure the optical power level of a cross-connection before
moving to "gainLoss" state.
Change-Id: Ife8153f11977844f2b074d118e1dcfe93858eb79
Signed-off-by: Gilles Thouenon <gilles.thouenon@orange.com>
Co-authored-by: Christophe Betoule <christophe.betoule@orange.com>
LOG.info("Roadm-connection: {} updated ");
//TODO - commented code because one vendor is not supporting
//GainLoss with target-output-power
- Thread.sleep(20000);
+ Thread.sleep(60000);
setPowerLevel(nodeId, OpticalControlMode.GainLoss, powerValue,
connectionNumber);
} else {