Commit 5811ab1d authored by Thomas Laurent's avatar Thomas Laurent

Apply 2 suggestion(s) to 2 file(s)

Co-authored-by: default avatarRobert Schmidt <robert.schmidt@eurecom.fr>
parent 711afedf
...@@ -815,7 +815,7 @@ void *UE_thread(void *arg) ...@@ -815,7 +815,7 @@ void *UE_thread(void *arg)
} else { } else {
//warm up the RF board //warm up the RF board
int64_t tmp; int64_t tmp;
for (int i=0; i< 50; i++) for (int i = 0; i < 50; i++)
readFrame(UE, &tmp, true); readFrame(UE, &tmp, true);
} }
......
...@@ -202,7 +202,7 @@ void nr_scan_ssb(void *arg) ...@@ -202,7 +202,7 @@ void nr_scan_ssb(void *arg)
/* process pss search on received buffer */ /* process pss search on received buffer */
ssbInfo->syncRes.frame_id = frame_id; ssbInfo->syncRes.frame_id = frame_id;
int nid2; int nid2;
int freq_offset_pss=0; int freq_offset_pss = 0;
const int sync_pos = pss_synchro_nr((const c16_t **)rxdata, const int sync_pos = pss_synchro_nr((const c16_t **)rxdata,
fp, fp,
pssTime, pssTime,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment