commit | 988705a58101b27849c0eb991874d559415d6370 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Wed Oct 13 17:24:49 2021 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Wed Oct 13 18:22:30 2021 -0700 |
tree | 29fcc602c35f208c3efa121ac723d640d839fab0 | |
parent | 003ff6979f4982b36c2f9c8640953553452a76d7 [diff] [blame] |
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;