Rewrite NTS Framework.
[sim/o1-interface.git] / ntsimulator / deploy / nts-manager / yang / nts-x-ran-pac.yang
diff --git a/ntsimulator/deploy/nts-manager/yang/nts-x-ran-pac.yang b/ntsimulator/deploy/nts-manager/yang/nts-x-ran-pac.yang
new file mode 100644 (file)
index 0000000..ac9fea5
--- /dev/null
@@ -0,0 +1,37 @@
+module nts-x-ran-pac {
+  yang-version 1.1;
+  namespace "urn:o-ran-sc:params:xml:ns:yang:nts:x-ran";
+  prefix nts-x-ran;
+
+  import nts-common {
+      prefix ntsc;
+      revision-date 2020-10-22;
+  }
+
+  organization
+    "O-RAN-SC";
+  contact
+    " Web: <https://wiki.o-ran-sc.org/display/SIM/SIM>
+        Editors:  
+        Alex Stancu <mailto:alexandru.stancu@highstreet-technologies.com>
+        Adrian Lita <mailto:adrian.lita@highstreet-technologies.com>
+        Martin Skorupski <mailto:martin.skorupski@highstreet-technologies.com>";
+  description
+    "This module contains YANG definitions for the Network Topology Simulator - X-RAN extensions.";
+
+  revision 2020-10-26 {
+    description
+      "Initial revision for the Network Topology Simulator - Next Generation";
+    reference
+      "X-RAN implementation";
+  }
+
+  identity NTS_FUNCTION_TYPE_X_RAN {
+    base ntsc:NTS_FUNCTION_TYPE_BASE;
+    description
+      "The simulated device implements X-RAN YANG models.";
+    reference
+      "nts-ng-x-ran";
+  }
+
+} //end module
\ No newline at end of file