AETHER-2846 Support all parameters which lists in Aether Docs
AETHER-2847 Integrating with Prometheus and record eNB information
AETHER-2848 Move SAS configuration as enodeb base, not plugin in driver code
AETHER-2879 add gps information in prometheus
AETHER-2880 add ip and port as configurable parameter in enodebd
AETHER-2897 Firmware update feature over CWMP
AETHER-3022 Integrate firmware upgrade state into configuration workflow
AETHER-3120 Develop ACS state machine with firmware upgrade feature
Change-Id: I0bcbf2229ba3c1638f2a997f3c651f8d6240145d
diff --git a/common/service.py b/common/service.py
index 5a3ca98..59f06ca 100644
--- a/common/service.py
+++ b/common/service.py
@@ -230,6 +230,7 @@
is received or a StopService rpc call is made on the Service303
interface.
"""
+
logging.info("Starting %s...", self._name)
(host, port) = ServiceRegistry.get_service_address(self._name)
self._port = self._server.add_insecure_port('{}:{}'.format(host, port))