Scott Baker | c9d3d84 | 2021-09-17 11:32:53 -0700 | [diff] [blame] | 1 | module: onf-application |
| 2 | +--rw application |
| 3 | +--rw application* [id] |
| 4 | +--rw id application-id |
| 5 | +--rw display-name? string |
| 6 | +--rw description? at:description |
| 7 | +--rw endpoint* [name] |
| 8 | | +--rw name string |
| 9 | | +--rw address ietf:host |
| 10 | | +--rw port-start ietf:port-number |
| 11 | | +--rw port-end? ietf:port-number |
| 12 | | +--rw protocol? at:protocol |
| 13 | +--rw enterprise -> /ent:enterprise/enterprise/id |
| 14 | +--rw mbr |
| 15 | +--rw uplink? at:bitrate |
| 16 | +--rw downlink? at:bitrate |
| 17 | |
| 18 | module: onf-connectivity-service |
| 19 | +--rw connectivity-service |
| 20 | +--rw connectivity-service* [id] |
| 21 | +--rw id connectivity-service-id |
| 22 | +--rw display-name? string |
| 23 | +--rw description? at:description |
| 24 | +--rw spgwc-endpoint? inet:uri |
| 25 | +--rw hss-endpoint? inet:uri |
| 26 | +--rw pcrf-endpoint? inet:uri |
| 27 | +--rw core-5g-endpoint? inet:uri |
| 28 | |
| 29 | module: onf-device-group |
| 30 | +--rw device-group |
| 31 | +--rw device-group* [id] |
| 32 | +--rw id device-group-id |
| 33 | +--rw description? at:description |
| 34 | +--rw display-name? string |
| 35 | +--rw imsis* [name] |
| 36 | | +--rw name string |
| 37 | | +--rw imsi-range-from? uint64 |
| 38 | | +--rw imsi-range-to? uint64 |
| 39 | +--rw ip-domain? -> /ipd:ip-domain/ip-domain/id |
| 40 | +--rw site -> /st:site/site/id |
| 41 | |
| 42 | module: onf-enterprise |
| 43 | +--rw enterprise |
| 44 | +--rw enterprise* [id] |
| 45 | +--rw id enterprise-id |
| 46 | +--rw display-name? string |
| 47 | +--rw description? at:description |
| 48 | +--rw connectivity-service* [connectivity-service] |
| 49 | +--rw connectivity-service -> /cs:connectivity-service/connectivity-service/id |
| 50 | +--rw enabled? boolean |
| 51 | |
| 52 | module: onf-ip-domain |
| 53 | +--rw ip-domain |
| 54 | +--rw ip-domain* [id] |
| 55 | +--rw id ip-domain-id |
| 56 | +--rw display-name? string |
| 57 | +--rw dnn? at:dnn |
| 58 | +--rw dns-primary? inet:ip-address |
| 59 | +--rw dns-secondary? inet:ip-address |
| 60 | +--rw subnet inet:ipv4-prefix |
| 61 | +--rw admin-status? at:admin-status |
| 62 | +--rw mtu? at:mtu |
| 63 | +--rw description? at:description |
| 64 | +--rw enterprise -> /ent:enterprise/enterprise/id |
| 65 | |
| 66 | module: onf-site |
| 67 | +--rw site |
| 68 | +--rw site* [id] |
| 69 | +--rw id site-id |
| 70 | +--rw display-name? string |
| 71 | +--rw small-cell* [name] |
| 72 | | +--rw name yg:yang-identifier |
| 73 | | +--rw address? inet:host |
| 74 | | +--rw tac at:tac |
| 75 | | +--rw enable? boolean |
| 76 | +--rw enterprise -> /ent:enterprise/enterprise/id |
| 77 | +--rw imsi-definition |
| 78 | | +--rw mcc at:mcc |
| 79 | | +--rw mnc at:mnc |
| 80 | | +--rw enterprise at:ent |
| 81 | | +--rw format string |
| 82 | +--rw description? at:description |
| 83 | |
| 84 | module: onf-template |
| 85 | +--rw template |
| 86 | +--rw template* [id] |
| 87 | +--rw id template-id |
| 88 | +--rw display-name? string |
| 89 | +--rw sst? at:sst |
| 90 | +--rw sd? at:sd |
| 91 | +--rw device |
| 92 | | +--rw mbr |
| 93 | | +--rw uplink? at:bitrate |
| 94 | | +--rw downlink? at:bitrate |
| 95 | +--rw slice |
| 96 | | +--rw mbr |
| 97 | | +--rw uplink? at:bitrate |
| 98 | | +--rw downlink? at:bitrate |
| 99 | +--rw traffic-class? -> /tc:traffic-class/traffic-class/id |
| 100 | +--rw description? at:description |
| 101 | |
| 102 | module: onf-traffic-class |
| 103 | +--rw traffic-class |
| 104 | +--rw traffic-class* [id] |
| 105 | +--rw id traffic-class-id |
| 106 | +--rw display-name? string |
| 107 | +--rw arp? at:arp |
| 108 | +--rw qci? at:qci |
| 109 | +--rw description? at:description |
| 110 | |
| 111 | module: onf-upf |
| 112 | +--rw upf |
| 113 | +--rw upf* [id] |
| 114 | +--rw id upf-id |
| 115 | +--rw address inet:host |
| 116 | +--rw port inet:port-number |
| 117 | +--rw config-endpoint? inet:uri |
| 118 | +--rw display-name? string |
| 119 | +--rw description? at:description |
| 120 | +--rw enterprise -> /ent:enterprise/enterprise/id |
| 121 | |
| 122 | module: onf-vcs |
| 123 | +--rw vcs |
| 124 | +--rw vcs* [id] |
| 125 | +--rw id vcs-id |
| 126 | +--rw display-name? string |
| 127 | +--rw device-group* [device-group] |
| 128 | | +--rw device-group -> /dg:device-group/device-group/id |
| 129 | | +--rw enable? boolean |
| 130 | +--rw template? -> /vt:template/template/id |
| 131 | +--rw application* [application] |
| 132 | | +--rw application -> /app:application/application/id |
| 133 | | +--rw allow? boolean |
| 134 | +--rw upf? -> /upf:upf/upf/id |
| 135 | +--rw description? at:description |
| 136 | +--rw enterprise -> /ent:enterprise/enterprise/id |
| 137 | +--rw sst at:sst |
| 138 | +--rw sd at:sd |
| 139 | +--rw device |
| 140 | | +--rw mbr |
| 141 | | +--rw uplink? at:bitrate |
| 142 | | +--rw downlink? at:bitrate |
| 143 | +--rw slice |
| 144 | | +--rw mbr |
| 145 | | +--rw uplink? at:bitrate |
| 146 | | +--rw downlink? at:bitrate |
| 147 | +--rw traffic-class -> /tc:traffic-class/traffic-class/id |