Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
openairinterface5G
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Merge Requests
20
Merge Requests
20
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
oai
openairinterface5G
Commits
7301e691
Commit
7301e691
authored
Jul 15, 2014
by
knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5505
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
777b1485
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
targets/RT/USER/lte-softmodem.c
targets/RT/USER/lte-softmodem.c
+4
-2
No files found.
targets/RT/USER/lte-softmodem.c
View file @
7301e691
...
...
@@ -55,6 +55,8 @@
#include "rt_wrapper.h"
#undef MALLOC //there are two conflicting definitions, so we better make sure we don't use it at all
static
int
hw_subframe
;
#include "assertions.h"
#ifdef EMOS
...
...
@@ -137,8 +139,8 @@ int32_t init_rx_pdsch_thread(void);
void
cleanup_rx_pdsch_thread
(
void
);
s32
*
rxdata
;
s32
*
txdata
;
int32_t
*
rxdata
;
int32_t
*
txdata
;
void
setup_ue_buffers
(
PHY_VARS_UE
*
phy_vars_ue
,
LTE_DL_FRAME_PARMS
*
frame_parms
,
int
carrier
);
void
setup_eNB_buffers
(
PHY_VARS_eNB
*
phy_vars_eNB
,
LTE_DL_FRAME_PARMS
*
frame_parms
,
int
carrier
);
...
...
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