Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
spbro
OpenXG-RAN
Commits
5811ab1d
Commit
5811ab1d
authored
Oct 02, 2024
by
Thomas Laurent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply 2 suggestion(s) to 2 file(s)
Co-authored-by:
Robert Schmidt
<
robert.schmidt@eurecom.fr
>
parent
711afedf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
executables/nr-ue.c
executables/nr-ue.c
+1
-1
openair1/PHY/NR_UE_TRANSPORT/nr_initial_sync.c
openair1/PHY/NR_UE_TRANSPORT/nr_initial_sync.c
+1
-1
No files found.
executables/nr-ue.c
View file @
5811ab1d
...
...
@@ -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
);
}
...
...
openair1/PHY/NR_UE_TRANSPORT/nr_initial_sync.c
View file @
5811ab1d
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment