blob: ff5fe6ea239c9e2e410487d3c0601ba3cd3af171 [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
16tr069:
Wei-Yu Chen5cbdfbb2021-12-02 01:10:21 +080017 interface: eth0 # NOTE: this value must be consistent with dnsmasq.conf
Wei-Yu Chen49950b92021-11-08 19:19:18 +080018 port: 48080
19 perf_mgmt_port: 8081
20 # NOTE: this is the IP which enodeb will communicate with enodebd
21 # if this is ever changed in dnsd.yml, this needs to be updated too
Wei-Yu Chen5cbdfbb2021-12-02 01:10:21 +080022 public_ip: 18.116.99.179
Wei-Yu Chen49950b92021-11-08 19:19:18 +080023
24# TODO: @amar: This is a temp workaround to allow for testing until we
25# connect enodebd with the domain proxy which is responsible for talking to
26# SAS.
27sas:
28 sas_enabled: True
Wei-Yu Chen5cbdfbb2021-12-02 01:10:21 +080029 sas_server_url: "https://sas.goog/v1.2/"
30 sas_uid: "aether"
Wei-Yu Chen49950b92021-11-08 19:19:18 +080031 sas_category: "A"
32 sas_channel_type: "GAA"
Wei-Yu Chen5cbdfbb2021-12-02 01:10:21 +080033 sas_cert_subject: "/C=TW/O=Sercomm/OU=WInnForum CBSD Certificate/CN=P27-SCE4255W:2009CW5000019"
Wei-Yu Chen49950b92021-11-08 19:19:18 +080034 sas_icg_group_id: ""
35 sas_location: "indoor"
Wei-Yu Chen5cbdfbb2021-12-02 01:10:21 +080036 sas_height_type: "AGL"
Wei-Yu Chen49950b92021-11-08 19:19:18 +080037
38# Reboot eNodeB if eNodeB should be connected to MME but isn't
39# This is a workaround for a bug with BaiCells eNodeB where the S1 connection
40# gets into a bad state
41reboot_enodeb_on_mme_disconnected: True
42
43# Enable webui for debugging for a list of eNB serial numbers.
44# Not supported on all enodeb models
45web_ui_enable_list: []
46
47# Network interface to terminate S1
48s1_interface: eth1
49