aboutsummaryrefslogtreecommitdiffstats
path: root/models
diff options
context:
space:
mode:
authorBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2021-03-09 08:09:45 +0100
committerBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2021-03-10 14:01:29 +0100
commit642053077c36de0c8a259da058061c6a0ed1e12c (patch)
treeb505ee07be13fefad0696b6c1d44b60cf2b3b74d /models
parent4bfae30fa8a764542bbd1951b065c12ecfc32691 (diff)
Create base netconf-server image.
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: Ie19dd81608f56a4bc7f3b732cda8eed87136bd26 Issue-ID: INT-1869
Diffstat (limited to 'models')
-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;}
+ }
+}