diff --git a/srsue/hdr/stack/mac/ul_harq.h b/srsue/hdr/stack/mac/ul_harq.h index de55b241f..4add4e488 100644 --- a/srsue/hdr/stack/mac/ul_harq.h +++ b/srsue/hdr/stack/mac/ul_harq.h @@ -119,7 +119,7 @@ private: uint32_t pid; std::atomic current_tx_nb = {0}; - uint32_t current_irv; + std::atomic current_irv = {0}; bool harq_feedback; bool is_grant_configured; bool is_initiated;