blob: 845cf7d8dc0d847fdaa972c0c7af876f5945ed7c [file] [log] [blame]
Scott Baker4fb4ba92022-01-14 13:52:01 -08001module: 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 Condon11d6f422022-01-14 13:02:03 +000010module: 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
Sean Condon24297da2022-01-27 09:50:34 +000047 | +--rw mbr
48 | | +--rw uplink? at:bitrate
49 | | +--rw downlink? at:bitrate
50 | | +--rw uplink-burst-size? at:burst
51 | | +--rw downlink-burst-size? at:burst
Sean Condon11d6f422022-01-14 13:02:03 +000052 | +--rw default-behavior at:behavior
53 | +--rw description? at:description
54 +--rw site* [site-id]
Scott Baker4fb4ba92022-01-14 13:52:01 -080055 +--rw site-id site-id
56 +--rw display-name? string
Sean Condon11d6f422022-01-14 13:02:03 +000057 +--rw small-cell* [small-cell-id]
58 | +--rw small-cell-id yg:yang-identifier
59 | +--rw address? inet:host
60 | +--rw tac at:tac
61 | +--rw enable? boolean
62 | +--rw display-name? string
63 +--rw monitoring
64 | +--rw edge-cluster-prometheus-url? inet:uri
65 | +--rw edge-monitoring-prometheus-url? inet:uri
66 | +--rw edge-device* [edge-device-id]
67 | +--rw edge-device-id yg:yang-identifier
68 | +--rw display-name? string
69 | +--rw description? at:description
70 +--rw imsi-definition
71 | +--rw mcc at:mcc
72 | +--rw mnc at:mnc
73 | +--rw enterprise at:ent
74 | +--rw format string
Scott Baker4fb4ba92022-01-14 13:52:01 -080075 +--rw description? at:description
76 +--rw device* [dev-id]
77 | +--rw dev-id device-id
78 | +--rw imei? at:imei
79 | +--rw description? at:description
80 | +--rw display-name? string
81 | +--rw sim-card? -> ../../sim-card/sim-id
82 +--rw priority-traffic-rule* [ptr-id]
83 | +--rw ptr-id priority-traffic-rule-id
84 | +--rw display-name? string
85 | +--rw device -> ../../device/dev-id
Sean Condon24297da2022-01-27 09:50:34 +000086 | +--rw application -> ../../../application/app-id
Scott Baker4fb4ba92022-01-14 13:52:01 -080087 | +--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 Condon11d6f422022-01-14 13:02:03 +0000102 +--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
Sean Condon24297da2022-01-27 09:50:34 +0000109 +--rw slice* [slice-id]
110 | +--rw slice-id slice-id
Sean Condon11d6f422022-01-14 13:02:03 +0000111 | +--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
Sean Condon24297da2022-01-27 09:50:34 +0000124 | +--rw mbr
125 | +--rw uplink? at:bitrate
126 | +--rw downlink? at:bitrate
127 | +--rw uplink-burst-size? at:burst
128 | +--rw downlink-burst-size? at:burst
Sean Condon11d6f422022-01-14 13:02:03 +0000129 +--rw device-group* [dg-id]
Scott Baker3efbc0d2022-01-31 09:50:02 -0800130 | +--rw dg-id device-group-id
131 | +--rw description? at:description
132 | +--rw display-name? string
Scott Baker4fb4ba92022-01-14 13:52:01 -0800133 | +--rw device* [device-id]
134 | | +--rw device-id -> ../../../device/dev-id
135 | | +--rw enable? boolean
Scott Baker3efbc0d2022-01-31 09:50:02 -0800136 | +--rw ip-domain? -> ../../ip-domain/ip-id
Scott Baker4fb4ba92022-01-14 13:52:01 -0800137 | +--rw mbr
Scott Baker3efbc0d2022-01-31 09:50:02 -0800138 | | +--rw uplink at:bitrate
139 | | +--rw downlink at:bitrate
140 | +--rw traffic-class -> ../../../traffic-class/tc-id
Sean Condon11d6f422022-01-14 13:02:03 +0000141 +--rw ip-domain* [ip-id]
142 +--rw ip-id ip-domain-id
143 +--rw display-name? string
144 +--rw dnn at:dnn
145 +--rw dns-primary? inet:ip-address
146 +--rw dns-secondary? inet:ip-address
147 +--rw subnet inet:ipv4-prefix
148 +--rw admin-status? at:admin-status
149 +--rw mtu? at:mtu
150 +--rw description? at:description
Scott Baker3efbc0d2022-01-31 09:50:02 -0800151