blob: 7c24828826b0c00c3aeec7b998a569afad9a4d1c [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 type? string
6 +--rw filter? string
7 +--rw description? string
8
9module: aether-subscriber
10 +--rw subscriber
11 +--rw ue* [ueid]
12 +--rw ueid ueid
13 +--rw serving-plmn
14 | +--rw mcc? mcc
15 | +--rw mnc? mnc
16 | +--rw tac? tac
17 +--rw requested-apn? string
18 +--rw priority? uint32
19 +--rw enabled? boolean
20 +--rw profiles
21 +--rw apn-profile? -> /apn:apn-profile/apn-profile/id
22 +--rw up-profile? -> /up:up-profile/up-profile/id
23 +--rw qos-profile? -> /qos:qos-profile/qos-profile/id
24 +--rw access-profile* [access-profile]
25 +--rw access-profile -> /ap:access-profile/access-profile/id
26 +--rw allowed? boolean
27
28module: apn-profile
29 +--rw apn-profile
30 +--rw apn-profile* [id]
31 +--rw id apn-profile-id
32 +--rw apn-name? string
33 +--rw dns-primary? inet:ip-address
34 +--rw dns-secondary? inet:ip-address
35 +--rw mtu? uint32
36 +--rw gx-enabled? boolean
37 +--rw description? string
38
39module: qos-profile
40 +--rw qos-profile
41 +--rw qos-profile* [id]
42 +--rw id qos-profile-id
43 +--rw apn-ambr
44 | +--rw uplink? uint32
45 | +--rw downlink? uint32
46 +--rw description? string
47
48module: up-profile
49 +--rw up-profile
50 +--rw up-profile* [id]
51 +--rw id up-profile-id
52 +--rw user-plane? string
53 +--rw access-control? string
54 +--rw description? string