|
Adapt Service Handler and PCE to handle both WDM and OTN service-creation demands coming from Northbound interface
_Adapt code to handle adaptation of the API between SH and PCE
_This includes a better handling of service rate and otu and odu-service rate in service create (target is to solve at the same time TRNSPRTPCE-170), and the management of port (service-create) to set correctly nodes (Path-computation-request --> otn-topology-layer nodes for otn services).
Additionally, a correction shall also be made in transportpce-common-service-path-type :
leaf service-rate {
when "../service-format != 'OMS' and ../service-format != 'ODU'"
{
description "service rate not applicable when service format is roadmline";
}
type uint32;
mandatory true; (This parameter shall not be mandatory with a when statement)
Evaluation indicators: code pushed on master branch, not necessarily merged, build + Junit OK, functests passed. Number of Spotbugs issues for SH and PCE has not increased.
|