blob: 220430d2d4c98fef182a84820d8f5b8ed14795ea [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
18 enb: omecproject/lte-softmodem:v1.0.0
19 ue: omecproject/lte-uesoftmodem:v1.0.0
20 pullPolicy: IfNotPresent
21conf:
22 # 1 PLMN is supported for now
23 plmn:
24 name: "COMAC Test Network"
25 short_name: "COMAC"
26 mcc: "208"
27 mnc: "01"
28 mnc_length: 2
29 enb:
30 name: enb
31 mme:
32 # Provide the IP address of MME.
33 # MME provies nodePort for eNB access, so 127.0.0.1 should work
34 # in most cases unless using external MME.
35 address: 127.0.0.1
36 networks:
37 s1_mme:
38 # Provide the interface used for S1_MME network.
39 interface: eno1
40 s1u:
41 # Provide the interface used for S1U network.
42 interface: s1u-enb
43 port: 2152
44 ue:
45 # 1 UE is supported for now
46 name: ue
47 sim:
48 msin: "4567891201"
49 api_key: "465b5ce8b199b49faa5f0a2ee238a6bc"
50 opc: "d4416644f6154936193433dd20a0ace0"
51 msisdn: "1122334456"