diff options
Diffstat (limited to 'pnf-sim-lightweight/netconf/pnf-simulator.yang')
-rw-r--r-- | pnf-sim-lightweight/netconf/pnf-simulator.yang | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pnf-sim-lightweight/netconf/pnf-simulator.yang b/pnf-sim-lightweight/netconf/pnf-simulator.yang new file mode 100644 index 0000000..d7fc2f2 --- /dev/null +++ b/pnf-sim-lightweight/netconf/pnf-simulator.yang @@ -0,0 +1,9 @@ +module pnf-simulator { + namespace "http://nokia.com/pnf-simulator"; + prefix config; + container config { + config true; + leaf itemValue1 {type uint32;} + leaf itemValue2 {type uint32;} + } +} |