Wei-Yu Chen | 434dc4d | 2022-01-03 21:27:31 +0800 | [diff] [blame] | 1 | {# |
| 2 | SPDX-FileCopyrightText: 2020 The Magma Authors. |
| 3 | SPDX-FileCopyrightText: 2022 Open Networking Foundation <support@opennetworking.org> |
| 4 | |
| 5 | SPDX-License-Identifier: Apache-2.0 |
| 6 | #} |
| 7 | |
| 8 | prometheus: |
| 9 | ip: 0.0.0.0 |
| 10 | port: 8000 |
| 11 | |
| 12 | tr069: |
| 13 | interface: {{ enodebd_interface }} |
| 14 | port: {{ enodebd_port }} |
| 15 | perf_mgmt_port: 8081 |
| 16 | public_ip: 127.0.0.1 |
| 17 | |
| 18 | sas: |
| 19 | sas_enabled: True |
| 20 | sas_server_url: "https://sas.goog/v1.2/" |
| 21 | sas_uid: "aether" |
| 22 | sas_category: "A" |
| 23 | sas_channel_type: "GAA" |
| 24 | sas_cert_subject: "/C=TW/O=Sercomm/OU=WInnForum CBSD Certificate/CN=P27-SCE4255W:2009CW5000019" |
| 25 | sas_icg_group_id: "" |
| 26 | sas_location: "indoor" |
| 27 | sas_height_type: "AGL" |
| 28 | |
| 29 | reboot_enodeb_on_mme_disconnected: True |
| 30 | web_ui_enable_list: [] |
| 31 | s1_interface: eth1 |