commit | 8d06416b06448a5eb0b45f624f5de91ec731e043 | [log] [tgz] |
---|---|---|
author | Wei-Yu Chen <wychen@intel.com> | Fri May 27 21:06:55 2022 +0800 |
committer | Wei-Yu Chen <wychen@intel.com> | Tue May 31 00:15:28 2022 +0800 |
tree | cc6a69d837ad594df3a179b0c5be8f168ce7a68c | |
parent | f90b16b1f8578426c5d598ccc0e11506d72c1b6d [diff] [blame] |
AETHER-3573 Simplify configuration files in enodebd Change-Id: I048d743c0677c85244b87a6c6444f39c06f6bf4b
diff --git a/device_config/enodeb_config_postprocessor.py b/device_config/enodeb_config_postprocessor.py index e8aebc6..39c5d31 100644 --- a/device_config/enodeb_config_postprocessor.py +++ b/device_config/enodeb_config_postprocessor.py
@@ -16,7 +16,7 @@ """ @abstractmethod - def postprocess(self, mconfig: Any, service_cfg: Any, desired_cfg: EnodebConfiguration) -> None: + def postprocess(self, desired_cfg: EnodebConfiguration) -> None: """ Implementation of function which overrides the desired configuration for the eNodeB