summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-05cesar/hal/phy: add amplitude map limits, refs #3911Nicolas Schodet
2013-04-05common/tools/genNVRAM: provide the board type to nvram_range.pl, closes #3890Nélio Laranjeiro
2013-04-05common/tools/genNVRAM: rename ethernet field in nvram_range.pl, closes #3889Nélio Laranjeiro
2013-04-02validation/test/av_home: process the results, closes #3844Olivier Dufour
This step prepares files for #3845, and displays throughput values and carriers modulation.
2013-04-02validation/test/av_home: run an UDP iperf test, refs #3844Olivier Dufour
Launch and store the results of an upload UDP communication, and then wait for an UDP download communication.
2013-04-02validation/test/av_home: add a ping check before sending MME, refs #3844Olivier Dufour
By sending ping packets to the other station, we make sure: * we can communication with the other station * a tonemap will be computed before we request it with a MME
2013-04-02validation/test/av_home: add environment discovery, refs #3844Olivier Dufour
Use MME to get the following information: * Network discovery * Attenuation between the two stations * Default tonemap between the two stations * MME output is only printed for the moment
2013-04-02validation/test/av_home: create skeleton for P2P AV test, refs #3844Olivier Dufour
The test is intended for field/home test. It will gather information on the environment, check that the plug can see each other, perform an UDP iperf test and format the results. The skeleton provides: * An option parser * A configuration file * A script wrapper for the test class
2013-03-29cesar/hal/phy/test/phy: add delta setting with freq error, closes #3896Nicolas Schodet
2013-03-29cesar/hal/phy/test/phy: add zero_pb, closes #3895Nicolas Schodet
2013-03-27cleo/linux/drivers/gpio: remove debug printk, closes #3873Olivier Dufour
2013-03-27cesar/maximus: make MsgFunctionCall::send return the responseThierry Carré
2013-03-27cesar/hal/phy/test/phy: fix fcall usage, fix 4452a8abe0d1Nicolas Schodet
2013-03-27cesar/common/tools: number of fixed characters in version string, closes #3854Nélio Laranjeiro
2013-03-22cesar/bsu: program an allocation even if it have no one, closes #3885Nélio Laranjeiro
It is for interop purpose with Gigle.
2013-03-22validation/test/P2P_throughput/configs: reference MPR520 AV config, closes #3883Jean-Philippe NOEL
2013-03-22validation/test/P2MP_throughput/configs: update reference configs, closes #3882Jean-Philippe NOEL
2013-03-22validation/test/P2MP_throughput: check master version only once, refs #3882Jean-Philippe NOEL
2013-03-22validation: compare the throughput between 2 versions, refs #3882Jean-Philippe NOEL
2013-03-22validation/validlib: add debug info when the tar file is invalid, refs #3882Jean-Philippe NOEL
2013-03-22validation/validlib: replace os.getlogin by os.getenv("USER"), closes #3849Jean-Philippe NOEL
2013-03-22cleo/app/libspid: close files before functions error return, closes #3852Wentao Hu
2013-03-22cleo/app/libspid: close the files after read it, refs #3852Wentao Hu
2013-03-21common/tools/genNVRAM: disable eth2 on mcr510 boards, closes #3879Olivier Dufour
2013-03-21common/tools/genNVRAM: use 2 images on msk500 boards, refs #3879Olivier Dufour
2013-03-21common/lib/scammer: add VS_GET_TONEMAP in scammer, closes #3843Olivier Dufour
For modulation_list field, the addfield method is not implemented yet.
2013-03-21common/lib/scammer: add VS_GET_VERSION in scammer, refs #3843Olivier Dufour
2013-03-21common/lib/scammer: add CC_DISCOVER_LIST in scammer, refs #3843Olivier Dufour
2013-03-21common/lib/scammer: handle MME answer, closes #3821Olivier Dufour
We need to define answers method to allow scapy send/receive functions to detect MME answer. A REQ/IND MME is not an answer, a CNF/RSP MME is an answer if the sent packet has the corresponding REQ/IND mmtype. If the criteria ans.mmtype == req.mmtype + 1 is not enough, the answers method in the MMEPayload child class can be implemented.
2013-03-20cleo/devkit/tests/plcd: add coverage supportThierry Carré
2013-03-19{cleo,polux}: move bundle_delivery into common/tools, closes #3863Jean-Philippe SAVE
2013-03-19cleo/devkit/tests/plcd: create the first utest with plcd_autoswitch, closes ↵Thierry Carré
#3865
2013-03-19cleo/devkit/tests: initiate libspid stubs with plcd utest, refs #3865Thierry Carré
2013-03-19cleo/devkit/tests/plcd: initiate utest structure for plcd, refs #3865Thierry Carré
2013-03-19cleo/devkit/plcd: add empty header in plcd for override libc in utest, refs ↵Thierry Carré
#3865
2013-03-19cleo/devkit/plcd: warnings fix about getpid prototype undeclaredThierry Carré
2013-03-19cleo/devkit/plcd: warnings fix about return value not used and not respectedThierry Carré
src/plcd_process.c:642: warning: 'return' with no value, in function returning non-void src/plcd_process.c:684: warning: 'return' with no value, in function returning non-void
2013-03-19cleo/devkit/plcd: declare headers first, libs after, and standard libs in lastThierry Carré
2013-03-19cleo/devkit/plcd: rename inc/plcd.h into inc/plcd_ctx.hThierry Carré
If one day, we need a public header, 'plcd/plcd.h' filename is available. And plcd context is really in 'plcd_ctx.h'.
2013-03-19cleo/devkit/plcd: move interface nameThierry Carré
2013-03-19cleo/devkit/plcd: update plcd_mainThierry Carré
- all functions are privates - remove useless comments
2013-03-19cleo/devkit/plcd: declare prototypes of plcd_multicastThierry Carré
2013-03-19cleo/devkit/plcd: declare prototypes of plcd_autoswitchThierry Carré
2013-03-19cleo/devkit/plcd: declare prototypes of plcd_processThierry Carré
2013-03-19cleo/devkit/plcd: declare prototypes of plcd_stackThierry Carré
2013-03-19cleo/devkit/plcd: create header files for each source filesThierry Carré
2013-03-19cleo/devkit/plcd: warnings fix about unused variablesThierry Carré
2013-03-19cleo/devkit/plcd: warnings fix about initialization of structureThierry Carré
warnings were : src/plcd_main.c: In function 'plcd_init': src/plcd_main.c:119: warning: missing braces around initializer src/plcd_main.c:119: warning: (near initialization for 'ifr.ifr_ifrn')
2013-03-19cleo/devkit/plcd: warnings fix about array not used in source filesThierry Carré
2013-03-18polux/include: rename board generic header, closes #3818Olivier Dufour
msk500-ddr2-board.h is used by all mse500_200 boards.