blob: 4ba3de73bd94abccc8607bf771096ec00ebab826 [file] [log] [blame]
Hyunsun Mooned19c092019-07-10 15:24:45 -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
15images:
16 tags:
17 dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
Hyunsun Moon35e38172020-10-28 00:00:48 -070018 enb: omecproject/lte-softmodem:1.1.0
19 ue: omecproject/lte-uesoftmodem:1.1.0
Hyunsun Mooned19c092019-07-10 15:24:45 -060020 pullPolicy: IfNotPresent
Hyunsun Moon43eadcc2019-08-20 16:16:08 -060021
22nodeSelectors:
23 enabled: false
24 enb:
25 label: oaisim
26 value: enabled
27 ue:
28 label: oaisim
29 value: enabled
30
31config:
Hyunsun Mooned19c092019-07-10 15:24:45 -060032 # 1 PLMN is supported for now
33 plmn:
34 name: "COMAC Test Network"
35 short_name: "COMAC"
36 mcc: "208"
37 mnc: "01"
38 mnc_length: 2
39 enb:
Hyunsun Mooned19c092019-07-10 15:24:45 -060040 mme:
41 # Provide the IP address of MME.
42 # MME provies nodePort for eNB access, so 127.0.0.1 should work
43 # in most cases unless using external MME.
44 address: 127.0.0.1
Hyunsun Mooncbb34e52022-03-19 22:16:23 -060045 # Set false if MME is located in a different cluster
46 isLocal: true
Hyunsun Mooned19c092019-07-10 15:24:45 -060047 networks:
48 s1_mme:
49 # Provide the interface used for S1_MME network.
Hyunsun Mooncbb34e52022-03-19 22:16:23 -060050 interface: enb
Hyunsun Mooned19c092019-07-10 15:24:45 -060051 s1u:
52 # Provide the interface used for S1U network.
Hyunsun Mooncbb34e52022-03-19 22:16:23 -060053 interface: enb
Hyunsun Mooned19c092019-07-10 15:24:45 -060054 port: 2152
55 ue:
56 # 1 UE is supported for now
Hyunsun Mooned19c092019-07-10 15:24:45 -060057 sim:
58 msin: "4567891201"
59 api_key: "465b5ce8b199b49faa5f0a2ee238a6bc"
60 opc: "d4416644f6154936193433dd20a0ace0"
61 msisdn: "1122334456"