blob: e47bf9f8bce65dc404d9fe8aca93ede9e8ecd0f7 [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]
Scott Baker71d5c4e2021-10-21 23:59:57 -070022 +--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 +--rw acc-prometheus-url? inet:uri
Scott Bakerc9d3d842021-09-17 11:32:53 -070030
31module: onf-device-group
32 +--rw device-group
33 +--rw device-group* [id]
34 +--rw id device-group-id
35 +--rw description? at:description
36 +--rw display-name? string
37 +--rw imsis* [name]
38 | +--rw name string
39 | +--rw imsi-range-from? uint64
40 | +--rw imsi-range-to? uint64
41 +--rw ip-domain? -> /ipd:ip-domain/ip-domain/id
Scott Bakercd276412021-10-13 14:31:24 -070042 +--rw device
43 | +--rw mbr
Scott Baker36c96142021-10-19 14:13:30 -070044 | | +--rw uplink at:bitrate
45 | | +--rw downlink at:bitrate
46 | +--rw traffic-class -> /tc:traffic-class/traffic-class/id
Scott Bakerc9d3d842021-09-17 11:32:53 -070047 +--rw site -> /st:site/site/id
48
49module: onf-enterprise
50 +--rw enterprise
51 +--rw enterprise* [id]
52 +--rw id enterprise-id
53 +--rw display-name? string
54 +--rw description? at:description
55 +--rw connectivity-service* [connectivity-service]
56 +--rw connectivity-service -> /cs:connectivity-service/connectivity-service/id
57 +--rw enabled? boolean
58
59module: onf-ip-domain
60 +--rw ip-domain
61 +--rw ip-domain* [id]
62 +--rw id ip-domain-id
63 +--rw display-name? string
64 +--rw dnn? at:dnn
65 +--rw dns-primary? inet:ip-address
66 +--rw dns-secondary? inet:ip-address
67 +--rw subnet inet:ipv4-prefix
68 +--rw admin-status? at:admin-status
69 +--rw mtu? at:mtu
70 +--rw description? at:description
71 +--rw enterprise -> /ent:enterprise/enterprise/id
72
73module: onf-site
74 +--rw site
75 +--rw site* [id]
76 +--rw id site-id
77 +--rw display-name? string
78 +--rw small-cell* [name]
79 | +--rw name yg:yang-identifier
80 | +--rw address? inet:host
81 | +--rw tac at:tac
82 | +--rw enable? boolean
Scott Bakera6929052021-10-06 08:16:03 -070083 +--rw monitoring
84 | +--rw edge-cluster-prometheus-url? inet:uri
85 | +--rw edge-monitoring-prometheus-url? inet:uri
86 | +--rw edge-device* [name]
87 | +--rw name string
88 | +--rw display-name? string
89 | +--rw description? at:description
Scott Bakerc9d3d842021-09-17 11:32:53 -070090 +--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]
Scott Baker36c96142021-10-19 14:13:30 -0700101 +--rw id template-id
102 +--rw display-name? string
103 +--rw sst? at:sst
104 +--rw sd? at:sd
Scott Bakerc9d3d842021-09-17 11:32:53 -0700105 +--rw slice
106 | +--rw mbr
107 | +--rw uplink? at:bitrate
108 | +--rw downlink? at:bitrate
Scott Baker36c96142021-10-19 14:13:30 -0700109 +--rw default-behavior at:behavior
110 +--rw description? at:description
Scott Bakerc9d3d842021-09-17 11:32:53 -0700111
112module: onf-traffic-class
113 +--rw traffic-class
114 +--rw traffic-class* [id]
115 +--rw id traffic-class-id
116 +--rw display-name? string
117 +--rw arp? at:arp
118 +--rw qci? at:qci
Scott Baker988705a2021-10-13 17:24:49 -0700119 +--rw pelr? at:pelr
120 +--rw pdb? at:pdb
Scott Bakerc9d3d842021-09-17 11:32:53 -0700121 +--rw description? at:description
122
123module: onf-upf
124 +--rw upf
125 +--rw upf* [id]
126 +--rw id upf-id
127 +--rw address inet:host
128 +--rw port inet:port-number
129 +--rw config-endpoint? inet:uri
130 +--rw display-name? string
131 +--rw description? at:description
132 +--rw enterprise -> /ent:enterprise/enterprise/id
Scott Bakercd276412021-10-13 14:31:24 -0700133 +--rw site -> /st:site/site/id
Scott Bakerc9d3d842021-09-17 11:32:53 -0700134
135module: onf-vcs
136 +--rw vcs
137 +--rw vcs* [id]
Scott Baker36c96142021-10-19 14:13:30 -0700138 +--rw id vcs-id
139 +--rw display-name? string
Scott Bakerc9d3d842021-09-17 11:32:53 -0700140 +--rw device-group* [device-group]
141 | +--rw device-group -> /dg:device-group/device-group/id
142 | +--rw enable? boolean
Scott Baker36c96142021-10-19 14:13:30 -0700143 +--rw default-behavior at:behavior
Scott Baker910f4062021-09-22 13:26:23 -0700144 +--rw filter* [application]
Scott Bakerc9d3d842021-09-17 11:32:53 -0700145 | +--rw application -> /app:application/application/id
Scott Baker36c96142021-10-19 14:13:30 -0700146 | +--rw priority? at:priority
Scott Bakerc9d3d842021-09-17 11:32:53 -0700147 | +--rw allow? boolean
Scott Baker36c96142021-10-19 14:13:30 -0700148 +--rw upf? -> /upf:upf/upf/id
149 +--rw description? at:description
150 +--rw enterprise -> /ent:enterprise/enterprise/id
Scott Baker3f1cb272021-10-26 14:28:05 -0700151 +--rw site -> /st:site/site/id
Scott Baker36c96142021-10-19 14:13:30 -0700152 +--rw sst at:sst
153 +--rw sd at:sd
Scott Bakerc9d3d842021-09-17 11:32:53 -0700154 +--rw slice
Scott Baker36c96142021-10-19 14:13:30 -0700155 +--rw mbr
156 +--rw uplink? at:bitrate
157 +--rw downlink? at:bitrate