blob: ed03026205860bc3bf5a19faa049393228126f16 [file] [log] [blame]
Hyunsun Moon81c8e232019-05-21 03:40:22 -06001# 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
Hyunsun Moon235d47a2019-09-03 15:47:30 -060015# cassandra values
16cassandra:
17 config:
18 cluster_size: 1
19 seed_size: 1
20
21resources:
22 enabled: false
23
Hyunsun Moon235d47a2019-09-03 15:47:30 -060024config:
Hyunsun Moon235d47a2019-09-03 15:47:30 -060025 spgwu:
Hyunsun Moon534c7962020-06-21 20:40:43 -050026 mode: "af_packet"
27 name: "oaisim"
28 sriov:
29 enabled: false
30 hugepage:
31 enabled: false
32 cniPlugin: simpleovs
33 ipam: static
Hyunsun Moon235d47a2019-09-03 15:47:30 -060034 mme:
35 cfgFiles:
36 config.json:
37 mme:
38 mcc:
39 dig1: 2
40 dig2: 0
41 dig3: 8
42 mnc:
43 dig1: 0
44 dig2: 1
45 dig3: -1
46 hss:
47 bootstrap:
Hyunsun Moon4bbf18d2020-03-05 13:03:55 -080048 key: "465b5ce8b199b49faa5f0a2ee238a6bc"
49 opc: "d4416644f6154936193433dd20a0ace0"
Hyunsun Moon235d47a2019-09-03 15:47:30 -060050 users:
Hyunsun Moon4bbf18d2020-03-05 13:03:55 -080051 - imsiStart: "208014567891201"
52 msisdnStart: "1122334455"
53 count: 10
Hyunsun Moon235d47a2019-09-03 15:47:30 -060054 # oaisim values
55 enb:
56 mme:
57 address: 127.0.0.1
58 networks:
59 s1u:
Hyunsun Moon534c7962020-06-21 20:40:43 -050060 interface: enb
Hyunsun Moon235d47a2019-09-03 15:47:30 -060061 plmn:
62 mcc: "208"
63 mnc: "01"
64 mnc_length: 2
65 ue:
66 sim:
67 msin: "4567891201"
68 api_key: "465b5ce8b199b49faa5f0a2ee238a6bc"
69 opc: "d4416644f6154936193433dd20a0ace0"
70 msisdn: "1122334456"