BUG-1196: fixed bug in choice case codec.
[yangtools.git] / integration-test / bug1196-test-model / src / main / yang / pcep-types.yang
diff --git a/integration-test/bug1196-test-model/src/main/yang/pcep-types.yang b/integration-test/bug1196-test-model/src/main/yang/pcep-types.yang
new file mode 100644 (file)
index 0000000..a05c2ea
--- /dev/null
@@ -0,0 +1,19 @@
+module pcep-types {
+    yang-version 1;
+    namespace "urn:opendaylight:params:xml:ns:yang:pcep:types";
+    prefix "pcep-t";
+
+    revision "2013-10-05" {
+    }
+
+
+    grouping vs-tlv {
+        description "Vendor-specific TLV.";
+        container vs-tlv {
+                choice vendor-payload {
+                }
+        }
+    }
+
+}
+