Wei-Yu Chen | 49950b9 | 2021-11-08 19:19:18 +0800 | [diff] [blame] | 1 | --- |
| 2 | # |
| 3 | # Copyright 2020 The Magma Authors. |
| 4 | |
| 5 | # This source code is licensed under the BSD-style license found in the |
| 6 | # LICENSE file in the root directory of this source tree. |
| 7 | |
| 8 | # Unless required by applicable law or agreed to in writing, software |
| 9 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 10 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 11 | # See the License for the specific language governing permissions and |
| 12 | # limitations under the License. |
| 13 | # |
| 14 | # log_level is set in mconfig. It can be overridden here |
| 15 | |
Wei-Yu Chen | 678f0a5 | 2021-12-21 13:50:52 +0800 | [diff] [blame^] | 16 | prometheus: |
| 17 | ip: 0.0.0.0 |
| 18 | port: 8000 |
| 19 | |
Wei-Yu Chen | 49950b9 | 2021-11-08 19:19:18 +0800 | [diff] [blame] | 20 | tr069: |
Wei-Yu Chen | 5cbdfbb | 2021-12-02 01:10:21 +0800 | [diff] [blame] | 21 | interface: eth0 # NOTE: this value must be consistent with dnsmasq.conf |
Wei-Yu Chen | 49950b9 | 2021-11-08 19:19:18 +0800 | [diff] [blame] | 22 | port: 48080 |
| 23 | perf_mgmt_port: 8081 |
| 24 | # NOTE: this is the IP which enodeb will communicate with enodebd |
| 25 | # if this is ever changed in dnsd.yml, this needs to be updated too |
Wei-Yu Chen | 5cbdfbb | 2021-12-02 01:10:21 +0800 | [diff] [blame] | 26 | public_ip: 18.116.99.179 |
Wei-Yu Chen | 49950b9 | 2021-11-08 19:19:18 +0800 | [diff] [blame] | 27 | |
Wei-Yu Chen | 678f0a5 | 2021-12-21 13:50:52 +0800 | [diff] [blame^] | 28 | ssl: |
| 29 | key: "./enodebd.key" |
| 30 | cert: "./enodebd.cert" |
| 31 | |
Wei-Yu Chen | 49950b9 | 2021-11-08 19:19:18 +0800 | [diff] [blame] | 32 | # TODO: @amar: This is a temp workaround to allow for testing until we |
| 33 | # connect enodebd with the domain proxy which is responsible for talking to |
| 34 | # SAS. |
| 35 | sas: |
| 36 | sas_enabled: True |
Wei-Yu Chen | 5cbdfbb | 2021-12-02 01:10:21 +0800 | [diff] [blame] | 37 | sas_server_url: "https://sas.goog/v1.2/" |
| 38 | sas_uid: "aether" |
Wei-Yu Chen | 49950b9 | 2021-11-08 19:19:18 +0800 | [diff] [blame] | 39 | sas_category: "A" |
| 40 | sas_channel_type: "GAA" |
Wei-Yu Chen | 5cbdfbb | 2021-12-02 01:10:21 +0800 | [diff] [blame] | 41 | 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] | 42 | sas_icg_group_id: "" |
| 43 | sas_location: "indoor" |
Wei-Yu Chen | 5cbdfbb | 2021-12-02 01:10:21 +0800 | [diff] [blame] | 44 | sas_height_type: "AGL" |
Wei-Yu Chen | 49950b9 | 2021-11-08 19:19:18 +0800 | [diff] [blame] | 45 | |
| 46 | # Reboot eNodeB if eNodeB should be connected to MME but isn't |
| 47 | # This is a workaround for a bug with BaiCells eNodeB where the S1 connection |
| 48 | # gets into a bad state |
| 49 | reboot_enodeb_on_mme_disconnected: True |
| 50 | |
| 51 | # Enable webui for debugging for a list of eNB serial numbers. |
| 52 | # Not supported on all enodeb models |
| 53 | web_ui_enable_list: [] |
| 54 | |
| 55 | # Network interface to terminate S1 |
| 56 | s1_interface: eth1 |