blob: aa70bc587935f7e9ed741f4af004dd8bee2c242c [file] [log] [blame]
Scott Bakerc9d3d842021-09-17 11:32:53 -07001module: onf-application
2 +--rw application
3 +--rw application* [id]
4 +--rw id application-id
5 +--rw display-name? string
6 +--rw description? at:description
Scott Baker910f4062021-09-22 13:26:23 -07007 +--rw address ietf:host
Scott Bakerc9d3d842021-09-17 11:32:53 -07008 +--rw endpoint* [name]
Scott Bakercd276412021-10-13 14:31:24 -07009 | +--rw name string
10 | +--rw port-start ietf:port-number
11 | +--rw port-end? ietf:port-number
12 | +--rw protocol? at:protocol
Scott Baker910f4062021-09-22 13:26:23 -070013 | +--rw mbr
Scott Bakercd276412021-10-13 14:31:24 -070014 | | +--rw uplink? at:bitrate
15 | | +--rw downlink? at:bitrate
16 | +--rw traffic-class? -> /tc:traffic-class/traffic-class/id
Scott Bakerc9d3d842021-09-17 11:32:53 -070017 +--rw enterprise -> /ent:enterprise/enterprise/id
Scott Bakerc9d3d842021-09-17 11:32:53 -070018
19module: onf-connectivity-service
20 +--rw connectivity-service
21 +--rw connectivity-service* [id]
22 +--rw id connectivity-service-id
23 +--rw display-name? string
24 +--rw description? at:description
25 +--rw spgwc-endpoint? inet:uri
26 +--rw hss-endpoint? inet:uri
27 +--rw pcrf-endpoint? inet:uri
28 +--rw core-5g-endpoint? inet:uri
29
30module: onf-device-group
31 +--rw device-group
32 +--rw device-group* [id]
33 +--rw id device-group-id
34 +--rw description? at:description
35 +--rw display-name? string
36 +--rw imsis* [name]
37 | +--rw name string
38 | +--rw imsi-range-from? uint64
39 | +--rw imsi-range-to? uint64
40 +--rw ip-domain? -> /ipd:ip-domain/ip-domain/id
Scott Bakercd276412021-10-13 14:31:24 -070041 +--rw device
42 | +--rw mbr
Scott Baker988705a2021-10-13 17:24:49 -070043 | | +--rw uplink? at:bitrate
44 | | +--rw downlink? at:bitrate
45 | +--rw traffic-class? -> /tc:traffic-class/traffic-class/id
Scott Bakerc9d3d842021-09-17 11:32:53 -070046 +--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* [name]
78 | +--rw name yg:yang-identifier
79 | +--rw address? inet:host
80 | +--rw tac at:tac
81 | +--rw enable? boolean
Scott Bakera6929052021-10-06 08:16:03 -070082 +--rw monitoring
83 | +--rw edge-cluster-prometheus-url? inet:uri
84 | +--rw edge-monitoring-prometheus-url? inet:uri
85 | +--rw edge-device* [name]
86 | +--rw name string
87 | +--rw display-name? string
88 | +--rw description? at:description
Scott Bakerc9d3d842021-09-17 11:32:53 -070089 +--rw enterprise -> /ent:enterprise/enterprise/id
90 +--rw imsi-definition
91 | +--rw mcc at:mcc
92 | +--rw mnc at:mnc
93 | +--rw enterprise at:ent
94 | +--rw format string
95 +--rw description? at:description
96
97module: onf-template
98 +--rw template
99 +--rw template* [id]
100 +--rw id template-id
101 +--rw display-name? string
102 +--rw sst? at:sst
103 +--rw sd? at:sd
104 +--rw device
105 | +--rw mbr
106 | +--rw uplink? at:bitrate
107 | +--rw downlink? at:bitrate
108 +--rw slice
109 | +--rw mbr
110 | +--rw uplink? at:bitrate
111 | +--rw downlink? at:bitrate
112 +--rw traffic-class? -> /tc:traffic-class/traffic-class/id
113 +--rw description? at:description
114
115module: onf-traffic-class
116 +--rw traffic-class
117 +--rw traffic-class* [id]
118 +--rw id traffic-class-id
119 +--rw display-name? string
120 +--rw arp? at:arp
121 +--rw qci? at:qci
Scott Baker988705a2021-10-13 17:24:49 -0700122 +--rw pelr? at:pelr
123 +--rw pdb? at:pdb
Scott Bakerc9d3d842021-09-17 11:32:53 -0700124 +--rw description? at:description
125
126module: onf-upf
127 +--rw upf
128 +--rw upf* [id]
129 +--rw id upf-id
130 +--rw address inet:host
131 +--rw port inet:port-number
132 +--rw config-endpoint? inet:uri
133 +--rw display-name? string
134 +--rw description? at:description
135 +--rw enterprise -> /ent:enterprise/enterprise/id
Scott Bakercd276412021-10-13 14:31:24 -0700136 +--rw site -> /st:site/site/id
Scott Bakerc9d3d842021-09-17 11:32:53 -0700137
138module: onf-vcs
139 +--rw vcs
140 +--rw vcs* [id]
141 +--rw id vcs-id
142 +--rw display-name? string
143 +--rw device-group* [device-group]
144 | +--rw device-group -> /dg:device-group/device-group/id
145 | +--rw enable? boolean
146 +--rw template? -> /vt:template/template/id
Scott Baker910f4062021-09-22 13:26:23 -0700147 +--rw filter* [application]
Scott Bakerc9d3d842021-09-17 11:32:53 -0700148 | +--rw application -> /app:application/application/id
Scott Baker910f4062021-09-22 13:26:23 -0700149 | +--rw priority? uint8
Scott Bakerc9d3d842021-09-17 11:32:53 -0700150 | +--rw allow? boolean
151 +--rw upf? -> /upf:upf/upf/id
152 +--rw description? at:description
153 +--rw enterprise -> /ent:enterprise/enterprise/id
154 +--rw sst at:sst
155 +--rw sd at:sd
156 +--rw device
157 | +--rw mbr
158 | +--rw uplink? at:bitrate
159 | +--rw downlink? at:bitrate
160 +--rw slice
161 | +--rw mbr
162 | +--rw uplink? at:bitrate
163 | +--rw downlink? at:bitrate
164 +--rw traffic-class -> /tc:traffic-class/traffic-class/id