mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
Apply 2 suggestion(s) to 2 file(s)
Co-authored-by: Robert Schmidt <robert.schmidt@eurecom.fr>
This commit is contained in:
@@ -815,7 +815,7 @@ void *UE_thread(void *arg)
|
||||
} else {
|
||||
//warm up the RF board
|
||||
int64_t tmp;
|
||||
for (int i=0; i< 50; i++)
|
||||
for (int i = 0; i < 50; i++)
|
||||
readFrame(UE, &tmp, true);
|
||||
}
|
||||
|
||||
|
||||
@@ -202,7 +202,7 @@ void nr_scan_ssb(void *arg)
|
||||
/* process pss search on received buffer */
|
||||
ssbInfo->syncRes.frame_id = frame_id;
|
||||
int nid2;
|
||||
int freq_offset_pss=0;
|
||||
int freq_offset_pss = 0;
|
||||
const int sync_pos = pss_synchro_nr((const c16_t **)rxdata,
|
||||
fp,
|
||||
pssTime,
|
||||
|
||||
Reference in New Issue
Block a user