Rewrite NTS Framework.
[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       revision-date 2020-10-22;
9   }
10
11   organization
12     "O-RAN-SC";
13   contact
14     " Web: <https://wiki.o-ran-sc.org/display/SIM/SIM>
15         Editors:  
16         Alex Stancu <mailto:alexandru.stancu@highstreet-technologies.com>
17         Adrian Lita <mailto:adrian.lita@highstreet-technologies.com>
18         Martin Skorupski <mailto:martin.skorupski@highstreet-technologies.com>";
19   description
20     "This module contains YANG definitions for the Network Topology Simulator - X-RAN extensions.";
21
22   revision 2020-10-26 {
23     description
24       "Initial revision for the Network Topology Simulator - Next Generation";
25     reference
26       "X-RAN implementation";
27   }
28
29   identity NTS_FUNCTION_TYPE_X_RAN {
30     base ntsc:NTS_FUNCTION_TYPE_BASE;
31     description
32       "The simulated device implements X-RAN YANG models.";
33     reference
34       "nts-ng-x-ran";
35   }
36
37 } //end module