X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=data-model%2Fyang%2Fpublished%2Fo-ran%2Fru-fh%2Fo-ran-ecpri-delay.yang;h=c370036f9226809e7ac4124c0226e06994bb84d7;hb=HEAD;hp=88f167856e8a41c09631b6545e3d04f2fe6739b6;hpb=7540aac9279c5ed8140850e19381dc06fefafec1;p=scp%2Foam%2Fmodeling.git diff --git a/data-model/yang/published/o-ran/ru-fh/o-ran-ecpri-delay.yang b/data-model/yang/published/o-ran/ru-fh/o-ran-ecpri-delay.yang deleted file mode 100644 index 88f1678..0000000 --- a/data-model/yang/published/o-ran/ru-fh/o-ran-ecpri-delay.yang +++ /dev/null @@ -1,135 +0,0 @@ -module o-ran-ecpri-delay { - yang-version 1.1; - namespace "urn:o-ran:message5:1.0"; - prefix "o-ran-msg5"; - - import o-ran-processing-element { - prefix "element"; - } - - organization "O-RAN Alliance"; - - contact - "www.o-ran.org"; - - description - "This module is an optional module for supporting eCPRI message 5 handling - used for eCPRI based delay measurements. - - Copyright 2019 the O-RAN Alliance. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS' - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE - LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGE. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the above disclaimer. - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the above disclaimer in the documentation - and/or other materials provided with the distribution. - * Neither the Members of the O-RAN Alliance nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission."; - - revision "2019-02-04" { - description - "version 1.0.0 - - 1) imported model from xRAN - 2) changed namespace and reference from xran to o-ran"; - - reference "ORAN-WG4.M.0-v01.00"; - } - -// groupings - - grouping msg5-group { - - container ru-compensation { - config false; - description - "leafs for ru timing compensation based on message 5 handling"; - leaf tcv2 { - type uint32; - units nanoseconds; - description - "a compensation value to account for expected delay from packet - receipt at R2 to timestamping in the O-RU"; - } - leaf tcv1 { - type uint32; - units nanoseconds; - description - "a compensation value to account for expected processing time from - timestamping in the O-RU until actual packet transmission at R3"; - } - } - - leaf enable-message5 { - type boolean; - default false; - description - "whether O-RU's eCPRI message 5 handling is enabled."; - } - - container message5-sessions { - description "session information for eCPRI message 5"; - - list session-parameters { - key "session-id"; - description "list of MSG5 session information"; - leaf session-id { - type uint32; - description "Session ID for MSG5 responder"; - } - leaf processing-element-name { - type leafref { - path "/element:processing-elements/element:ru-elements/element:name"; - } - description "the name of the processing element used for MSG5"; - } - container flow-state { - config false; - description "MSG5 flow state"; - leaf responses-transmitted { - type uint32; - description - "The total number of eCPRI mesage 5 response messages transmitted by - the O-RU."; - } - leaf requests-transmitted { - type uint32; - description - "The total number of eCPRI mesage 5 request messages transmitted by - the O-RU."; - } - leaf followups-transmitted { - type uint32; - description - "The total number of eCPRI mesage 5 follow up messages transmitted by - the O-RU."; - } - } - } - } - } - -// top level container - - container ecpri-delay-message { - description "top level tree covering off O-DU to O-RU msg5 delay measurement"; - - uses msg5-group; - } -} diff --git a/data-model/yang/published/o-ran/ru-fh/o-ran-ecpri-delay.yang b/data-model/yang/published/o-ran/ru-fh/o-ran-ecpri-delay.yang new file mode 120000 index 0000000..c370036 --- /dev/null +++ b/data-model/yang/published/o-ran/ru-fh/o-ran-ecpri-delay.yang @@ -0,0 +1 @@ +./o-ran-ecpri-delay@2021-12-01.yang \ No newline at end of file