Commit 53a31093 authored by Raymond Knopp's avatar Raymond Knopp

minor modifications to lte-ru.c and ru_control.c. Addition of...

minor modifications to lte-ru.c and ru_control.c.  Addition of lte_noS1_buildCMakelists.template which somehow got removed.
parent f7dfb6c6
set(ENABLE_ITTI True)
set(ENABLE_USE_MME False)
set(PDCP_USE_NETLINK True)
set(LINK_ENB_PDCP_TO_IP_DRIVER True)
set(LINK_ENB_PDCP_TO_GTPV1U False)
set(PDCP_USE_NETLINK_QUEUES False)
set(LINUX True)
set(SECU False)
set(NAS_UE False)
......@@ -1797,8 +1797,9 @@ static void* ru_thread( void* param ) {
continue;
}
#endif
}
} // else wait_cnt == 0
} // ru->state = RU_RU
} // while !oai_exit
printf( "Exiting ru_thread \n");
......
......@@ -83,11 +83,9 @@
#include "RRC/LTE/rrc_extern.h"
#include "PHY_INTERFACE/phy_interface.h"
#include "UTIL/LOG/log_extern.h"
#include "UTIL/OTG/otg_tx.h"
#include "UTIL/OTG/otg_externs.h"
#include "UTIL/MATH/oml.h"
#include "UTIL/LOG/vcd_signal_dumper.h"
#include "UTIL/OPT/opt.h"
#include "enb_config.h"
......
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