Create VES client example for domain 'notification'
[oam.git] / features / devicemanager / o-ran / ru-fh / model / src / main / yang / devicemanager-oran.yang
1 module devicemanager-oran {
2
3   yang-version 1;
4   namespace "urn:opendaylight:params:xml:ns:yang:devicemanager-oran";
5   prefix devicemanager-oran;
6
7   organization
8     "highstreet technologies GmbH";
9   contact
10     "Web:   <https://highstreet-technologies.com>
11      O-RAN: <https://wiki.o-ran-sc.org/display/OAM/Operations+and+Maintenance";
12
13   description
14     "DeviceManager Open RAN Api Module
15
16      Copyright 2019 highstreet technologies GmbH Intellectual Property.
17      All rights reserved.
18
19      Licensed under the Apache License, Version 2.0 (the 'License');
20      you may not use this file except in compliance with the License.
21      You may obtain a copy of the License at
22
23        http://www.apache.org/licenses/LICENSE-2.0
24
25      Unless required by applicable law or agreed to in writing, software
26      distributed under the License is distributed on an 'AS IS' BASIS,
27      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
28      See the License for the specific language governing permissions and
29      limitations under the License.";
30
31   revision 2019-11-15 {
32     description
33       "Initial revision";
34     reference
35       "https://jira.onap.org/browse/SDNC-877";
36   }
37 }