Merge "Update roadm devicemanagers"
[ccsdk/features.git] / sdnr / wt / devicemanager-onap / adapter-manager / provider / src / main / yang / nts-x-ran-pac@2020-11-30.yang
1 module nts-x-ran-pac {
2   yang-version 1.1;
3   namespace "urn:o-ran-sc:params:xml:ns:yang:nts:x-ran";
4   prefix nts-x-ran;
5
6   import nts-common {
7     prefix ntsc;
8   }
9
10   organization
11     "O-RAN-SC";
12   contact
13     " Web: <https://wiki.o-ran-sc.org/display/SIM/SIM>
14         Editors:
15         Alex Stancu <mailto:alexandru.stancu@highstreet-technologies.com>
16         Adrian Lita <mailto:adrian.lita@highstreet-technologies.com>
17         Martin Skorupski <mailto:martin.skorupski@highstreet-technologies.com>";
18   description
19     "This module contains YANG definitions for the Network Topology Simulator - X-RAN extensions.";
20
21   revision 2020-11-30 {
22     description
23       "Cleared revision for nts-common import.";
24     reference
25       "X-RAN implementation";
26   }
27   revision 2020-10-26 {
28     description
29       "Initial revision for the Network Topology Simulator - Next Generation";
30     reference
31       "X-RAN implementation";
32   }
33
34   identity NTS_FUNCTION_TYPE_X_RAN {
35     base ntsc:NTS_FUNCTION_TYPE_BASE;
36     description
37       "The simulated device implements X-RAN YANG models.";
38     reference
39       "nts-ng-x-ran";
40   }
41 }