X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=data-model%2Fyang%2Fworking%2Fo-ran-sc%2Fo-ran-sc-topology%2Fo-ran-sc-topology.yang;fp=data-model%2Fyang%2Fworking%2Fo-ran-sc%2Fo-ran-sc-topology%2Fo-ran-sc-topology.yang;h=4400642a204342cfd465d89b2665c8251d056c71;hb=ba6e78b3af189dd56247bd8f17fb13a973bc5fdf;hp=bfb4dbeb4aa77f1f9070bed3daa4ef063c40e1f8;hpb=c12fa8406dc884b34b9c98f662fb26bff52e1167;p=scp%2Foam%2Fmodeling.git diff --git a/data-model/yang/working/o-ran-sc/o-ran-sc-topology/o-ran-sc-topology.yang b/data-model/yang/working/o-ran-sc/o-ran-sc-topology/o-ran-sc-topology.yang index bfb4dbe..4400642 100644 --- a/data-model/yang/working/o-ran-sc/o-ran-sc-topology/o-ran-sc-topology.yang +++ b/data-model/yang/working/o-ran-sc/o-ran-sc-topology/o-ran-sc-topology.yang @@ -18,7 +18,7 @@ module o-ran-sc-topology { contact "www.o-ran.org"; description - "This module contains YANG definitions for the O-RAN Topology augmentation + "This module contains YANG definitions for the O-RAN Topology augmentation of TAPI Topology. Copyright 2022 the O-RAN Software Community. @@ -96,18 +96,19 @@ module o-ran-sc-topology { "Augments the TAPI Topology node Context with the (network) function type"; leaf function { type identityref { - base osctc:function-type ; + base osctc:function-type; } description "The type of the (Network) Function."; } } + augment "/tapi-common:context/tapi-topology:topology-context/tapi-topology:topology/tapi-topology:node/tapi-topology:owned-node-edge-point" { description "Augments the TAPI Topology Owned Node Edge Points with the (network) function type"; leaf function { type identityref { - base osctc:interface-type ; + base osctc:interface-type; } description "The type of the Node Edge Point interface type.";