self.logger.error("The minimum available time %s (ms) for radio front end processing is higher than a threshold %s (ms) depending on the radio front end."%(min_rxtx_delay,min_rxtx_delay_threshold))
ifavg_rxtx_delay>avg_rxtx_delay_threshold:
self.logger.error("The average available time %s (ms) for radio front end processing is higher than a threshold %s (ms) depending on the radio front end."%(avg_rxtx_delay,avg_rxtx_delay_threshold))
else:
self.logger.info("The minimum %s (ms) and average %s (ms) available time for radio front end processing OK"%(min_rxtx_delay,avg_rxtx_delay))
self.json_logger.info("Minimum and average available time for radio front end processing (ms)",