blob: b9d87f093398f0d5542d653178047d7cadbd9ccf [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 Moon33c296d2019-07-26 15:04:17 -060018 enb: omecproject/lte-softmodem:1.0.0
19 ue: omecproject/lte-uesoftmodem:1.0.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:
40 name: enb
41 mme:
42 # Provide the IP address of MME.
43 # MME provies nodePort for eNB access, so 127.0.0.1 should work
44 # in most cases unless using external MME.
45 address: 127.0.0.1
46 networks:
47 s1_mme:
48 # Provide the interface used for S1_MME network.
49 interface: eno1
50 s1u:
51 # Provide the interface used for S1U network.
52 interface: s1u-enb
53 port: 2152
54 ue:
55 # 1 UE is supported for now
56 name: ue
57 sim:
58 msin: "4567891201"
59 api_key: "465b5ce8b199b49faa5f0a2ee238a6bc"
60 opc: "d4416644f6154936193433dd20a0ace0"
61 msisdn: "1122334456"