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
wangjie
OpenXG-RAN
Commits
7c7022a1
Commit
7c7022a1
authored
Mar 24, 2017
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compilation warning removal
parent
89c60dac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
targets/RT/USER/eNB_transport_IQ.c
targets/RT/USER/eNB_transport_IQ.c
+2
-2
No files found.
targets/RT/USER/eNB_transport_IQ.c
View file @
7c7022a1
...
...
@@ -545,7 +545,7 @@ void *rrh_eNB_tx_thread(void *arg) {
struct
timespec
time_req_1us
,
time_rem_1us
;
ssize_t
bytes_received
;
int
i
;
openair0_timestamp
last_hw_counter
=
0
;
//
openair0_timestamp last_hw_counter=0;
unsigned
int
samples_per_frame
=
0
,
samples_per_subframe
=
0
;
unsigned
int
spp_rf
=
0
,
spp_eth
=
0
;
uint8_t
loopback
=
0
,
measurements
=
0
;
...
...
@@ -634,7 +634,7 @@ void *rrh_eNB_tx_thread(void *arg) {
VCD_SIGNAL_DUMPER_DUMP_VARIABLE_BY_NAME
(
VCD_SIGNAL_DUMPER_VARIABLES_TX_TS
,
timestamp_tx
&
0xffffffff
);
if
(
dev
->
devs
->
type
==
NONE_DEV
)
last_hw_counter
=
hw_counter
;
//
if (dev->devs->type == NONE_DEV) last_hw_counter=hw_counter;
if
(
loopback
==
1
)
{
...
...
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