Hyunsun Moon | ed19c09 | 2019-07-10 15:24:45 -0600 | [diff] [blame] | 1 | # 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 | |
| 15 | images: |
| 16 | tags: |
| 17 | dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1 |
Hyunsun Moon | 33c296d | 2019-07-26 15:04:17 -0600 | [diff] [blame] | 18 | enb: omecproject/lte-softmodem:1.0.0 |
| 19 | ue: omecproject/lte-uesoftmodem:1.0.0 |
Hyunsun Moon | ed19c09 | 2019-07-10 15:24:45 -0600 | [diff] [blame] | 20 | pullPolicy: IfNotPresent |
Hyunsun Moon | 43eadcc | 2019-08-20 16:16:08 -0600 | [diff] [blame] | 21 | |
| 22 | nodeSelectors: |
| 23 | enabled: false |
| 24 | enb: |
| 25 | label: oaisim |
| 26 | value: enabled |
| 27 | ue: |
| 28 | label: oaisim |
| 29 | value: enabled |
| 30 | |
| 31 | config: |
Hyunsun Moon | ed19c09 | 2019-07-10 15:24:45 -0600 | [diff] [blame] | 32 | # 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 Moon | ed19c09 | 2019-07-10 15:24:45 -0600 | [diff] [blame] | 40 | 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 Moon | ed19c09 | 2019-07-10 15:24:45 -0600 | [diff] [blame] | 55 | sim: |
| 56 | msin: "4567891201" |
| 57 | api_key: "465b5ce8b199b49faa5f0a2ee238a6bc" |
| 58 | opc: "d4416644f6154936193433dd20a0ace0" |
| 59 | msisdn: "1122334456" |