mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -28,8 +28,6 @@
|
||||
|
||||
*******************************************************************************/
|
||||
|
||||
#include "mme_config.h"
|
||||
|
||||
#ifndef TIMER_H_
|
||||
#define TIMER_H_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user