Align O-DU YANG models with latest updates.
[sim/o1-interface.git] / ntsimulator / deploy / nts-manager / yang / nts-o-ran-du-pac.yang
1 module nts-o-ran-du-pac {
2   yang-version 1.1;
3   namespace "urn:o-ran-sc:params:xml:ns:yang:nts:o-ran-du";
4   prefix nts-o-ran-du;
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 - O-RAN extensions.";
20
21   revision 2021-11-19 {
22     description
23       "Initial revision for the Network Topology Simulator - Next Generation";
24     reference
25       "O-RAN implementation";
26   }
27
28   identity NTS_FUNCTION_TYPE_O_RAN_DU {
29     base ntsc:NTS_FUNCTION_TYPE_BASE;
30     description
31       "The simulated network function implements O-RAN DU YANG models.";
32     reference
33       "nts-ng-o-ran-du";
34   }
35
36 } //end module