| // SPDX-FileCopyrightText: 2021 Open Networking Foundation |
| // SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| namespace "http://opennetworking.org/aether/qos-profile"; |
| organization "Open Networking Foundation."; |
| description "To generate JSON from this use command |
| pyang -f jtoxx test1.yang | python3 -m json.tool > test1.json |
| Copied from YangUIComponents project"; |
| description "An Aether qos Profile"; |
| // TODO: Think more on whether this should be a UUID or |
| // simply a unique name. If it's a UUID, could fix the |
| description "The top level container"; |
| description "ID for this qos profile."; |
| description "display name to use in GUI or CLI"; |
| "Upstream aggregate maximum bit rate"; |
| "Downstream aggregate maximum bit rate"; |
| leaf preemption-capability { |
| "True if a bearer with lower priority should be dropped"; |
| leaf preemption-vulnerability { |
| "This bearer may be dropped for a bearer with higher priority"; |
| description "Evolved-ARP"; |
| description "description of this profile"; |