blob: dd845f1a36bf20010706e28424b2ff73379c3639 [file] [log] [blame]
Jeremy Ronquillo6be909e2020-08-24 09:36:13 -07001# Copyright 2019-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
Jeremy Ronquillo6be909e2020-08-24 09:36:13 -070015# cassandra values
16cassandra:
17 config:
18 cluster_size: 1
19 seed_size: 1
20
21resources:
22 enabled: false
23
24config:
Jeremy Ronquilloaf084f32020-08-24 13:18:47 -070025 spgwc:
26 pfcp: true
27 ueIpPool:
Hyunsun84f0f172020-09-23 15:40:08 -050028 ip: 10.250.0.0
Jeremy Ronquilloaf084f32020-08-24 13:18:47 -070029 upf:
Jeremy Ronquillo6be909e2020-08-24 09:36:13 -070030 name: "oaisim"
31 sriov:
32 enabled: false
33 hugepage:
34 enabled: false
35 cniPlugin: simpleovs
36 ipam: static
Jeremy Ronquilloaf084f32020-08-24 13:18:47 -070037 cfgFiles:
38 upf.json:
39 mode: af_packet
Jeremy Ronquillo6be909e2020-08-24 09:36:13 -070040 mme:
41 cfgFiles:
42 config.json:
43 mme:
44 mcc:
45 dig1: 2
46 dig2: 0
47 dig3: 8
48 mnc:
49 dig1: 0
50 dig2: 1
51 dig3: -1
Jeremy Ronquilloaf084f32020-08-24 13:18:47 -070052 apnlist:
53 internet: "spgwc"
Jeremy Ronquillo6be909e2020-08-24 09:36:13 -070054 hss:
55 bootstrap:
Jeremy Ronquillo6be909e2020-08-24 09:36:13 -070056 users:
Jeremy Ronquilloaf084f32020-08-24 13:18:47 -070057 - apn: "internet"
58 key: "465b5ce8b199b49faa5f0a2ee238a6bc"
59 opc: "d4416644f6154936193433dd20a0ace0"
60 sqn: 96
61 imsiStart: "208014567891201"
Jeremy Ronquillo6be909e2020-08-24 09:36:13 -070062 msisdnStart: "1122334455"
63 count: 10
64 # oaisim values
65 enb:
66 mme:
67 address: 127.0.0.1
68 networks:
69 s1u:
70 interface: enb
71 plmn:
72 mcc: "208"
73 mnc: "01"
74 mnc_length: 2
75 ue:
76 sim:
77 msin: "4567891201"
78 api_key: "465b5ce8b199b49faa5f0a2ee238a6bc"
79 opc: "d4416644f6154936193433dd20a0ace0"
80 msisdn: "1122334456"