Fixups for model movement 43/101843/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 12 Jul 2022 22:34:59 +0000 (00:34 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 12 Jul 2022 22:35:27 +0000 (00:35 +0200)
Add references for RFC5277 models and fix RFC6022 description.

JIRA: NETCONF-890
Change-Id: I2d24ae830bc283538751f4efd7741287896cc540
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
model/rfc5277/pom.xml
model/rfc5277/src/main/yang/nc-notifications@2008-07-14.yang
model/rfc5277/src/main/yang/notifications@2008-07-14.yang
model/rfc6022/pom.xml

index cb0b6026be2295668ed12ac7dac8a1b0634b7d2d..086e4cbda6ceec189d0fe67ea1edd42a08188fa5 100644 (file)
   <packaging>bundle</packaging>
   <description>RFC5277 NETCONF Event Notifications</description>
 
+  <!--
+      Note: the models included herein are based on XSD files published in the RFC
+            and can be found at following locations:
+            https://www.netconfcentral.org/modules/notifications/2008-07-14/summary/
+            https://www.netconfcentral.org/modules/nc-notifications/2008-07-14/summary/
+    -->
+
   <dependencies>
     <dependency>
       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
index 1812d4e46e71007927d4c96dc88d7bfdbb876418..5f62337b9b2009263d612e3fc24e6ae6df8a341e 100644 (file)
@@ -3,8 +3,8 @@ module nc-notifications {
     namespace "urn:ietf:params:xml:ns:netmod:notification";
     prefix "manageEvent";
 
-    import ietf-yang-types { prefix yang; revision-date "2013-07-15";}
-    import notifications { prefix ncEvent; revision-date "2008-07-14";}
+    import ietf-yang-types { prefix yang; }
+    import notifications { prefix ncEvent; }
 
     organization
       "IETF NETCONF WG";
index 77fbe982048504575b1d577d446694ae4f89e600..f107c2a8aa1f2bc4247dad4be475495f80b20f6c 100644 (file)
@@ -3,7 +3,7 @@ module notifications {
     namespace "urn:ietf:params:xml:ns:netconf:notification:1.0";
     prefix "ncEvent";
 
-    import ietf-yang-types { prefix yang; revision-date "2013-07-15";}
+    import ietf-yang-types { prefix yang; }
 
     organization
       "IETF NETCONF WG";
index 121b33bc6e73058bc4208af646f21a432333def8..0978eddd75ef6e93941dfde11451984bc179ab37 100644 (file)
@@ -20,7 +20,7 @@
   <artifactId>rfc6022</artifactId>
   <name>${project.artifactId}</name>
   <packaging>bundle</packaging>
-  <description>RFC6020 YANG Module for NETCONF Monitoring</description>
+  <description>RFC6022 YANG Module for NETCONF Monitoring</description>
 
   <dependencies>
     <dependency>