Init commit for standalone enodebd
Change-Id: I88eeef5135dd7ba8551ddd9fb6a0695f5325337b
diff --git a/magma_configs/enodebd.yml b/magma_configs/enodebd.yml
new file mode 100644
index 0000000..84e636f
--- /dev/null
+++ b/magma_configs/enodebd.yml
@@ -0,0 +1,49 @@
+---
+#
+# Copyright 2020 The Magma Authors.
+
+# This source code is licensed under the BSD-style license found in the
+# LICENSE file in the root directory of this source tree.
+
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# log_level is set in mconfig. It can be overridden here
+
+tr069:
+ interface: en0 # NOTE: this value must be consistent with dnsmasq.conf
+ port: 48080
+ perf_mgmt_port: 8081
+ # NOTE: this is the IP which enodeb will communicate with enodebd
+ # if this is ever changed in dnsd.yml, this needs to be updated too
+ public_ip: 192.88.99.142
+
+# TODO: @amar: This is a temp workaround to allow for testing until we
+# connect enodebd with the domain proxy which is responsible for talking to
+# SAS.
+sas:
+ sas_enabled: True
+ sas_server_url: "https://spectrum-connect.federatedwireless.com/v1.2/"
+ sas_uid: "INVALID_ID"
+ sas_category: "A"
+ sas_channel_type: "GAA"
+ sas_cert_subject: "INVALID_CERT_SUBJECT"
+ sas_icg_group_id: ""
+ sas_location: "indoor"
+ sas_height_type: "AMSL"
+
+# Reboot eNodeB if eNodeB should be connected to MME but isn't
+# This is a workaround for a bug with BaiCells eNodeB where the S1 connection
+# gets into a bad state
+reboot_enodeb_on_mme_disconnected: True
+
+# Enable webui for debugging for a list of eNB serial numbers.
+# Not supported on all enodeb models
+web_ui_enable_list: []
+
+# Network interface to terminate S1
+s1_interface: eth1
+