From dd4775293c21fad1aa7fe1730fbbb3b13f4e476f Mon Sep 17 00:00:00 2001 From: laranjeiro Date: Thu, 17 Dec 2009 16:48:23 +0000 Subject: 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 --- cesar/ce/rx/measure.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cesar/ce/rx/measure.h') 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 -- cgit v1.2.3