blob: b168ede1065131314fe9f06fa2b01104139a68cd [file] [log] [blame]
Andy Bavierebf479c2021-09-08 15:47:58 -07001{
2 "default-target": "connectivity-service-v3",
3 "Updates": {
4 "ap-list-3.0.0": {
5 "ap-list": [
6 {
7 "access-points": [
8 {
9 "address": "aiab-gnb1",
10 "enable": true,
11 "tac": "0001"
12 }
13 ],
14 "description": "AiaB Access Points",
15 "display-name": "AiaB APs",
16 "enterprise": "aiab-enterprise",
17 "id": "aiab-qa-app"
18 }
19 ]
20 },
21 "application-3.0.0": {
22 "application": [
23 {
24 "description": "AiaB - Test application",
25 "display-name": "TestApp",
26 "enterprise": "aiab-enterprise",
27 "endpoint": [
28 {
29 "address": "1.1.1.1",
30 "name": "aiab-testapp",
31 "port-end": 40000,
32 "port-start": 40000,
33 "protocol": "UDP"
34 }
35 ],
36 "id": "aiab-testapp"
37 }
38 ]
39 },
40 "connectivity-service-3.0.0": {
41 "connectivity-service": [
42 {
43 "core-5g-endpoint": "http://webui.omec.svc:5000/config",
44 "description": "5G Integration Test",
45 "display-name": "ROC 5G Test Connectivity Service",
46 "id": "aiab-cs"
47 }
48 ]
49 },
50 "device-group-3.0.0": {
51 "device-group": [
52 {
53 "display-name": "AiaB Users",
54 "id": "aiab-device-group",
55 "imsis": [
56 {
57 "imsi-range-from": 2089300007487,
58 "imsi-range-to": 2089300007488,
59 "name": "aiab-imsis"
60 }
61 ],
62 "ip-domain": "aiab-ip-pool",
63 "site": "aiab-site"
64 }
65 ]
66 },
67 "enterprise-3.0.0": {
68 "enterprise": [
69 {
70 "connectivity-service": [
71 {
72 "connectivity-service": "aiab-cs",
73 "enabled": true
74 }
75 ],
76 "description": "AiaB Enterprise",
77 "display-name": "AiaB Corp.",
78 "id": "aiab-enterprise"
79 }
80 ]
81 },
82 "ip-domain-3.0.0": {
83 "ip-domain": [
84 {
85 "admin-status": "ENABLE",
86 "display-name": "IP pool",
87 "dns-primary": "8.8.8.8",
88 "id": "aiab-ip-pool",
89 "mtu": 1460,
90 "subnet": "172.250.0.0/16",
91 "enterprise": "aiab-enterprise"
92 }
93 ]
94 },
95 "site-3.0.0": {
96 "site": [
97 {
98 "description": "AiaB test site",
99 "display-name": "AiaB site",
100 "enterprise": "aiab-enterprise",
101 "id": "aiab-site",
102 "imsi-definition": {
103 "mcc": "208",
104 "mnc": "93",
105 "enterprise": 0,
106 "format": "SSSSSSSSSSSSSSS"
107 }
108 }
109 ]
110 },
111 "template-3.0.0": {
112 "template": [
113 {
114 "description": "Test Template",
115 "display-name": "Test Template",
116 "downlink": 200,
117 "id": "aiab-template",
118 "sd": 66051,
119 "sst": 1,
120 "traffic-class": "aiab-class-1",
121 "uplink": 40
122 }
123 ]
124 },
125 "traffic-class-3.0.0": {
126 "traffic-class": [
127 {
128 "description": "High Priority TC",
129 "display-name": "Class 1",
130 "id": "aiab-class-1",
131 "pdb": 100,
132 "pelr": 3,
133 "qci": 1
134 }
135 ]
136 },
137 "upf-3.0.0": {
138 "upf": [
139 {
140 "address": "upf",
141 "description": "AiaB UPF",
142 "display-name": "AiaB UPF",
143 "id": "aiab-upf",
144 "enterprise": "aiab-enterprise",
145 "port": 8805
146 }
147 ]
148 },
149 "vcs-3.0.0": {
150 "vcs": [
151 {
152 "id": "aiab-vcs",
153 "template": "aiab-template",
154 "enterprise": "aiab-enterprise",
155 "uplink": 40,
156 "downlink": 200,
157 "traffic-class": "aiab-class-1",
158 "description": "AiaB Virtual Connectivity Service",
159 "display-name": "AiaB VCS",
160 "device-group": [
161 {
162 "device-group": "aiab-device-group",
163 "enable": true
164 }
165 ],
166 "upf": "aiab-upf",
167 "sd": 66051,
168 "sst": 1,
169 "ap": "aiab-qa-app",
170 "application": [
171 {
172 "application": "aiab-testapp",
173 "allow": true
174 }
175 ]
176 }
177 ]
178 }
179 },
180 "Deletes": {},
181 "Extensions": {
182 "model-version-101": "3.0.0",
183 "model-type-102": "Aether"
184 }
185}