blob: 84e636f8efc9b0784cf15e899e371a19ea234241 [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:
17 interface: en0 # NOTE: this value must be consistent with dnsmasq.conf
18 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
22 public_ip: 192.88.99.142
23
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
29 sas_server_url: "https://spectrum-connect.federatedwireless.com/v1.2/"
30 sas_uid: "INVALID_ID"
31 sas_category: "A"
32 sas_channel_type: "GAA"
33 sas_cert_subject: "INVALID_CERT_SUBJECT"
34 sas_icg_group_id: ""
35 sas_location: "indoor"
36 sas_height_type: "AMSL"
37
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