From 9741f87e2ccdc4a6f82ce2c3c31e71274432e5d9 Mon Sep 17 00:00:00 2001
From: ismagom <ismagom@gmail.com>
Date: Thu, 21 Apr 2016 10:07:49 +0200
Subject: [PATCH] Reduced time offset correcting period to 25 ms

---
 srslte/lib/ue/ue_sync.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srslte/lib/ue/ue_sync.c b/srslte/lib/ue/ue_sync.c
index a301b0c24..a4e87dc6a 100644
--- a/srslte/lib/ue/ue_sync.c
+++ b/srslte/lib/ue/ue_sync.c
@@ -44,7 +44,7 @@ cf_t dummy[MAX_TIME_OFFSET];
 #define TRACK_MAX_LOST          4
 #define TRACK_FRAME_SIZE        32
 #define FIND_NOF_AVG_FRAMES     4
-#define DEFAULT_SAMPLE_OFFSET_CORRECT_PERIOD  10
+#define DEFAULT_SAMPLE_OFFSET_CORRECT_PERIOD  5
 #define DEFAULT_SFO_EMA_COEFF                 0.1
 
 cf_t dummy_offset_buffer[1024*1024];
-- 
GitLab