Bug fix for NTS YANGs.
[sim/o1-interface.git] / ntsimulator / deploy / nts-manager / yang / nts-x-ran-pac.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
28   revision 2020-10-26 {
29     description
30       "Initial revision for the Network Topology Simulator - Next Generation";
31     reference
32       "X-RAN implementation";
33   }
34
35   identity NTS_FUNCTION_TYPE_X_RAN {
36     base ntsc:NTS_FUNCTION_TYPE_BASE;
37     description
38       "The simulated device implements X-RAN YANG models.";
39     reference
40       "nts-ng-x-ran";
41   }
42
43 } //end module