summaryrefslogtreecommitdiff
path: root/cesar/cl/inc
diff options
context:
space:
mode:
authorlaranjeiro2008-10-27 14:05:55 +0000
committerlaranjeiro2008-10-27 14:05:55 +0000
commit9d1c34f849c028e03e9c0a640aa10e156caf478b (patch)
treea17644352f93f634be8642eb4cda4db48fc7c16c /cesar/cl/inc
parent2e5e0a0b7d49deebc21bf1185eec58e5fb5f9793 (diff)
cl: Added the MFS on the rx callback function done by the SAR.
- Update the unit test cl_mme_send to verify all the cases to send a MME. - Update the tests scripts. - Update the Makefile. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@3371 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cl/inc')
-rw-r--r--cesar/cl/inc/trace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cesar/cl/inc/trace.h b/cesar/cl/inc/trace.h
index 6671dbe09e..383e5f5846 100644
--- a/cesar/cl/inc/trace.h
+++ b/cesar/cl/inc/trace.h
@@ -30,6 +30,7 @@ enum
CL_TRACE_MME_SEND_AS_DATA,
CL_TRACE_MME_SEND_TO_DRIVER,
CL_TRACE_MME_SEND_DONE,
+ CL_TRACE_MME_SEND_DROP,
CL_TRACE_MME_BUFFER_ADD,
CL_TRACE_MME_RECV,
CL_TRACE_MME_RECV_DONE,