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
littleBu
OpenXG-RAN
Commits
7b499f50
Commit
7b499f50
authored
Dec 19, 2024
by
francescomani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
print UE statistics also in FDD
parent
f7bb1367
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
executables/nr-ue.c
executables/nr-ue.c
+4
-2
No files found.
executables/nr-ue.c
View file @
7b499f50
...
...
@@ -641,8 +641,9 @@ static int UE_dl_preprocessing(PHY_VARS_NR_UE *UE,
}
}
bool
dl_slot
=
false
;
if
(
proc
->
rx_slot_type
==
NR_DOWNLINK_SLOT
||
proc
->
rx_slot_type
==
NR_MIXED_SLOT
)
{
dl_slot
=
true
;
if
(
UE
->
if_inst
!=
NULL
&&
UE
->
if_inst
->
dl_indication
!=
NULL
)
{
nr_downlink_indication_t
dl_indication
;
nr_fill_dl_indication
(
&
dl_indication
,
NULL
,
NULL
,
proc
,
UE
,
phy_data
);
...
...
@@ -655,7 +656,8 @@ static int UE_dl_preprocessing(PHY_VARS_NR_UE *UE,
const
int
ack_nack_slot
=
(
proc
->
nr_slot_rx
+
phy_data
->
dlsch
[
0
].
dlsch_config
.
k1_feedback
)
%
UE
->
frame_parms
.
slots_per_frame
;
tx_wait_for_dlsch
[
ack_nack_slot
]
++
;
}
}
else
{
}
if
(
fp
->
frame_type
==
FDD
||
!
dl_slot
)
{
// good time to print statistics, we don't have to spend time to decode DCI
if
(
proc
->
frame_rx
%
128
==
0
)
{
if
(
*
stats_printed
==
false
)
{
...
...
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