From 2f0020b7cae024af0b9a06a43847f474006b4b62 Mon Sep 17 00:00:00 2001 From: Ismael Gomez Date: Thu, 2 May 2019 19:32:26 +0200 Subject: [PATCH] Remove out_of_sync() call when not camping. Warning commit --- srsue/src/phy/sync.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/srsue/src/phy/sync.cc b/srsue/src/phy/sync.cc index d528a2aa9..369c879db 100644 --- a/srsue/src/phy/sync.cc +++ b/srsue/src/phy/sync.cc @@ -393,8 +393,6 @@ void sync::run_thread() // If not camping, clear SFN sync if (!phy_state.is_camping()) { force_camping_sfn_sync = false; - } else { - out_of_sync(); } if (log_phy_lib_h) {