summaryrefslogtreecommitdiff
path: root/cesar/mac/sar/test/functional/src/sar_tx.c
AgeCommit message (Collapse)Author
2010-06-15cesar/mac/sar: remove duplicated testslaranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7214 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-04-19cesar: remove context parameter from phy_date and phy_sysdate, refs #1415schodet
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6931 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-04-14cesar/{mac/sar,ce/rx}: update SAR callback to get BER, closes #1442dufour
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
2010-02-10cesar/mac/sar: fix functional testslaranjeiro
Remove useless variable initialisation. See r6614 git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6690 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-01-12cesar/mac/sar: add missing lib stats init and uninitlaranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6611 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-12-17cesar/{mac/sar,ce/rx}: compute the number of PB CRC error for the CE, closes ↵laranjeiro
#858 git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6566 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-12-14cesar/{hal/phy,mac/sar}: move bridge DMA job list to the bridge, closes #852laranjeiro
* hal/phy/bridgedma: * add the job list. * provide an interface to get all the ended jobs. * mac/sar: * remove bridge_dma_jobs list * use the new function of the bridge DMA to get ended jobs. * fix unit tests. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6544 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-12-14cesar/{hal/phy,mac/sar}: merge all bridgedma simulation code, closes #855laranjeiro
* remove bridgedma_soft, maximus_bridgedma. * add hal/phy/soft/bridge to use in unit test and maximus. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6543 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-27cesar/mac/sar: add more function testlaranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6496 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-27cesar/mac/sar: fix sar functional testlaranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6494 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-11-05cesar/mac/sar: fix function testlaranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6328 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-18*mac/sar:laranjeiro
* Fix functional tests. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5612 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-04*mac/sar, mfs (Closes #412)laranjeiro
* Added the MFS cmd use. * Missing callback registration to the PBProc. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5430 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-02*mac/sar, cl, cesar, ce (Closes #478)laranjeiro
*mac/sar: * Added a random generator object to the SAR for MME's confounder. * Changed the sar_msdu_add API. *cl: * Removed the random generator specially used for MME's confounder. * Fix the SAR functions call. *cesar: * Fix the sar_init call. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5395 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-06-09*mac/sar:laranjeiro
* Fix the expiration procedure to set correctly the release flag. * Update the expiration date (in NTB) when adding the MFS to the SAR. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4767 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-05-25mac/sar: (Closes #376)laranjeiro
* hal/phy: * Force the bridge DMA (software version) to change the current job before calling the eCos ISR. * Removed the direction boolean in the bridge mailbox, it was not used. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4696 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-05-22* mac/sar:laranjeiro
* Removed useless define for sparc when calling the arch_load_cache function. * Added a new test fail in the sar_tx functional test when the number of PBs in the MFS does not correspond to the number of segments available. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4682 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-04-10mac/sar:laranjeiro
* Fix the functional tests. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4444 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-03-25mac/sar:laranjeiro
* Moved the SAR functional test to the mac/sar instead of leaving it in the test_general/hard directory. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4301 017c9cb6-072f-447c-8318-d5b54f68fe89