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