blob: ac616dbdcd7a742ff653d7cc27e89ce362ab451a [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]
9 | +--rw name string
Scott Bakerc9d3d842021-09-17 11:32:53 -070010 | +--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
14 | +--rw uplink? at:bitrate
15 | +--rw downlink? at:bitrate
Scott Bakerc9d3d842021-09-17 11:32:53 -070016 +--rw enterprise -> /ent:enterprise/enterprise/id
Scott Bakerc9d3d842021-09-17 11:32:53 -070017
18module: 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
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* [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
42module: 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
52module: 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
66module: 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
84module: 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
102module: 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
111module: 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
122module: 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
Scott Baker910f4062021-09-22 13:26:23 -0700131 +--rw filter* [application]
Scott Bakerc9d3d842021-09-17 11:32:53 -0700132 | +--rw application -> /app:application/application/id
Scott Baker910f4062021-09-22 13:26:23 -0700133 | +--rw priority? uint8
Scott Bakerc9d3d842021-09-17 11:32:53 -0700134 | +--rw allow? boolean
135 +--rw upf? -> /upf:upf/upf/id
136 +--rw description? at:description
137 +--rw enterprise -> /ent:enterprise/enterprise/id
138 +--rw sst at:sst
139 +--rw sd at:sd
140 +--rw device
141 | +--rw mbr
142 | +--rw uplink? at:bitrate
143 | +--rw downlink? at:bitrate
144 +--rw slice
145 | +--rw mbr
146 | +--rw uplink? at:bitrate
147 | +--rw downlink? at:bitrate
148 +--rw traffic-class -> /tc:traffic-class/traffic-class/id