blob: 346a6ed320f536cf270183f34b726311fdff89f7 [file] [log] [blame]
Wei-Yu Chen49950b92021-11-08 19:19:18 +08001---
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 Chen678f0a52021-12-21 13:50:52 +080016prometheus:
17 ip: 0.0.0.0
18 port: 8000
19
Wei-Yu Chen49950b92021-11-08 19:19:18 +080020tr069:
Wei-Yu Chen5cbdfbb2021-12-02 01:10:21 +080021 interface: eth0 # NOTE: this value must be consistent with dnsmasq.conf
Wei-Yu Chen49950b92021-11-08 19:19:18 +080022 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 Chen5cbdfbb2021-12-02 01:10:21 +080026 public_ip: 18.116.99.179
Wei-Yu Chen49950b92021-11-08 19:19:18 +080027
Wei-Yu Chen678f0a52021-12-21 13:50:52 +080028ssl:
29 key: "./enodebd.key"
30 cert: "./enodebd.cert"
31
Wei-Yu Chen49950b92021-11-08 19:19:18 +080032# 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.
35sas:
36 sas_enabled: True
Wei-Yu Chen5cbdfbb2021-12-02 01:10:21 +080037 sas_server_url: "https://sas.goog/v1.2/"
38 sas_uid: "aether"
Wei-Yu Chen49950b92021-11-08 19:19:18 +080039 sas_category: "A"
40 sas_channel_type: "GAA"
Wei-Yu Chen5cbdfbb2021-12-02 01:10:21 +080041 sas_cert_subject: "/C=TW/O=Sercomm/OU=WInnForum CBSD Certificate/CN=P27-SCE4255W:2009CW5000019"
Wei-Yu Chen49950b92021-11-08 19:19:18 +080042 sas_icg_group_id: ""
43 sas_location: "indoor"
Wei-Yu Chen5cbdfbb2021-12-02 01:10:21 +080044 sas_height_type: "AGL"
Wei-Yu Chen49950b92021-11-08 19:19:18 +080045
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
49reboot_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
53web_ui_enable_list: []
54
55# Network interface to terminate S1
56s1_interface: eth1