AETHER-2788 Use parameter from configuration to configure eNB
AETHER-2725 CWMP fault returns by eNodeB
AETHER-2692 Check the XML sent by eNodeB and ACS are valid
AETHER-2691 Research on eNodeB TR-069 service issue
AETHER-2788 Use parameter from configuration to configure eNB
AETHER-2789 Load enodeb configuration by the serial number
AETHER-2821 Configure the PLMN which is current not supported by enodebd
AETHER-2839 Create acs_common to own the common attribute of eNodeb configuration
AETHER-2831 Writing documentation of configuring enodebd
This patch contains above jira tickets.
It can work and configure the eNodeB with single configuration now.
Change-Id: I4875d099246a1995de420c4947e7a99823055161
diff --git a/magma_configs/acs_common.yml b/magma_configs/acs_common.yml
new file mode 100644
index 0000000..28f630b
--- /dev/null
+++ b/magma_configs/acs_common.yml
@@ -0,0 +1,11 @@
+bandwidthMhz: 100
+specialSubframePattern: 7
+earfcndl: 44490
+plmnidList: "00101"
+pci: 1
+allowEnodebTransmit: False
+subframeAssignment: 2
+tac: 1
+cell_id: 1
+mme_address: ""
+mme_port: 36412
diff --git a/magma_configs/enodebd.yml b/magma_configs/enodebd.yml
index 84e636f..ff5fe6e 100644
--- a/magma_configs/enodebd.yml
+++ b/magma_configs/enodebd.yml
@@ -14,26 +14,26 @@
# log_level is set in mconfig. It can be overridden here
tr069:
- interface: en0 # NOTE: this value must be consistent with dnsmasq.conf
+ interface: eth0 # 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
+ public_ip: 18.116.99.179
# 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_server_url: "https://sas.goog/v1.2/"
+ sas_uid: "aether"
sas_category: "A"
sas_channel_type: "GAA"
- sas_cert_subject: "INVALID_CERT_SUBJECT"
+ sas_cert_subject: "/C=TW/O=Sercomm/OU=WInnForum CBSD Certificate/CN=P27-SCE4255W:2009CW5000019"
sas_icg_group_id: ""
sas_location: "indoor"
- sas_height_type: "AMSL"
+ sas_height_type: "AGL"
# 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
diff --git a/magma_configs/serial_number/2009CW5000019.yml b/magma_configs/serial_number/2009CW5000019.yml
new file mode 100644
index 0000000..0b0e52f
--- /dev/null
+++ b/magma_configs/serial_number/2009CW5000019.yml
@@ -0,0 +1,29 @@
+bandwidthMhz: 100
+specialSubframePattern: 7
+earfcndl: 44490
+plmnidList: "305010"
+pci: 501
+allowEnodebTransmit: False
+subframeAssignment: 2
+tac: 2
+cell_id: 1
+mme_address: 172.21.143.206
+mme_port: 36412
+
+cell:
+ DL bandwidth: 100
+ UL bandwidth: 100
+ Admin state: 0
+ Periodic inform interval: 180
+ Perf mgmt enable: 0
+ Perf mgmt upload interval: 900
+
+sas:
+ sas_enabled: True
+ sas_server_url: "https://sas.goog/v1.2/"
+ sas_uid: "aether"
+ sas_category: "A"
+ sas_channel_type: "GAA"
+ sas_cert_subject: "/C=TW/O=Sercomm/OU=WInnForum CBSD Certificate/CN=P27-SCE4255W:2009CW5000019"
+ sas_location: "indoor"
+ sas_height_type: "AGL"
\ No newline at end of file