Commit c2a39c14 authored by Navid Nikaein's avatar Navid Nikaein

add the eNB task definition

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4516 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 6d44a453
...@@ -37,3 +37,6 @@ TASK_DEF(TASK_SCTP, TASK_PRIORITY_MED, 200) ...@@ -37,3 +37,6 @@ TASK_DEF(TASK_SCTP, TASK_PRIORITY_MED, 200)
/// X2ap task for eNodeB, acts as both source and target /// X2ap task for eNodeB, acts as both source and target
TASK_DEF(TASK_X2AP, TASK_PRIORITY_MED, 200) TASK_DEF(TASK_X2AP, TASK_PRIORITY_MED, 200)
/// eNB APP task
TASK_DEF(TASK_ENB_APP, 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