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
lizhongxiao
OpenXG-RAN
Commits
f794041d
Commit
f794041d
authored
Dec 21, 2023
by
Karim Boutiba
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove logs energy > 16
parent
98d05c48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
radio/ETHERNET/oran/5g/oaioran.c
radio/ETHERNET/oran/5g/oaioran.c
+1
-1
No files found.
radio/ETHERNET/oran/5g/oaioran.c
View file @
f794041d
...
...
@@ -455,7 +455,7 @@ int xran_fh_rx_read_slot(ru_info_t *ru, int *frame, int *slot){
if
(
1
&&
local_dst
!=
NULL
)
{
int
energy_level
=
dB_fixed
(
signal_energy
((
int32_t
*
)
local_dst
,(
pos_len
+
neg_len
)));
if
(
energy_level
>
16
)
if
(
energy_level
>
25
)
{
printf
(
"PUSCH tti %d slot %d last_slot %d symb %d energy lvel %d
\n
"
,
tti
,
*
slot
,
last_slot
,
sym_idx
,
energy_level
);
/*int off = (((pos_len+neg_len)&1) == 1)? 4:0;
...
...
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