Commit 5cb9fcfc authored by Raymond Knopp's avatar Raymond Knopp

fixed compilation error in lte-ru.c Added modifications for oaisim from other branch.

parent 3ab54c8a
......@@ -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
......
......@@ -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,
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment