Scott Baker | c9d3d84 | 2021-09-17 11:32:53 -0700 | [diff] [blame] | 1 | module: 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 | |
| 9 | module: 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 | |
| 28 | module: 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 | |
| 39 | module: 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 | |
| 48 | module: 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 |