Commit 6b05e777 authored by Cedric Roux's avatar Cedric Roux

- Prepare task/file definitions for X2AP

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4406 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent be4a2b5b
...@@ -6,3 +6,4 @@ ...@@ -6,3 +6,4 @@
#include "rrc_messages_def.h" #include "rrc_messages_def.h"
#include "s1ap_messages_def.h" #include "s1ap_messages_def.h"
#include "sctp_messages_def.h" #include "sctp_messages_def.h"
#include "x2ap_messages_def.h"
\ No newline at end of file
...@@ -13,5 +13,6 @@ ...@@ -13,5 +13,6 @@
#include "rrc_messages_types.h" #include "rrc_messages_types.h"
#include "s1ap_messages_types.h" #include "s1ap_messages_types.h"
#include "sctp_messages_types.h" #include "sctp_messages_types.h"
#include "x2ap_messages_types.h"
#endif /* MESSAGES_TYPES_H_ */ #endif /* MESSAGES_TYPES_H_ */
...@@ -34,3 +34,6 @@ TASK_DEF(TASK_S1AP, TASK_PRIORITY_MED, 200) ...@@ -34,3 +34,6 @@ TASK_DEF(TASK_S1AP, TASK_PRIORITY_MED, 200)
/// Sctp task for eNodeB (Used by both S1AP and X2AP) /// Sctp task for eNodeB (Used by both S1AP and X2AP)
TASK_DEF(TASK_SCTP, TASK_PRIORITY_MED, 200) TASK_DEF(TASK_SCTP, TASK_PRIORITY_MED, 200)
/// X2ap task for eNodeB, acts as both source and target
TASK_DEF(TASK_X2AP, TASK_PRIORITY_MED, 200)
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