| // SPDX-FileCopyrightText: 2021 Open Networking Foundation |
| // SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| namespace "http://opennetworking.org/aether/user-plane-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 user plane 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"; |
| "List of user plane profiles"; |
| description "ID for this user plane profile."; |
| description "display name to use in GUI or CLI"; |
| description "user plane name"; |
| description "access control policy"; |
| description "description of this profile"; |