summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-01cleo/tools/openocd: add MPR520 and MPR520e config, closes #4209Julien Lacour
2013-10-01common/tools/genNVRAM: add MPR520e nvram default configuration, refs #4209Fisher Cheng
2013-10-01cleo/{buildroot,linux}: create new board for MPR520e, refs #4209Fisher Cheng
2013-08-30cesar/hal/phy: correct bridgedma stopped test loop, refs #4110Cyril Jourdan
2013-08-23{cleo/uboot/cpu/spc300,common}: take rmii clock from the phy, refs #4157Aleksandar Cecaric
2013-08-23cesar/lib/fixed: plot using real values on x axisNicolas Schodet
2013-08-23cesar/lib/fixed: update for newer sympy versionNicolas Schodet
2013-08-21common/lib/scammer: support some Intellon VS MME, closes #4160Nélio Laranjeiro
* VS_SW_VER.REQ/CNF * INT_VS_TONE_MAP_TX.REQ/CNF * INT_VS_TONE_MAP_RX.REQ/CNF
2013-08-21common/mmtcgen: add some Intellon VS MME MMTypes, refs #4160Nélio Laranjeiro
* VS_GET_SW * VS_TONE_MAP_TX * VS_TONE_MAP_RX
2013-08-20validation/validlib/ixia_tcl_templates: remove the hard-coded Ixia IP addressJean-Philippe NOEL
2013-08-20validation: set dynamically the Ixia login, closes #4108Jean-Philippe NOEL
2013-08-19validation/validlib/ixia_tcl_templates: new packet loss test, closes #3718Ludovic Maillard
Replace the floss.tcl generated by ixAutomate by another one, written manually, in order to fix the packet loss of 1/N % when there are N slaves. validation/validlib/ixia_tcl_templates: new map and arp frequency, closes #3718 validation/validlib/ixia_tcl_templates: redudant procedure, refs #3718 validlib/ixia_tcl_templates, add incHost mode, closes #3718
2013-07-30cleo/tools/openocd: add support of 16bits SDRAM, closes #4098Olivier Dufour
2013-07-25validation/test/P2P_throughput/configs: config for MPR520e, closes #4121Ludovic Maillard
2013-07-24validation/test/P2MP_throughput/configs: config file for 5 MSE500, closes #4095Ludovic Maillard
We need a bench with 5 slaves MSE500 to compare results with AT6400 and AT7400
2013-07-24validation/test/P2MP_throughput/configs: config file for AT7400, refs #4095Ludovic Maillard
2013-07-24validation/test/P2MP_throughput/configs: config file for AT6400, refs #4095Ludovic Maillard
2013-07-22validation/test/P2P_throughput: add the "topology" tests, closes #4085Jean-Philippe NOEL
2013-07-12cleopatre: update vs_get_ce_stats documentation, closes #3876Jean-Philippe NOEL
2013-07-09validation/test/P2P_throughput: add missing rst file for SJR, refs #4077Jean-Philippe NOEL
2013-07-09validation: remove duplicated code in RST reports generationJean-Philippe NOEL
2013-07-09validation: handle waveform generator and attenuator absence, closes #4077Marko Stankovic
2013-07-08polux/app/{boottable,spidlib}: update bt select command, closes #4078Aleksandar Cecaric
2013-07-08polux/app/spidlib: add get_highest_index function, refs #4078Aleksandar Cecaric
2013-07-02common/tools/mksimage: use memcpy to write md5sum in header, closes #4073Olivier Dufour
2013-07-01validation: fix an error in the config of P2P SPK300g in EoCJean-Philippe NOEL
2013-06-28cesar/ce/rx: change NSR margin and CE restart default values, closes #3570Jean-Philippe SAVE
We change these parameters to avoid the following case: the PBER is too high while the BER_target is at it minimum. See ticket #3942 for more details.
2013-06-27validation/validlib/ixia_tcl_templates: modify learning frames, closes #4065Ludovic Maillard
2013-06-27validation/test/P2P_throughput/configs: reduce redundancy in EoC tests configsJean-Philippe NOEL
2013-06-27validation: set the content of internal.conf in P2P, closes #4053Jean-Philippe NOEL
2013-06-27validation: set the content of internal.conf in P2MP, refs #4053Jean-Philippe NOEL
2013-06-27validation/test/av_home: add vendor information, closes #4047Olivier Dufour
2013-06-27validation/test/av_home: add the number of plugs/networks, refs #4047Olivier Dufour
2013-06-27validation/test/av_home: write soft version in av_home directory, refs #4047Olivier Dufour
2013-06-27validation/test/av_home: handle missing files in report, refs #4047Olivier Dufour
2013-06-27validation/test/av_home: correct FEC display on tonemap picture, refs #4047Olivier Dufour
2013-06-25validation/test/P2P_throughput/configs: update UDP throughput, closes #4061jpnoel
2013-06-25validation/test/P2MP_throughput/configs: update MSE500-500 configs, closes #4060jpnoel
2013-06-20validation/test/P2MP_throughput/configs: config for MSE500-200, closes #4054jpnoel
2013-06-20validation/test/P2MP_throughput/configs: config for SPC200, refs #4054jpnoel
2013-06-20validation/test/P2MP_throughput/configs: set default stations number for SPC300Jean-Philippe NOEL
2013-06-18validation/test/P2P_throughput/configs: config for SPR310 test, closes #4036Ludovic Maillard
2013-06-14cesar/mac/pbproc: remove unused field in rx params, closes #4018Cyril Jourdan
Beacon period start date is not used anymore by the CE, now that PBProc is in charge of the matching of the received frames on intervals.
2013-06-14cesar/ce/rx/bl: remove unused functions, refs #4018Cyril Jourdan
Those functions are no longer necessary since it is the PBProc that does the matching between frames received and intervals.
2013-06-14cesar/ce/rx/bl/fsm: use PBProc interval matching computation, refs #4018Cyril Jourdan
Instead of re-computing frame date and trying to match it on an interval. In the same time, correct management of sound frame SRC in the tests when we want to test the data case and update ce_rx_bl_fsm_measure_to_event stub in cesar/ce/rx/test.
2013-06-14cesar/ce/rx/bl: reset sta intervals pointer when freeing them, refs #4018Cyril Jourdan
2013-06-14cesar/ce/rx/bl/test: fix intervals' test cases titlesCyril Jourdan
2013-06-14cesar/mac/pbproc: match data frames received to an interval, refs #4018Cyril Jourdan
Record the result of the matching of sound and data frames in RX params so that CE can use it.
2013-06-14cesar/mac/pbproc: fix sound frames interval matching computation, refs #4018Cyril Jourdan
2013-06-14cesar/mac/pbproc: make sta context more visible in some functions, refs #4018Cyril Jourdan