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
常顺宇
OpenXG-RAN
Commits
79de5295
Commit
79de5295
authored
Jun 04, 2018
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed undef in lte-softmodem.h
parent
8dd9cf3c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
openair2/RRC/LTE/rrc_eNB.c
openair2/RRC/LTE/rrc_eNB.c
+1
-0
targets/RT/USER/lte-softmodem.h
targets/RT/USER/lte-softmodem.h
+1
-1
targets/RT/USER/rfsim.h
targets/RT/USER/rfsim.h
+2
-2
No files found.
openair2/RRC/LTE/rrc_eNB.c
View file @
79de5295
...
@@ -35,6 +35,7 @@
...
@@ -35,6 +35,7 @@
#include "assertions.h"
#include "assertions.h"
#include "common/ran_context.h"
#include "common/ran_context.h"
#include "asn1_conversions.h"
#include "asn1_conversions.h"
#include "asn_internal.h"
#include "RRC/L2_INTERFACE/openair_rrc_L2_interface.h"
#include "RRC/L2_INTERFACE/openair_rrc_L2_interface.h"
#include "LAYER2/RLC/rlc.h"
#include "LAYER2/RLC/rlc.h"
#include "LAYER2/MAC/mac_proto.h"
#include "LAYER2/MAC/mac_proto.h"
...
...
targets/RT/USER/lte-softmodem.h
View file @
79de5295
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
#include <sys/sysinfo.h>
#include <sys/sysinfo.h>
#include "rt_wrapper.h"
#include "rt_wrapper.h"
#include "../../ARCH/COMMON/common_lib.h"
#include "../../ARCH/COMMON/common_lib.h"
#undef MALLOC
//
#undef MALLOC
#include "assertions.h"
#include "assertions.h"
#include "msc.h"
#include "msc.h"
#include "PHY/types.h"
#include "PHY/types.h"
...
...
targets/RT/USER/rfsim.h
View file @
79de5295
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
* For more information about the OpenAirInterface (OAI) Software Alliance:
* For more information about the OpenAirInterface (OAI) Software Alliance:
* contact@openairinterface.org
* contact@openairinterface.org
*/
*/
#ifndef __SIM__H__
#ifndef __
RF
SIM__H__
#define __SIM__H__
#define __
RF
SIM__H__
#include "lte-softmodem.h"
#include "lte-softmodem.h"
#include "openair1/SIMULATION/TOOLS/sim.h"
#include "openair1/SIMULATION/TOOLS/sim.h"
#include "platform_constants.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