summaryrefslogtreecommitdiff
path: root/cesar/cp/inc
diff options
context:
space:
mode:
authorlaranjeiro2009-06-24 15:41:39 +0000
committerlaranjeiro2009-06-24 15:41:39 +0000
commitb54790c3b1ef1bc8ccdfb247a1210e3e43348633 (patch)
tree772305703b9e237d0858b694baecd5aa5b68a49d /cesar/cp/inc
parentb876e210967f74d30d4f6685e953f18319383fda (diff)
*cp/beacon/ntb, *cp:
* Added traces for the NTB module to have the offset and the frequency error computed. * Compute the offset for each beacon received, this allow the station to start directly with the CCo ntb clock. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4843 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp/inc')
-rw-r--r--cesar/cp/inc/trace.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cesar/cp/inc/trace.h b/cesar/cp/inc/trace.h
index 72aa4053e7..94c66efaf8 100644
--- a/cesar/cp/inc/trace.h
+++ b/cesar/cp/inc/trace.h
@@ -51,7 +51,9 @@ enum
CP_TRACE_CL_INTERF_MME_RX,
CP_TRACE_CCO_ASSOC,
CP_TRACE_CCO_ASSOC_RENEW,
- CP_TRACE_CCO_TEI_EXPIRED
+ CP_TRACE_CCO_TEI_EXPIRED,
+ CP_TRACE_NTB_SYNC,
+ CP_TRACE_NTB_SYNC_PROC_DELAY
};
BEGIN_DECLS