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
55728a98
Commit
55728a98
authored
Mar 14, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RFsim: demote log level, remove useless log message
parent
bfd51995
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
radio/rfsimulator/simulator.c
radio/rfsimulator/simulator.c
+1
-2
No files found.
radio/rfsimulator/simulator.c
View file @
55728a98
...
...
@@ -868,7 +868,7 @@ static int rfsimulator_read(openair0_device *device, openair0_timestamp *ptimest
if
(
first_sock
==
MAX_FD_RFSIMU
)
{
// no connected device (we are eNB, no UE is connected)
if
(
t
->
nextRxTstamp
==
0
)
LOG_
W
(
HW
,
"No connected device, generating void samples...
\n
"
);
LOG_
I
(
HW
,
"No connected device, generating void samples...
\n
"
);
if
(
!
flushInput
(
t
,
t
->
wait_timeout
,
nsamps
))
{
for
(
int
x
=
0
;
x
<
nbAnt
;
x
++
)
...
...
@@ -1019,7 +1019,6 @@ int device_init(openair0_device *device, openair0_config_t *openair0_cfg) {
rfsimulator
->
sample_rate
=
openair0_cfg
->
sample_rate
;
rfsimulator
->
tx_bw
=
openair0_cfg
->
tx_bw
;
rfsimulator_readconfig
(
rfsimulator
);
LOG_W
(
HW
,
"sample_rate %f
\n
"
,
rfsimulator
->
sample_rate
);
if
(
rfsimulator
->
prop_delay_ms
>
0
.
0
)
rfsimulator
->
chan_offset
=
rfsimulator
->
sample_rate
*
rfsimulator
->
prop_delay_ms
/
1000
;
if
(
rfsimulator
->
chan_offset
!=
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