summaryrefslogtreecommitdiff
path: root/cesar/mac/sar/test/functional/src/sar_tx.c
diff options
context:
space:
mode:
authordufour2010-04-14 08:57:04 +0000
committerdufour2010-04-14 08:57:04 +0000
commitf57b67f6b2c243c5acc90aa2a3e830c6ba2b0bd5 (patch)
treee3f2bb3d753fd98532ec28ca857a2e20948c90d8 /cesar/mac/sar/test/functional/src/sar_tx.c
parent00d554ff3f2bd8f7b047319c4c4a5f41bb5adc26 (diff)
cesar/{mac/sar,ce/rx}: update SAR callback to get BER, closes #1442
PB measurements are no longer given by the SAR CB: it directly pre-computes the BER sum (on PBs with no CRC error), the total count of PBs inside the frame and the count of PBs with CRC error in the frame. In the CE, measure now contains: - RX params, - channel data if there are some, - some statistics (total PBs count, total false PBs, BER sum) No need any more to give some pointer to the SAR, measure data are directly delivered from the SAR for copy. Configuration for "PB measurements get flag" is now removed from the CE. Tests have been updated. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6922 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/mac/sar/test/functional/src/sar_tx.c')
-rw-r--r--cesar/mac/sar/test/functional/src/sar_tx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/mac/sar/test/functional/src/sar_tx.c b/cesar/mac/sar/test/functional/src/sar_tx.c
index 51024f0a4f..220b9a013c 100644
--- a/cesar/mac/sar/test/functional/src/sar_tx.c
+++ b/cesar/mac/sar/test/functional/src/sar_tx.c
@@ -206,7 +206,7 @@ test_thread_process (cyg_addrword_t data)
sar_init_data_context (sar_ctx, sar_ctx);
sar_init_mme_context (sar_ctx, sar_ctx);
- sar_init_measurement_cb (sar_ctx, ce_measurements_none);
+ sar_init_measurement_cb (sar_ctx, ce_measurements);
sar_init_segmentation_data_cb (sar_ctx, segmentation_done);
sar_init_segmentation_mme_cb (sar_ctx, segmentation_done);