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
promise
OpenXG-RAN
Commits
78e0a53d
Commit
78e0a53d
authored
Aug 29, 2017
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
integration fix: remove compilation warnings
parent
a945f85d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
openair1/PHY/LTE_TRANSPORT/if5_tools.c
openair1/PHY/LTE_TRANSPORT/if5_tools.c
+0
-5
No files found.
openair1/PHY/LTE_TRANSPORT/if5_tools.c
View file @
78e0a53d
...
@@ -445,8 +445,6 @@ void recv_IF5(PHY_VARS_eNB *eNB, openair0_timestamp *proc_timestamp, int subfram
...
@@ -445,8 +445,6 @@ void recv_IF5(PHY_VARS_eNB *eNB, openair0_timestamp *proc_timestamp, int subfram
if
(
eNB
->
node_timing
==
synch_to_mobipass_standalone
)
{
if
(
eNB
->
node_timing
==
synch_to_mobipass_standalone
)
{
uint16_t
db_fulllength
=
PAYLOAD_MOBIPASS_NUM_SAMPLES
;
uint16_t
db_fulllength
=
PAYLOAD_MOBIPASS_NUM_SAMPLES
;
openair0_timestamp
timestamp_mobipass
[
fp
->
samples_per_tti
/
db_fulllength
];
openair0_timestamp
timestamp_mobipass
[
fp
->
samples_per_tti
/
db_fulllength
];
int
subframe_skip
=
0
;
int
reset_flag
=
0
;
int32_t
*
rx_buffer
=
NULL
;
int32_t
*
rx_buffer
=
NULL
;
__m128i
*
data_block
=
NULL
,
*
data_block_head
=
NULL
;
__m128i
*
data_block
=
NULL
,
*
data_block_head
=
NULL
;
__m128i
*
rxp128
;
__m128i
*
rxp128
;
...
@@ -454,14 +452,11 @@ void recv_IF5(PHY_VARS_eNB *eNB, openair0_timestamp *proc_timestamp, int subfram
...
@@ -454,14 +452,11 @@ void recv_IF5(PHY_VARS_eNB *eNB, openair0_timestamp *proc_timestamp, int subfram
unsigned
char
_rx_buffer
[
MAC_HEADER_SIZE_BYTES
+
sizeof_IF5_mobipass_header_t
+
db_fulllength
*
sizeof
(
int16_t
)];
unsigned
char
_rx_buffer
[
MAC_HEADER_SIZE_BYTES
+
sizeof_IF5_mobipass_header_t
+
db_fulllength
*
sizeof
(
int16_t
)];
rx_buffer
=
(
int32_t
*
)
_rx_buffer
;
rx_buffer
=
(
int32_t
*
)
_rx_buffer
;
IF5_mobipass_header_t
*
header
=
(
IF5_mobipass_header_t
*
)((
uint8_t
*
)
rx_buffer
+
MAC_HEADER_SIZE_BYTES
);
data_block_head
=
(
__m128i
*
)((
uint8_t
*
)
rx_buffer
+
MAC_HEADER_SIZE_BYTES
+
sizeof_IF5_mobipass_header_t
);
data_block_head
=
(
__m128i
*
)((
uint8_t
*
)
rx_buffer
+
MAC_HEADER_SIZE_BYTES
+
sizeof_IF5_mobipass_header_t
);
rxp
[
0
]
=
(
void
*
)
&
eNB
->
common_vars
.
rxdata
[
0
][
0
][
subframe
*
eNB
->
frame_parms
.
samples_per_tti
];
rxp
[
0
]
=
(
void
*
)
&
eNB
->
common_vars
.
rxdata
[
0
][
0
][
subframe
*
eNB
->
frame_parms
.
samples_per_tti
];
rxp128
=
(
__m128i
*
)
(
rxp
[
0
]);
rxp128
=
(
__m128i
*
)
(
rxp
[
0
]);
eNB_proc_t
*
proc
=
&
eNB
->
proc
;
packet_id
=
0
;
packet_id
=
0
;
while
(
packet_id
<
fp
->
samples_per_tti
/
db_fulllength
)
{
while
(
packet_id
<
fp
->
samples_per_tti
/
db_fulllength
)
{
data_block
=
data_block_head
;
data_block
=
data_block_head
;
...
...
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