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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-RAN
Commits
ecbb0bab
Commit
ecbb0bab
authored
Oct 29, 2024
by
Sakthivel Velumani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update PRACH tracer
parent
611bbb52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
executables/nr-ru.c
executables/nr-ru.c
+6
-2
No files found.
executables/nr-ru.c
View file @
ecbb0bab
...
...
@@ -1308,8 +1308,12 @@ void *ru_thread(void *param)
if
(
prach_id
>=
0
)
{
VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
(
VCD_SIGNAL_DUMPER_FUNCTIONS_PHY_RU_PRACH_RX
,
1
);
T
(
T_GNB_PHY_PRACH_INPUT_SIGNAL
,
T_INT
(
proc
->
frame_rx
),
T_INT
(
proc
->
tti_rx
),
T_INT
(
0
),
T_BUFFER
(
&
ru
->
common
.
rxdata
[
0
][
fp
->
get_samples_slot_timestamp
(
proc
->
tti_rx
-
1
,
fp
,
0
)]
/*-ru->N_TA_offset*/
,
fp
->
get_samples_per_slot
(
proc
->
tti_rx
,
fp
)
*
4
*
2
));
T
(
T_GNB_PHY_PRACH_INPUT_SIGNAL
,
T_INT
(
proc
->
frame_rx
),
T_INT
(
proc
->
tti_rx
),
T_INT
(
0
),
T_BUFFER
(
&
ru
->
common
.
rxdata
[
0
][
fp
->
get_samples_slot_timestamp
(
proc
->
tti_rx
-
1
,
fp
,
0
)
/*-ru->N_TA_offset*/
],
(
fp
->
get_samples_per_slot
(
proc
->
tti_rx
-
1
,
fp
)
+
fp
->
get_samples_per_slot
(
proc
->
tti_rx
,
fp
))
*
4
));
RU_PRACH_list_t
*
p
=
ru
->
prach_list
+
prach_id
;
int
N_dur
=
get_nr_prach_duration
(
p
->
fmt
);
...
...
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