blob: f33db4ff6c85bb6f1ab9dc0072c72013dcc94684 [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
45 networks:
46 s1_mme:
47 # Provide the interface used for S1_MME network.
48 interface: eno1
49 s1u:
50 # Provide the interface used for S1U network.
51 interface: s1u-enb
52 port: 2152
53 ue:
54 # 1 UE is supported for now
Hyunsun Mooned19c092019-07-10 15:24:45 -060055 sim:
56 msin: "4567891201"
57 api_key: "465b5ce8b199b49faa5f0a2ee238a6bc"
58 opc: "d4416644f6154936193433dd20a0ace0"
59 msisdn: "1122334456"