AETHER-2447 Add pelr and pdb to traffic class; add traffic class to DG qos

Change-Id: I1253227dc80e03687e31aaaaa7267bdc5d2f6e31
diff --git a/config-models/aether-4.x/files/yang/onf-traffic-class.yang b/config-models/aether-4.x/files/yang/onf-traffic-class.yang
index 8a84ee0..f4f6cdf 100755
--- a/config-models/aether-4.x/files/yang/onf-traffic-class.yang
+++ b/config-models/aether-4.x/files/yang/onf-traffic-class.yang
@@ -49,12 +49,22 @@
       leaf arp {
         type at:arp;
         description "Allocation and Retention Priority. 1 is the highest. 15 is the lowest.";
-      }        
+      }
 
       leaf qci {
         type at:qci;
         description "QOS Class Identifier";
-      }      
+      }
+
+      leaf pelr {
+        type at:pelr;
+        description "PELR exponent";
+      }
+
+      leaf pdb {
+        type at:pdb;
+        description "PDB";
+      }
 
       leaf description {
         type at:description;