1 module o-ran-sc-interfaces-v1 {
3 namespace "urn:o-ran-sc:yang:o-ran-sc-interfaces-v1";
6 import o-ran-sc-root-v1 {
9 import ietf-interfaces {
12 "RFC 8343: A YANG Data Model for Interface Management";
16 "O-RAN Software Community";
20 "This module augments the o-ran-sc-controlled-function object by adding
23 Copyright 2021 the O-RAN Software Community.
25 Licensed under the Apache License, Version 2.0 (the 'License');
26 you may not use this file except in compliance with the License.
27 You may obtain a copy of the License at
29 http://www.apache.org/licenses/LICENSE-2.0
31 Unless required by applicable law or agreed to in writing, software
32 distributed under the License is distributed on an 'AS IS' BASIS,
33 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34 See the License for the specific language governing permissions and
35 limitations under the License.";
39 "The namespace was updated according to O-RAN-SC yang guidelines.
40 The namespace must end with the full module name.";
42 "https://jira.o-ran-sc.org/browse/OAM-168";
48 "O-RAN-OAM-Interface-Specification (O1)";
51 grouping interfaces-grp {
52 leaf-list interface-reference {
53 type if:interface-ref;
56 "A list of ietf-interfaces references using the interface name as key.";
59 "A group adding ietf-interface references.";
62 augment "/root:controlled-element/root:controlled-function" {
65 "An augmentation, which adds ietf-interfaces
66 to root:controlled-function.";