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
canghaiwuhen
OpenXG-RAN
Commits
5cb9fcfc
Commit
5cb9fcfc
authored
Feb 23, 2018
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed compilation error in lte-ru.c Added modifications for oaisim from other branch.
parent
3ab54c8a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
cmake_targets/CMakeLists.txt
cmake_targets/CMakeLists.txt
+1
-1
targets/RT/USER/lte-ru.c
targets/RT/USER/lte-ru.c
+2
-2
targets/SIMU/USER/oaisim.c
targets/SIMU/USER/oaisim.c
+1
-1
No files found.
cmake_targets/CMakeLists.txt
View file @
5cb9fcfc
...
...
@@ -1300,7 +1300,7 @@ set(L2_SRC
)
set
(
L2_SRC_UE
${
OPENAIR2_DIR
}
/LAYER2/openair2_proc.c
#
${OPENAIR2_DIR}/LAYER2/openair2_proc.c
${
PDCP_DIR
}
/pdcp.c
${
PDCP_DIR
}
/pdcp_fifo.c
${
PDCP_DIR
}
/pdcp_sequence_manager.c
...
...
targets/RT/USER/lte-ru.c
View file @
5cb9fcfc
...
...
@@ -119,8 +119,8 @@ extern volatile int oai_exit;
extern
void
phy_init_RU
(
RU_t
*
);
extern
void
phy_free_RU
(
RU_t
*
);
void
init_RU
(
char
*
);
void
stop_RU
(
RU_t
*
ru
);
void
init_RU
(
char
*
,
clock_source_t
clock_source
,
clock_source_t
time_source
);
void
stop_RU
(
int
nb_
ru
);
void
do_ru_sync
(
RU_t
*
ru
);
void
configure_ru
(
int
idx
,
...
...
targets/SIMU/USER/oaisim.c
View file @
5cb9fcfc
...
...
@@ -816,7 +816,6 @@ l2l1_task (void *args_p)
fwrite (stats_buffer, 1, len, eNB_stats[eNB_inst]);
fflush(eNB_stats[eNB_inst]);
}
*/
#ifdef OPENAIR2
if (eNB_l2_stats) {
...
...
@@ -827,6 +826,7 @@ l2l1_task (void *args_p)
}
#endif
*/
#endif
}
}
// eNB_inst loop
...
...
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