blob: df204d58294f9a62e26278c4e4cc0640d950f2ea [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
50module: connectivity-service
51 +--rw connectivity-service
52 +--rw connectivity-service* [id]
53 +--rw id connectivity-service-id
54 +--rw display-name? string
55 +--rw description? string
56 +--rw spgwc-endpoint? inet:uri
57 +--rw hss-endpoint? inet:uri
58
59module: enterprise
60 +--rw enterprise
61 +--rw enterprise* [id]
62 +--rw id enterprise-id
63 +--rw display-name? string
64 +--rw description? string
65 +--rw connectivity-service* [connectivity-service]
66 +--rw connectivity-service -> /cs:connectivity-service/connectivity-service/id
67 +--rw enabled? boolean
68
69module: qos-profile
70 +--rw qos-profile
71 +--rw qos-profile* [id]
72 +--rw id qos-profile-id
73 +--rw display-name? string
74 +--rw apn-ambr
75 | +--rw uplink? uint32
76 | +--rw downlink? uint32
77 +--rw qci? uint32
78 +--rw arp
79 | +--rw priority? uint32
80 | +--rw preemption-capability? boolean
81 | +--rw preemption-vulnerability? boolean
82 +--rw description? string
83
84module: security-profile
85 +--rw security-profile
86 +--rw security-profile* [id]
87 +--rw id security-profile-id
88 +--rw display-name? string
89 +--rw key? string
90 +--rw opc? string
91 +--rw sqn? uint32
92 +--rw description? string
93
94module: up-profile
95 +--rw up-profile
96 +--rw up-profile* [id]
97 +--rw id up-profile-id
98 +--rw display-name? string
99 +--rw user-plane? string
100 +--rw access-control? string
101 +--rw description? string