X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fyang%2Fo-ran%2Fru-fh%2Fo-ran-processing-element.yang;h=d0dc5f6c47e430162374ea7ef8351fa561df9ae9;hp=be4dfbd8b7d53f30596f5b5f729f6e2051596af4;hb=226e12e7c9b504dc32fcf71f97483bb97195643d;hpb=b8166cdc5294cdee0c717085d659b4a8f0834313 diff --git a/ntsimulator/yang/o-ran/ru-fh/o-ran-processing-element.yang b/ntsimulator/yang/o-ran/ru-fh/o-ran-processing-element.yang index be4dfbd..d0dc5f6 100644 --- a/ntsimulator/yang/o-ran/ru-fh/o-ran-processing-element.yang +++ b/ntsimulator/yang/o-ran/ru-fh/o-ran-processing-element.yang @@ -61,6 +61,16 @@ module o-ran-processing-element { contributors may be used to endorse or promote products derived from this software without specific prior written permission."; + revision "2019-07-03" { + description + "version 1.1.0 + + 1) added new leaf to enable O-RU to report the maximum number of + transport flows it can support, e.g., due to restrictions on number + of VLAN-IDs when ethernet type transport is used."; + + reference "ORAN-WG4.M.0-v01.00"; + } revision "2019-02-04" { description "version 1.0.0 @@ -74,6 +84,15 @@ module o-ran-processing-element { // groupings grouping pe-group { + leaf maximum-number-of-transport-flows { + type uint16 { + range "1..4094"; + } + config false; + default 4094; + description + "The maximum number of transport flows that can be supported by an O-RU"; + } leaf transport-session-type { type enumeration { enum ETH-INTERFACE {