Fragment handling decreasing performance for large number of cmHandles
[cps.git] / csit / plans / cps / pnfsim / netconf-config / stores.yang
index b24ac0e..59051f2 100644 (file)
@@ -1,63 +1,63 @@
-module stores {\r
-\r
-    yang-version 1.1;\r
-\r
-    namespace "org:onap:ccsdk:sample";\r
-\r
-    prefix book-store;\r
-\r
-       import ietf-yang-types { prefix yang; }\r
-       import ietf-inet-types { prefix inet; }\r
-\r
-    revision "2020-09-15" {\r
-        description\r
-        "Sample Model";\r
-    }\r
-\r
-    typedef year {\r
-        type uint16 {\r
-            range "1000..9999";\r
-        }\r
-    }\r
-\r
-    container bookstore {\r
-\r
-        leaf bookstore-name {\r
-            type string;\r
-        }\r
-\r
-        list categories {\r
-\r
-            key "code";\r
-\r
-            leaf code {\r
-                type string;\r
-            }\r
-\r
-            leaf name {\r
-                type string;\r
-            }\r
-\r
-            list books {\r
-                key title;\r
-\r
-                leaf title {\r
-                    type string;\r
-                }\r
-                leaf lang {\r
-                    type string;\r
-                }\r
-                leaf-list authors {\r
-                    type string;\r
-                }\r
-                leaf pub_year {\r
-                     type year;\r
-                }\r
-                leaf price {\r
-                     type uint64;\r
-                }\r
-            }\r
-        }\r
-   }\r
-}\r
-\r
+module stores {
+
+    yang-version 1.1;
+
+    namespace "org:onap:ccsdk:sample";
+
+    prefix book-store;
+
+       import ietf-yang-types { prefix yang; }
+       import ietf-inet-types { prefix inet; }
+
+    revision "2020-09-15" {
+        description
+        "Sample Model";
+    }
+
+    typedef year {
+        type uint16 {
+            range "1000..9999";
+        }
+    }
+
+    container bookstore {
+
+        leaf bookstore-name {
+            type string;
+        }
+
+        list categories {
+
+            key "code";
+
+            leaf code {
+                type string;
+            }
+
+            leaf name {
+                type string;
+            }
+
+            list books {
+                key title;
+
+                leaf title {
+                    type string;
+                }
+                leaf lang {
+                    type string;
+                }
+                leaf-list authors {
+                    type string;
+                }
+                leaf pub_year {
+                     type year;
+                }
+                leaf price {
+                     type uint64;
+                }
+            }
+        }
+   }
+}
+