diff --git a/srsue/hdr/stack/mac/ul_harq.h b/srsue/hdr/stack/mac/ul_harq.h index 8b58a46a2..b0726d161 100644 --- a/srsue/hdr/stack/mac/ul_harq.h +++ b/srsue/hdr/stack/mac/ul_harq.h @@ -100,9 +100,9 @@ private: srsran::ul_harq_cfg_t harq_cfg = {}; - std::atomic average_retx{0}; - uint64_t nof_pkts = 0; - ra_proc* ra_procedure = nullptr; + std::atomic average_retx{0}; + std::atomic nof_pkts{0}; + ra_proc* ra_procedure = nullptr; uint8_t cc_idx = 0; };