diff --git a/srsue/hdr/phy/sync.h b/srsue/hdr/phy/sync.h index cb41e41a6..677ac6a1f 100644 --- a/srsue/hdr/phy/sync.h +++ b/srsue/hdr/phy/sync.h @@ -282,7 +282,7 @@ private: bool set_camp(float new_srate) { std::lock_guard lock(mutex); - if (current_srate != new_srate || srate_mode != SRATE_CAMP) { + if (srate_mode != SRATE_CAMP) { current_srate = new_srate; srate_mode = SRATE_CAMP; return true;