HoneyNode Java 11 support for 121 devices
[transportpce.git] / tests / honeynode / 2.1 / honeynode-plugin-api / src / main / yang / ietf-netconf-monitoring-extension@2013-12-10.yang
diff --git a/tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/ietf-netconf-monitoring-extension@2013-12-10.yang b/tests/honeynode/2.1/honeynode-plugin-api/src/main/yang/ietf-netconf-monitoring-extension@2013-12-10.yang
deleted file mode 100644 (file)
index e8f2ec3..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-module ietf-netconf-monitoring-extension {
-
-    yang-version 1;
-
-    namespace
-      "urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring-extension";
-
-    prefix ncme;
-
-    import ietf-netconf-monitoring {
-      prefix ncm;
-    }
-
-    revision "2013-12-10" {
-      description "Initial revision.";
-
-    }
-
-    identity netconf-tcp {
-      base ncm:transport;
-      description
-        "NETCONF over TCP.";
-    }
-
-    augment "/ncm:netconf-state/ncm:sessions/ncm:session" {
-      leaf session-identifier {
-        type string;
-      }
-    }
-
-}
\ No newline at end of file