Fixes coverity 359789

This commit is contained in:
Alejandro Leal Conejos 2021-10-27 16:03:16 +02:00 committed by Ismael Gomez
parent eb889d740d
commit af3a2ef589
1 changed files with 3 additions and 3 deletions

View File

@ -215,8 +215,8 @@ private:
// consts
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;
sf_sched_result* cc_results; ///< Results of other CCs for the same Subframe
// internal state
sf_grid_t tti_alloc;