Commit 2b352d6f authored by Raymond Knopp's avatar Raymond Knopp

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5502 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent f103c14f
......@@ -1024,7 +1024,7 @@ void kill_eNB_proc() {
/* This is the main eNB thread. */
int eNB_thread_status;
#ifndef USRP
static void *eNB_thread(void *arg)
{
#ifdef RTAI
......@@ -1244,7 +1244,7 @@ static void *eNB_thread(void *arg)
#ifndef USRP
/* This is the main UE thread. Initially it is doing a periodic get_frame. One synchronized it gets woken up by the kernel driver using the RTAI message mechanism (rt_send and rt_receive). */
static void *UE_thread(void *arg) {
#ifdef RTAI
......
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