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
e6ead93a
Commit
e6ead93a
authored
Mar 25, 2021
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed 3 warnings in lte-softmodem
parent
08b781eb
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
openair1/PHY/LTE_ESTIMATION/freq_equalization.c
openair1/PHY/LTE_ESTIMATION/freq_equalization.c
+1
-0
openair1/PHY/LTE_TRANSPORT/if4_tools.c
openair1/PHY/LTE_TRANSPORT/if4_tools.c
+1
-0
targets/ARCH/iqplayer/iqplayer_lib.c
targets/ARCH/iqplayer/iqplayer_lib.c
+2
-0
No files found.
openair1/PHY/LTE_ESTIMATION/freq_equalization.c
View file @
e6ead93a
...
...
@@ -21,6 +21,7 @@
#include "PHY/defs_eNB.h"
#include "PHY/sse_intrin.h"
#include "PHY/LTE_ESTIMATION/lte_estimation.h"
// This is 4096/(1:4096) in __m128i format
__m128i
inv_ch
[
4096
];
/* = {512,512,512,512,512,512,512,512,
...
...
openair1/PHY/LTE_TRANSPORT/if4_tools.c
View file @
e6ead93a
...
...
@@ -36,6 +36,7 @@
#include "PHY/TOOLS/alaw_lut.h"
//#include "PHY/phy_extern.h"
//#include "SCHED/sched_eNB.h"
lte_subframe_t
subframe_select
(
LTE_DL_FRAME_PARMS
*
frame_parms
,
uint8_t
subframe
);
//#include "targets/ARCH/ETHERNET/USERSPACE/LIB/if_defs.h"
#include "targets/ARCH/ETHERNET/USERSPACE/LIB/ethernet_lib.h"
...
...
targets/ARCH/iqplayer/iqplayer_lib.c
View file @
e6ead93a
...
...
@@ -25,7 +25,9 @@
*/
#define _LARGEFILE_SOURCE
#define _FILE_OFFSET_BITS 64
#ifndef NB_ANTENNAS_RX
#define NB_ANTENNAS_RX 2
#endif
#include <string.h>
#include <pthread.h>
#include <unistd.h>
...
...
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