From 642053077c36de0c8a259da058061c6a0ed1e12c Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Tue, 9 Mar 2021 08:09:45 +0100 Subject: Create base netconf-server image. Signed-off-by: Bartosz Gardziejewski Change-Id: Ie19dd81608f56a4bc7f3b732cda8eed87136bd26 Issue-ID: INT-1869 --- models/pnf-simulator.yang | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 models/pnf-simulator.yang (limited to 'models') 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;} + } +} -- cgit 1.2.3-korg