Fix unitialised value

This commit is contained in:
Xavier Arteaga 2021-05-26 10:25:15 +02:00 committed by Xavier Arteaga
parent 531acc0a98
commit 65d51f5855
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@ private:
bool measure_rat(measure_context_t context, std::vector<cf_t>& buffer) override;
srslog::basic_logger& logger;
srsran_cell_t serving_cell = {}; ///< Current serving cell in the EARFCN, to avoid reporting it
uint32_t current_earfcn; ///< Current EARFCN
srsran_cell_t serving_cell = {}; ///< Current serving cell in the EARFCN, to avoid reporting it
uint32_t current_earfcn = 0; ///< Current EARFCN
/// LTE-based measuring objects
scell_recv scell_rx; ///< Secondary cell searcher