aboutsummaryrefslogtreecommitdiffstats
path: root/models/pnf-simulator.yang
diff options
context:
space:
mode:
Diffstat (limited to 'models/pnf-simulator.yang')
-rw-r--r--models/pnf-simulator.yang9
1 files changed, 9 insertions, 0 deletions
diff --git a/models/pnf-simulator.yang b/models/pnf-simulator.yang
new file mode 100644
index 0000000..ba11585
--- /dev/null
+++ b/models/pnf-simulator.yang
@@ -0,0 +1,9 @@
+module pnf-simulator {
+ namespace "http://onap.org/pnf-simulator";
+ prefix config;
+ container config {
+ config true;
+ leaf itemValue1 {type uint32;}
+ leaf itemValue2 {type uint32;}
+ }
+}