Cleanup rApp sample package
[nonrtric/plt/rappmanager.git] / sample-rapp-generator / rapp-all / Files / Yang_module / mynetconf.yang
diff --git a/sample-rapp-generator/rapp-all/Files/Yang_module/mynetconf.yang b/sample-rapp-generator/rapp-all/Files/Yang_module/mynetconf.yang
deleted file mode 100755 (executable)
index 56501e8..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-module mynetconf {
-  yang-version 1.1;
-  namespace "urn:mynetconf:test";
-
-  prefix nft;
-
-  organization "mynetconf";
-  contact "my netconf address";
-  description "yang model for mynetconf";
-  revision "2019-03-01"{
-    description "initial version";
-  }
-
-  container netconflist{
-    list netconf{
-      key netconf-id;
-      leaf netconf-id{
-        type uint16;
-      }
-      leaf netconf-param {
-        type uint32;
-      }
-    }
-
-  }
-}