Wei-Yu Chen | ad55cb8 | 2022-02-15 20:07:01 +0800 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: 2020 The Magma Authors. |
| 2 | # SPDX-FileCopyrightText: 2022 Open Networking Foundation <support@opennetworking.org> |
Wei-Yu Chen | 49950b9 | 2021-11-08 19:19:18 +0800 | [diff] [blame] | 3 | # |
Wei-Yu Chen | ad55cb8 | 2022-02-15 20:07:01 +0800 | [diff] [blame] | 4 | # SPDX-License-Identifier: BSD-3-Clause |
Wei-Yu Chen | 49950b9 | 2021-11-08 19:19:18 +0800 | [diff] [blame] | 5 | |
Wei-Yu Chen | 49950b9 | 2021-11-08 19:19:18 +0800 | [diff] [blame] | 6 | # |
| 7 | # log_level is set in mconfig. It can be overridden here |
| 8 | |
Wei-Yu Chen | 678f0a5 | 2021-12-21 13:50:52 +0800 | [diff] [blame] | 9 | prometheus: |
| 10 | ip: 0.0.0.0 |
| 11 | port: 8000 |
| 12 | |
Wei-Yu Chen | 49950b9 | 2021-11-08 19:19:18 +0800 | [diff] [blame] | 13 | tr069: |
Wei-Yu Chen | ad55cb8 | 2022-02-15 20:07:01 +0800 | [diff] [blame] | 14 | interface: enp6s18 # NOTE: this value must be consistent with dnsmasq.conf |
Wei-Yu Chen | 49950b9 | 2021-11-08 19:19:18 +0800 | [diff] [blame] | 15 | port: 48080 |
| 16 | perf_mgmt_port: 8081 |
| 17 | # NOTE: this is the IP which enodeb will communicate with enodebd |
| 18 | # if this is ever changed in dnsd.yml, this needs to be updated too |
Wei-Yu Chen | ad55cb8 | 2022-02-15 20:07:01 +0800 | [diff] [blame] | 19 | public_ip: 127.0.0.1 |
Wei-Yu Chen | 49950b9 | 2021-11-08 19:19:18 +0800 | [diff] [blame] | 20 | |
Wei-Yu Chen | 678f0a5 | 2021-12-21 13:50:52 +0800 | [diff] [blame] | 21 | ssl: |
| 22 | key: "./enodebd.key" |
| 23 | cert: "./enodebd.cert" |
| 24 | |
Wei-Yu Chen | 49950b9 | 2021-11-08 19:19:18 +0800 | [diff] [blame] | 25 | # TODO: @amar: This is a temp workaround to allow for testing until we |
| 26 | # connect enodebd with the domain proxy which is responsible for talking to |
| 27 | # SAS. |
| 28 | sas: |
| 29 | sas_enabled: True |
Wei-Yu Chen | 5cbdfbb | 2021-12-02 01:10:21 +0800 | [diff] [blame] | 30 | sas_server_url: "https://sas.goog/v1.2/" |
| 31 | sas_uid: "aether" |
Wei-Yu Chen | 49950b9 | 2021-11-08 19:19:18 +0800 | [diff] [blame] | 32 | sas_category: "A" |
| 33 | sas_channel_type: "GAA" |
Wei-Yu Chen | 5cbdfbb | 2021-12-02 01:10:21 +0800 | [diff] [blame] | 34 | sas_cert_subject: "/C=TW/O=Sercomm/OU=WInnForum CBSD Certificate/CN=P27-SCE4255W:2009CW5000019" |
Wei-Yu Chen | 49950b9 | 2021-11-08 19:19:18 +0800 | [diff] [blame] | 35 | sas_icg_group_id: "" |
| 36 | sas_location: "indoor" |
Wei-Yu Chen | 5cbdfbb | 2021-12-02 01:10:21 +0800 | [diff] [blame] | 37 | sas_height_type: "AGL" |
Wei-Yu Chen | 49950b9 | 2021-11-08 19:19:18 +0800 | [diff] [blame] | 38 | |
| 39 | # Reboot eNodeB if eNodeB should be connected to MME but isn't |
| 40 | # This is a workaround for a bug with BaiCells eNodeB where the S1 connection |
| 41 | # gets into a bad state |
| 42 | reboot_enodeb_on_mme_disconnected: True |
| 43 | |
| 44 | # Enable webui for debugging for a list of eNB serial numbers. |
| 45 | # Not supported on all enodeb models |
| 46 | web_ui_enable_list: [] |
| 47 | |
| 48 | # Network interface to terminate S1 |
| 49 | s1_interface: eth1 |