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/override_configs/gateway.mconfig b/override_configs/gateway.mconfig
index 4fbc7dd..c330502 100644
--- a/override_configs/gateway.mconfig
+++ b/override_configs/gateway.mconfig
@@ -6,12 +6,11 @@
       "specialSubframePattern": 7,
       "earfcndl": 44490,
       "logLevel": "INFO",
-      "plmnidList": "00101",
+      "plmnidList": "305011",
       "pci": 260,
       "allowEnodebTransmit": false,
       "subframeAssignment": 2,
-      "tac": 1,
-      "enb_configs_by_serial": {"2009CW5000019": {}}
+      "tac": 1
     }
   }
-}
\ No newline at end of file
+}