blob: 56870ab3dbe179e3931d76abd690b4501fd327e5 [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 Chen49950b92021-11-08 19:19:18 +080021# Reboot eNodeB if eNodeB should be connected to MME but isn't
22# This is a workaround for a bug with BaiCells eNodeB where the S1 connection
23# gets into a bad state
24reboot_enodeb_on_mme_disconnected: True
25
26# Enable webui for debugging for a list of eNB serial numbers.
27# Not supported on all enodeb models
28web_ui_enable_list: []
29
30# Network interface to terminate S1
31s1_interface: eth1
Wei-Yu Chen31ebdb52022-06-27 16:53:11 +080032
33# enodebd log_level - supported options: INFO, DEBUG, WARNING, ERROR, FATAl
34log_level: INFO
35
36# firmware download information and credential used by enodebd
37# for "filesize", calculated in Bytes, for device to check if it has enough space to download file
38# put 0 to ask device to download the firmware anyway (but it may fail)
39firmware:
40 url: ""
41 filename: ""
42 filesize: 0
43 username: ""
44 password: ""