blob: f23f176756b728ce870d141ba3b7305f651f27fd [file] [log] [blame]
Scott Bakerc9d3d842021-09-17 11:32:53 -07001module: ap-list
2 +--rw ap-list
3 +--rw ap-list* [id]
4 +--rw id ap-list-id
5 +--rw access-points* [address]
6 | +--rw address inet:host
7 | +--rw tac at:tac
8 | +--rw enable? boolean
9 +--rw display-name? string
10 +--rw description? at:description
11 +--rw enterprise -> /ent:enterprise/enterprise/id
12
13module: application
14 +--rw application
15 +--rw application* [id]
16 +--rw id application-id
17 +--rw display-name? string
18 +--rw description? at:description
19 +--rw endpoint* [name]
20 | +--rw name string
21 | +--rw address ietf:host
22 | +--rw port-start ietf:port-number
23 | +--rw port-end? ietf:port-number
24 | +--rw protocol? at:protocol
25 +--rw enterprise -> /ent:enterprise/enterprise/id
26
27module: connectivity-service
28 +--rw connectivity-service
29 +--rw connectivity-service* [id]
30 +--rw id connectivity-service-id
31 +--rw display-name? string
32 +--rw description? at:description
33 +--rw spgwc-endpoint? inet:uri
34 +--rw hss-endpoint? inet:uri
35 +--rw pcrf-endpoint? inet:uri
36 +--rw core-5g-endpoint? inet:uri
37
38module: device-group
39 +--rw device-group
40 +--rw device-group* [id]
41 +--rw id device-group-id
42 +--rw description? at:description
43 +--rw display-name? string
44 +--rw imsis* [name]
45 | +--rw name string
46 | +--rw imsi-range-from? uint64
47 | +--rw imsi-range-to? uint64
48 +--rw ip-domain? -> /ipd:ip-domain/ip-domain/id
49 +--rw site -> /st:site/site/id
50
51module: enterprise
52 +--rw enterprise
53 +--rw enterprise* [id]
54 +--rw id enterprise-id
55 +--rw display-name? string
56 +--rw description? at:description
57 +--rw connectivity-service* [connectivity-service]
58 +--rw connectivity-service -> /cs:connectivity-service/connectivity-service/id
59 +--rw enabled? boolean
60
61module: ip-domain
62 +--rw ip-domain
63 +--rw ip-domain* [id]
64 +--rw id ip-domain-id
65 +--rw display-name? string
66 +--rw dnn? at:dnn
67 +--rw dns-primary? inet:ip-address
68 +--rw dns-secondary? inet:ip-address
69 +--rw subnet inet:ipv4-prefix
70 +--rw admin-status? at:admin-status
71 +--rw mtu? at:mtu
72 +--rw description? at:description
73 +--rw enterprise -> /ent:enterprise/enterprise/id
74
75module: site
76 +--rw site
77 +--rw site* [id]
78 +--rw id site-id
79 +--rw display-name? string
80 +--rw enterprise -> /ent:enterprise/enterprise/id
81 +--rw imsi-definition
82 | +--rw mcc at:mcc
83 | +--rw mnc at:mnc
84 | +--rw enterprise at:ent
85 | +--rw format string
86 +--rw description? at:description
87
88module: template
89 +--rw template
90 +--rw template* [id]
91 +--rw id template-id
92 +--rw display-name? string
93 +--rw sst? at:sst
94 +--rw sd? at:sd
95 +--rw uplink? uint32
96 +--rw downlink? uint32
97 +--rw traffic-class? -> /tc:traffic-class/traffic-class/id
98 +--rw description? at:description
99
100module: traffic-class
101 +--rw traffic-class
102 +--rw traffic-class* [id]
103 +--rw id traffic-class-id
104 +--rw display-name? string
105 +--rw pelr? at:pelr
106 +--rw pdb? at:pdb
107 +--rw qci? at:qci
108 +--rw description? at:description
109
110module: upf
111 +--rw upf
112 +--rw upf* [id]
113 +--rw id upf-id
114 +--rw address inet:host
115 +--rw port inet:port-number
116 +--rw display-name? string
117 +--rw description? at:description
118 +--rw enterprise -> /ent:enterprise/enterprise/id
119
120module: vcs
121 +--rw vcs
122 +--rw vcs* [id]
123 +--rw id vcs-id
124 +--rw display-name? string
125 +--rw device-group* [device-group]
126 | +--rw device-group -> /dg:device-group/device-group/id
127 | +--rw enable? boolean
128 +--rw template? -> /vt:template/template/id
129 +--rw application* [application]
130 | +--rw application -> /app:application/application/id
131 | +--rw allow? boolean
132 +--rw upf? -> /upf:upf/upf/id
133 +--rw ap? -> /apl:ap-list/ap-list/id
134 +--rw description? at:description
135 +--rw enterprise -> /ent:enterprise/enterprise/id
136 +--rw sst at:sst
137 +--rw sd at:sd
138 +--rw uplink? uint32
139 +--rw downlink? uint32
140 +--rw traffic-class -> /tc:traffic-class/traffic-class/id