blob: 84dd39a94bed48fb0e9fb1f11f39ba5cd6d9466a [file] [log] [blame]
Scott Bakerc9d3d842021-09-17 11:32:53 -07001module: access-profile
2 +--rw access-profile
3 +--rw access-profile* [id]
4 +--rw id access-profile-id
5 +--rw display-name? string
6 +--rw type? string
7 +--rw filter? string
8 +--rw description? string
9
10module: aether-subscriber
11 +--rw subscriber
12 +--rw ue* [id]
13 +--rw id ietf:uuid
14 +--rw display-name? string
15 +--rw (imsi)?
16 | +--:(wildcard)
17 | | +--rw imsi-wildcard? string
18 | +--:(range)
19 | +--rw imsi-range-from? uint64
20 | +--rw imsi-range-to? uint64
21 +--rw serving-plmn
22 | +--rw mcc? mcc
23 | +--rw mnc? mnc
24 | +--rw tac? tac
25 +--rw requested-apn? string
26 +--rw priority? uint32
27 +--rw enabled? boolean
28 +--rw enterprise? -> /ent:enterprise/enterprise/id
29 +--rw profiles
30 +--rw apn-profile? -> /apn:apn-profile/apn-profile/id
31 +--rw up-profile? -> /up:up-profile/up-profile/id
32 +--rw qos-profile? -> /qos:qos-profile/qos-profile/id
33 +--rw access-profile* [access-profile]
34 | +--rw access-profile -> /ap:access-profile/access-profile/id
35 | +--rw allowed? boolean
36 +--rw security-profile? -> /sec:security-profile/security-profile/id
37
38module: apn-profile
39 +--rw apn-profile
40 +--rw apn-profile* [id]
41 +--rw id apn-profile-id
42 +--rw display-name? string
43 +--rw apn-name? string
44 +--rw dns-primary? inet:ip-address
45 +--rw dns-secondary? inet:ip-address
46 +--rw mtu? uint32
47 +--rw gx-enabled? boolean
48 +--rw description? string
49 +--rw service-group? -> /sg:service-group/service-group/id
50
51module: connectivity-service
52 +--rw connectivity-service
53 +--rw connectivity-service* [id]
54 +--rw id connectivity-service-id
55 +--rw display-name? string
56 +--rw description? string
57 +--rw spgwc-endpoint? inet:uri
58 +--rw hss-endpoint? inet:uri
59 +--rw pcrf-endpoint? inet:uri
60
61module: enterprise
62 +--rw enterprise
63 +--rw enterprise* [id]
64 +--rw id enterprise-id
65 +--rw display-name? string
66 +--rw description? string
67 +--rw connectivity-service* [connectivity-service]
68 +--rw connectivity-service -> /cs:connectivity-service/connectivity-service/id
69 +--rw enabled? boolean
70
71module: qos-profile
72 +--rw qos-profile
73 +--rw qos-profile* [id]
74 +--rw id qos-profile-id
75 +--rw display-name? string
76 +--rw apn-ambr
77 | +--rw uplink? uint32
78 | +--rw downlink? uint32
79 +--rw qci? uint32
80 +--rw arp
81 | +--rw priority? uint32
82 | +--rw preemption-capability? boolean
83 | +--rw preemption-vulnerability? boolean
84 +--rw description? string
85
86module: security-profile
87 +--rw security-profile
88 +--rw security-profile* [id]
89 +--rw id security-profile-id
90 +--rw display-name? string
91 +--rw key? string
92 +--rw opc? string
93 +--rw sqn? uint32
94 +--rw description? string
95
96module: service-group
97 +--rw service-group
98 +--rw service-group* [id]
99 +--rw id service-group-id
100 +--rw display-name? string
101 +--rw service-policies* [service-policy]
102 | +--rw service-policy -> /serv:service-policy/service-policy/id
103 | +--rw kind? service-kind
104 +--rw description? string
105
106module: service-policy
107 +--rw service-policy
108 +--rw service-policy* [id]
109 +--rw id service-policy-id
110 +--rw display-name? string
111 +--rw qci? uint32
112 +--rw arp? uint32
113 +--rw ambr
114 | +--rw uplink? uint32
115 | +--rw downlink? uint32
116 +--rw rules* [rule]
117 | +--rw rule -> /sr:service-rule/service-rule/id
118 | +--rw enabled? boolean
119 +--rw description? string
120
121module: service-rule
122 +--rw service-rule
123 +--rw service-rule* [id]
124 +--rw id service-rule-id
125 +--rw display-name? string
126 +--rw charging-rule-name? string
127 +--rw qos
128 | +--rw qci? uint32
129 | +--rw arp
130 | | +--rw priority? uint32
131 | | +--rw preemption-capability? boolean
132 | | +--rw preemption-vulnerability? boolean
133 | +--rw maximum-requested-bandwidth
134 | | +--rw uplink? uint32
135 | | +--rw downlink? uint32
136 | +--rw guaranteed-bitrate
137 | | +--rw uplink? uint32
138 | | +--rw downlink? uint32
139 | +--rw aggregate-maximum-bitrate
140 | +--rw uplink? uint32
141 | +--rw downlink? uint32
142 +--rw flow
143 | +--rw specification? string
144 +--rw description? string
145
146module: up-profile
147 +--rw up-profile
148 +--rw up-profile* [id]
149 +--rw id up-profile-id
150 +--rw display-name? string
151 +--rw user-plane? string
152 +--rw access-control? string
153 +--rw description? string