blob: 03ee2b40e808121d5870b4e56523c2b181012d8a [file] [log] [blame]
Wei-Yu Chenad55cb82022-02-15 20:07:01 +08001# SPDX-FileCopyrightText: 2020 The Magma Authors.
2# SPDX-FileCopyrightText: 2022 Open Networking Foundation <support@opennetworking.org>
Wei-Yu Chen49950b92021-11-08 19:19:18 +08003#
Wei-Yu Chenad55cb82022-02-15 20:07:01 +08004# SPDX-License-Identifier: BSD-3-Clause
Wei-Yu Chen49950b92021-11-08 19:19:18 +08005
Wei-Yu Chen49950b92021-11-08 19:19:18 +08006#
7# log_level is set in mconfig. It can be overridden here
8
Wei-Yu Chen678f0a52021-12-21 13:50:52 +08009prometheus:
10 ip: 0.0.0.0
11 port: 8000
12
Wei-Yu Chen49950b92021-11-08 19:19:18 +080013tr069:
Wei-Yu Chenad55cb82022-02-15 20:07:01 +080014 interface: enp6s18 # NOTE: this value must be consistent with dnsmasq.conf
Wei-Yu Chen49950b92021-11-08 19:19:18 +080015 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 Chenad55cb82022-02-15 20:07:01 +080019 public_ip: 127.0.0.1
Wei-Yu Chen49950b92021-11-08 19:19:18 +080020
Wei-Yu Chen678f0a52021-12-21 13:50:52 +080021ssl:
22 key: "./enodebd.key"
23 cert: "./enodebd.cert"
24
Wei-Yu Chen49950b92021-11-08 19:19:18 +080025# 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.
28sas:
29 sas_enabled: True
Wei-Yu Chen5cbdfbb2021-12-02 01:10:21 +080030 sas_server_url: "https://sas.goog/v1.2/"
31 sas_uid: "aether"
Wei-Yu Chen49950b92021-11-08 19:19:18 +080032 sas_category: "A"
33 sas_channel_type: "GAA"
Wei-Yu Chen5cbdfbb2021-12-02 01:10:21 +080034 sas_cert_subject: "/C=TW/O=Sercomm/OU=WInnForum CBSD Certificate/CN=P27-SCE4255W:2009CW5000019"
Wei-Yu Chen49950b92021-11-08 19:19:18 +080035 sas_icg_group_id: ""
36 sas_location: "indoor"
Wei-Yu Chen5cbdfbb2021-12-02 01:10:21 +080037 sas_height_type: "AGL"
Wei-Yu Chen49950b92021-11-08 19:19:18 +080038
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
42reboot_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
46web_ui_enable_list: []
47
48# Network interface to terminate S1
49s1_interface: eth1