| // SPDX-FileCopyrightText: 2021 Open Networking Foundation |
| // SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| namespace "http://opennetworking.org/aether/site"; |
| import aether-types{ prefix at; } |
| import enterprise{ prefix ent; } |
| import ietf-yang-types{ prefix yg; } |
| organization "Open Networking Foundation."; |
| "An Aether site is a location where resources are deployed."; |
| description "An Aether Site."; |
| type yg:yang-identifier { |
| description "The typedef for site-id"; |
| description "The top level container"; |
| description "ID for this site."; |
| description "display name to use in GUI or CLI"; |
| path "/ent:enterprise/ent:enterprise/ent:id"; |
| "Link to enterprise that owns this site"; |
| container imsi-definition { |
| description "mobile country code"; |
| description "mobile network code"; |
| description "enterprise-specific identifier"; |
| description "IMSI format specifier, describes how fields are packed into an IMSI. Must be exactly 15 characters long. For example, CCCNNNEEESSSSSS."; |
| description "The container for imsi-definition"; |
| description "description of this site"; |