Skip to content
GitLab
Menu
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
79de5295
Commit
79de5295
authored
Jun 04, 2018
by
knopp
Browse files
removed undef in lte-softmodem.h
parent
8dd9cf3c
Changes
3
Hide whitespace changes
Inline
Side-by-side
openair2/RRC/LTE/rrc_eNB.c
View file @
79de5295
...
...
@@ -35,6 +35,7 @@
#include "assertions.h"
#include "common/ran_context.h"
#include "asn1_conversions.h"
#include "asn_internal.h"
#include "RRC/L2_INTERFACE/openair_rrc_L2_interface.h"
#include "LAYER2/RLC/rlc.h"
#include "LAYER2/MAC/mac_proto.h"
...
...
targets/RT/USER/lte-softmodem.h
View file @
79de5295
...
...
@@ -24,7 +24,7 @@
#include <sys/sysinfo.h>
#include "rt_wrapper.h"
#include "../../ARCH/COMMON/common_lib.h"
#undef MALLOC
//
#undef MALLOC
#include "assertions.h"
#include "msc.h"
#include "PHY/types.h"
...
...
targets/RT/USER/rfsim.h
View file @
79de5295
...
...
@@ -18,8 +18,8 @@
* For more information about the OpenAirInterface (OAI) Software Alliance:
* contact@openairinterface.org
*/
#ifndef __SIM__H__
#define __SIM__H__
#ifndef __
RF
SIM__H__
#define __
RF
SIM__H__
#include "lte-softmodem.h"
#include "openair1/SIMULATION/TOOLS/sim.h"
#include "platform_constants.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