From b761beb3ea2bafd786473775b5ba0afcb3fa2fd3 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Tue, 15 Dec 2020 12:33:31 +0100 Subject: Move Masspnf simulator code from Integration repository to it's own Change-Id: Id48ca08ec0d042d93e204b49ae9fe1bc86efd67b Issue-ID: INT-1810 Signed-off-by: Bartek Grzybowski --- pnf-sim-lightweight/netconf/pnf-simulator.yang | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pnf-sim-lightweight/netconf/pnf-simulator.yang (limited to 'pnf-sim-lightweight/netconf/pnf-simulator.yang') 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;} + } +} -- cgit 1.2.3-korg