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