X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=api%2Fsrc%2Fmain%2Fyang%2Ftransportpce-portmapping%402017-02-28.yang;h=371f0f910097a178e94cf0c99b42c1e35cf37020;hb=dec29c25aaaa8fc10cc8cf979ecb6ce194de20f3;hp=3e892da1995d89967908a08a9f9843387428e0b5;hpb=0779ad5796bb645690874959c9a891c42e2f7175;p=transportpce.git diff --git a/api/src/main/yang/transportpce-portmapping@2017-02-28.yang b/api/src/main/yang/transportpce-portmapping@2017-02-28.yang index 3e892da19..371f0f910 100644 --- a/api/src/main/yang/transportpce-portmapping@2017-02-28.yang +++ b/api/src/main/yang/transportpce-portmapping@2017-02-28.yang @@ -29,6 +29,21 @@ module transportpce-portmapping { description "Unique identifier for node in the network"; } + + leaf openroadm-version{ + type enumeration { + enum "1.2.1" { + value 1; + description + "Version 1.2.1"; + } + enum "2.2" { + value 2; + description + "Version 2.2"; + } + } + } leaf node-type{ type org-openroadm-common-types:node-types; description