| // SPDX-FileCopyrightText: 2021 Open Networking Foundation |
| // SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| submodule onf-traffic-class { |
| belongs-to onf-enterprise { prefix ent; } |
| import ietf-yang-types{ prefix yg; } |
| import onf-aether-types{ prefix at; } |
| organization "Open Networking Foundation."; |
| "The aether traffic class associates qos constants |
| with a named class of service"; |
| description "Refactored as submodule"; |
| description "An Aether Traffic Class"; |
| typedef traffic-class-id { |
| type yg:yang-identifier { |
| description "The typedef for traffic-class-id"; |
| description "The traffic-class grouping"; |
| description "ID for this traffic class."; |
| uses at:desc-display-name; |
| description "Allocation and Retention Priority. 1 is the highest. 15 is the lowest."; |
| description "QOS Class Identifier"; |
| description "PELR exponent"; |