Fixes coverity 359789

master
Alejandro Leal Conejos 3 years ago committed by Ismael Gomez
parent eb889d740d
commit af3a2ef589

@ -215,8 +215,8 @@ private:
// consts // consts
const sched_cell_params_t* cc_cfg = nullptr; const sched_cell_params_t* cc_cfg = nullptr;
sf_sched_result* cc_results = nullptr; ///< Results of other CCs for the same Subframe
srslog::basic_logger& logger; srslog::basic_logger& logger;
sf_sched_result* cc_results; ///< Results of other CCs for the same Subframe
// internal state // internal state
sf_grid_t tti_alloc; sf_grid_t tti_alloc;

Loading…
Cancel
Save