summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/measure.h
diff options
context:
space:
mode:
authorlaranjeiro2009-12-17 16:48:23 +0000
committerlaranjeiro2009-12-17 16:48:23 +0000
commitdd4775293c21fad1aa7fe1730fbbb3b13f4e476f (patch)
tree72d44025c32d1968fe76eb426549e993e787a845 /cesar/ce/rx/measure.h
parent7ab04c74809a4b1e69e3c8e0e19d7e62b2fb142a (diff)
cesar/{mac/sar,ce/rx}: compute the number of PB CRC error for the CE, closes #858
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6566 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/ce/rx/measure.h')
-rw-r--r--cesar/ce/rx/measure.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cesar/ce/rx/measure.h b/cesar/ce/rx/measure.h
index b7c39c113a..526e3e3046 100644
--- a/cesar/ce/rx/measure.h
+++ b/cesar/ce/rx/measure.h
@@ -39,7 +39,7 @@ BEGIN_DECLS
* \param last_pbm the last block used to store the PB measurements.
* \param chan_data the head of the channel data.
* \param chan_data_count the count of PBs in the channel data.
- * \param pbm_blk_offset start storage of measurements at a specific offset.
+ * \param false_pb_count number of false PBs (CRC error) inside the frame.
* \return true if there are one or more blocks allocated to store the
* measurements.
*
@@ -49,7 +49,7 @@ bool
ce_rx_measure_sar_cb (void *data, pbproc_rx_params_t *rx_params,
uint pbm_count, blk_t **first_pbm, blk_t **last_pbm,
pb_t *chan_data, uint chan_data_count,
- uint *pbm_blk_offset);
+ u8 **false_pb_count);
END_DECLS