| // SPDX-FileCopyrightText: 2021 Open Networking Foundation |
| // SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| module connectivity-service { |
| namespace "http://opennetworking.org/aether/connectivity-service"; |
| import ietf-inet-types { prefix inet; } |
| 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 Connectivity Service. Specifies the endpoints where the sdcore-adapter should push configuration to. A single connectivity service may be attached to multiple Enterprises."; |
| typedef connectivity-service-id { |
| description "The typedef for connectivity-service-id"; |
| container connectivity-service { |
| description "The top level container"; |
| list connectivity-service { |
| "List of connectivity services"; |
| type connectivity-service-id; |
| description "ID for this connectivity service."; |
| description "display name to use in GUI or CLI"; |
| description "description of this connectivity service"; |
| description "url of the spgwc service"; |
| description "url of the hss service"; |
| description "url of the pcrf service"; |