Commit 1c46dd7c authored by Raymond Knopp's avatar Raymond Knopp

updates for oaisim

parent b42d83be
...@@ -1300,7 +1300,6 @@ set(L2_SRC ...@@ -1300,7 +1300,6 @@ set(L2_SRC
) )
set(L2_SRC_UE set(L2_SRC_UE
${OPENAIR2_DIR}/LAYER2/openair2_proc.c
${PDCP_DIR}/pdcp.c ${PDCP_DIR}/pdcp.c
${PDCP_DIR}/pdcp_fifo.c ${PDCP_DIR}/pdcp_fifo.c
${PDCP_DIR}/pdcp_sequence_manager.c ${PDCP_DIR}/pdcp_sequence_manager.c
......
...@@ -818,13 +818,14 @@ l2l1_task (void *args_p) ...@@ -818,13 +818,14 @@ l2l1_task (void *args_p)
} }
*/ */
#ifdef OPENAIR2 #ifdef OPENAIR2
/*
if (eNB_l2_stats) { if (eNB_l2_stats) {
len = dump_eNB_l2_stats (stats_buffer, 0); len = dump_eNB_l2_stats (stats_buffer, 0);
rewind (eNB_l2_stats); rewind (eNB_l2_stats);
fwrite (stats_buffer, 1, len, eNB_l2_stats); fwrite (stats_buffer, 1, len, eNB_l2_stats);
fflush(eNB_l2_stats); fflush(eNB_l2_stats);
} }
*/
#endif #endif
#endif #endif
......
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