Restored ue_sync parameters

This commit is contained in:
ismagom 2015-10-29 11:48:38 +01:00
parent 4380995f59
commit d7218fabfd

View file

@ -179,8 +179,8 @@ int srslte_ue_sync_init(srslte_ue_sync_t *q,
q->nof_avg_find_frames = 1;
srslte_sync_set_threshold(&q->sfind, 4.0);
srslte_sync_set_em_alpha(&q->strack, 1);
srslte_sync_set_threshold(&q->strack, 1.1);
srslte_sync_set_em_alpha(&q->strack, 0.1);
srslte_sync_set_threshold(&q->strack, 1.3);
/* Correct CFO in the find state but not in the track state, since is called only
* 1 every 5 subframes. Will do it in the srslte_ue_sync_get_buffer() function.