Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
7301e691
Commit
7301e691
authored
Jul 15, 2014
by
knopp
Browse files
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
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
Supports
Markdown
0%
Try again
or
attach a new 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