blob: 0d848516328dd47cbe5132137ff71bef23e6fe24 [file] [log] [blame]
Andy Bavierebf479c2021-09-08 15:47:58 -07001# Copyright 2019-present Open Networking Foundation
2#
3# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
4
5# cassandra values
6cassandra:
7 config:
8 cluster_size: 1
9 seed_size: 1
10resources:
11 enabled: false
12
13config:
14 managedByConfigPod:
15 enabled: true
Andy Bavierabac8202021-11-03 13:29:28 -070016 # syncUrl: http://sdcore-adapter-v4.aether-roc.svc:8080/synchronize
Andy Bavierebf479c2021-09-08 15:47:58 -070017 config4g:
18 deploy: true
19 spgwc:
20 pfcp: true
21 cfgFiles:
22 cp.json:
23 ip_pool_config:
24 ueIpPool:
25 ip: "172.250.0.0"
26 mask: "255.255.0.0"
27 staticUeIpPool:
28 ip: "172.250.1.0"
29 mask: "255.255.255.0"
30 simapp:
31 cfgFiles:
32 simapp.yaml:
33 configuration:
34 provision-network-slice: true
35 sub-provision-endpt:
36 addr: config4g
37 port: 5000
38 subscribers:
39 - ueId-start: 208014567891201
40 ueId-end: 208014567891211
41 plmnId: 20801
42 opc: "d4416644f6154936193433dd20a0ace0"
43 op: ""
44 key: "465b5ce8b199b49faa5f0a2ee238a6bc"
45 sequenceNumber: 96
46 device-groups:
47 - name: "4g-oaisim-user"
48 imsis:
49 - "208014567891201"
50 - "208014567891202"
51 ip-domain-name: "pool1"
52 ip-domain-expanded:
53 dnn: internet
54 dns-primary: "8.8.8.8"
55 mtu: 1460
56 ue-ip-pool: "172.250.0.0/16"
57 site-info: "aiab"
58 network-slices:
59 - name: "default"
60 slice-id:
61 sd: "010203"
62 sst: 1
63 site-device-group:
64 - "4g-oaisim-user"
65 applications-information:
66 - app-name: "default-app"
67 end-port: 40000
68 endpoint: "1.1.1.1/32"
69 protocol: 17
70 start-port: 40000
71 deny-applications:
72 - "iot-app-deny"
73 permit-applications:
74 - "iot-app1-permit"
75 - "iot-app2-permit"
76 qos:
Andy Bavier15a7ec62021-10-28 12:32:56 -070077 downlink: 20
Andy Bavierebf479c2021-09-08 15:47:58 -070078 traffic-class: "platinum"
Andy Bavier15a7ec62021-10-28 12:32:56 -070079 uplink: 40
Andy Bavierebf479c2021-09-08 15:47:58 -070080 site-info:
81 gNodeBs:
82 - name: "aiab-gnb1"
83 tac: 1
84 plmn:
85 mcc: "208"
86 mnc: "01"
87 site-name: "aiab"
88 upf:
89 upf-name: "upf"
90 upf-port: 8805