-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsd-core-4g-values.yaml
140 lines (134 loc) · 3.54 KB
/
sd-core-4g-values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
# Copyright 2019-present Open Networking Foundation
#
# SPDX-License-Identifier: Apache-2.0
omec-control-plane:
enable4G: true
images:
repository: "registry.opennetworking.org/docker.io/"
# cassandra values
cassandra:
config:
cluster_size: 1
seed_size: 1
resources:
enabled: false
config:
managedByConfigPod:
enabled: true
# syncUrl: http://sdcore-adapter-v2-1.aether-roc.svc:8080/synchronize
config4g:
deploy: true
hss:
bootstrap:
users: []
staticusers: []
spgwc:
pfcp: true
cfgFiles:
cp.json:
ip_pool_config:
ueIpPool:
ip: "172.250.0.0"
mask: "255.255.0.0"
staticUeIpPool:
ip: "172.250.1.0"
mask: "255.255.255.0"
omec-sub-provision:
enable: true
images:
repository: "registry.opennetworking.org/docker.io/"
config:
simapp:
cfgFiles:
simapp.yaml:
configuration:
provision-network-slice: true
sub-provision-endpt:
addr: config4g.omec.svc.cluster.local
# sub-proxy-endpt:
# addr: subscriber-proxy.aether-roc.svc.cluster.local
# port: 5000
subscribers:
- ueId-start: 208010167891201
ueId-end: 208010167891211
plmnId: 20801
opc: "d4416644f6154936193433dd20a0ace0"
op: ""
key: "465b5ce8b199b49faa5f0a2ee238a6bc"
sequenceNumber: 96
device-groups:
- name: "4g-oaisim-user"
imsis:
- "208010167891201"
- "208010167891202"
ip-domain-name: "pool1"
ip-domain-expanded:
dnn: internet
dns-primary: "8.8.8.8"
mtu: 1460
ue-ip-pool: "172.250.0.0/16"
ue-dnn-qos:
dnn-mbr-downlink: 20000000
dnn-mbr-uplink: 4000000
bitrate-unit: bps
traffic-class: #default bearer QCI/ARP
name: "platinum"
qci: 9
arp: 6
pdb: 300
pelr: 6
site-info: "aiab"
network-slices:
- name: "default"
slice-id:
sd: "010203"
sst: 1
site-device-group:
- "4g-oaisim-user"
application-filtering-rules:
- rule-name: "ALLOW-ALL"
priority: 250
action: "permit"
endpoint: "0.0.0.0/0"
site-info:
gNodeBs:
- name: "aiab-gnb1"
tac: 1
plmn:
mcc: "208"
mnc: "01"
site-name: "aiab"
upf:
upf-name: "upf"
upf-port: 8805
omec-user-plane:
enable: true
images:
repository: "registry.opennetworking.org/docker.io/"
resources:
enabled: false
config:
upf:
sriov:
enabled: false
hugepage:
enabled: false
cniPlugin: macvlan
ipam: static
routes:
- to: ${NODE_IP}
via: 169.254.1.1
enb:
subnet: ${RAN_SUBNET}
access:
iface: ${DATA_IFACE}
core:
iface: ${DATA_IFACE}
cfgFiles:
upf.json:
mode: af_packet
hwcksum: true
5g-control-plane:
enable5G: false
5g-ran-sim:
enable: false