Moved ITTI configuration values into a separate file.

Included "mme_config.h" explicitely in files because it must be removed from "intertask_interface.h" to make ITTI more generic.
Removed some useless timer definitions.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4247 818b1a75-f10b-46b9-bf7c-635c3b92a50f
This commit is contained in:
winckel
2013-10-22 07:40:37 +00:00
parent 68fed0a1ce
commit 11b1a9c0da
5 changed files with 2 additions and 17 deletions

View File

@@ -243,9 +243,6 @@ int timer_init(void)
STAILQ_INIT(&timer_desc.timer_queue);
pthread_mutex_init(&timer_desc.timer_list_mutex, NULL);
timer_desc.timeout.tv_sec = MME_TIMER_TIMEOUT_S;
timer_desc.timeout.tv_nsec = MME_TIMER_TIMEOUT_NS;
TMR_DEBUG("Initializing TIMER task interface: DONE\n");
return 0;
}

View File

@@ -28,8 +28,6 @@
*******************************************************************************/
#include "mme_config.h"
#ifndef TIMER_H_
#define TIMER_H_