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
9ca37d1b
Commit
9ca37d1b
authored
Oct 04, 2024
by
Jaroslava Fiedlerova
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/ue-RF-warmup' into integration_2024_w40b
parents
b824e55c
5811ab1d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
executables/nr-ue.c
executables/nr-ue.c
+5
-0
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 @
9ca37d1b
...
...
@@ -815,6 +815,11 @@ void *UE_thread(void *arg)
if
(
get_softmodem_params
()
->
sync_ref
&&
UE
->
sl_mode
==
2
)
{
UE
->
is_synchronized
=
1
;
}
else
{
//warm up the RF board
int64_t
tmp
;
for
(
int
i
=
0
;
i
<
50
;
i
++
)
readFrame
(
UE
,
&
tmp
,
true
);
}
while
(
!
oai_exit
)
{
...
...
openair1/PHY/NR_UE_TRANSPORT/nr_initial_sync.c
View file @
9ca37d1b
...
...
@@ -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
;
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