summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2013-03-18polux/include/mse500: remove useless defines, refs #3818Olivier Dufour
DFT_SDRAM_SIZE is not used by MSE500 boards. FLASH_SIZE isn't used anymore, since all flash mappings are done with NVRAM.
2013-03-18polux/devkit/plc-polux: remove useless assert, refs #3818Olivier Dufour
2013-03-12polux/Makefile: set bundle version, closes #3858Olivier Dufour
2013-03-12polux/linux/arch/arm/boot: retrieve version for bundle images, refs #3858Olivier Dufour
2013-03-08cleo/buildroot/package: invisible commandsThierry Carré
2013-03-08cleo/{buildroot/package, devkit/plcdrv}: update plcdrv makefile rulesThierry Carré
Avoid to recompile if nothing change for plcrom. For plcdrv, make module still rebuild a new driver.
2013-03-08cleo/{buildroot/package, devkit/plcd}: update plcd makefile rulesThierry Carré
- use libspid-config script - add "-Wall" option - add libs dependencies, but don't compile them
2013-03-08cleo/{buildroot/package, app/fw_wd}: update fw_wd makefile rulesThierry Carré
add "-Wall" option
2013-03-08cleo/{buildroot/package, app/afe}: update afe makefile rulesThierry Carré
add "-Wall" option
2013-03-08cleo/{buildroot/package, app/lltd}: update lltd makefile rulesThierry Carré
add "-Wall" option
2013-03-08cleo/{buildroot/package, app/igmp_snoopd}: update igmp_snoopd makefile rulesThierry Carré
- use libspid-config script - add libs dependencies, but don't compile them
2013-03-08cleo/{buildroot/package, app/spidapp}: update spidapp makefile rulesThierry Carré
- use libspid-config script - add "-Wall" option - add libs dependencies, but don't compile them
2013-03-08cleo/{buildroot/package, app/spidinit}: update spidinit makefile rulesThierry Carré
- use libspid-config script - add "-Wall" option - add libs dependencies, but don't compile them
2013-03-08cleo/{buildroot/package, app/pmd}: update pmd makefile rulesThierry Carré
- use libspid-config script - add "-Wall" option - add libs dependencies, but don't compile them
2013-03-08cleo/app/managerd: fix wrong rules in makefileThierry Carré
2013-03-08cleo/{buildroot/package, app/managerd}: update managerd makefile rulesThierry Carré
- use libspid-config script - add "-Wall" option - add libs dependencies, but don't compile them
2013-03-08cleo/app/{libmme, libspid}: avoid line too long in makefileThierry Carré
2013-03-08cleo/app/{libmme, libspid}: rewrite 'includes' and 'cflags'Thierry Carré
"-Wall" added in EXTRA_CFLAGS
2013-03-08cleo/app: rename 'cleo_base' by 'cleo_dir' in makefileThierry Carré
Standardize cleo_dir in application folder. Later, one day, that will be easier to factorize makefile.
2013-03-08cleo/app: rename 'base' by 'cleo_dir' in makefileThierry Carré
Rename done for 2 reasons : - It's more explicit. - Avoid confusion with cesar's Makefile, where BASE is mandatory.
2013-03-08cleo/{buildroot/package, app/libspid}: fix libspid and libmme makefileThierry Carré
Fix few problems, like: - Compilation with many jobs (make -j). Applications which need libs compile after libs. - Don't re-compile libspid when no source change.
2013-03-08cleo/buildroot/package: add explicit targetThierry Carré
2013-03-08cleo/buildroot/package: replace 'cd' by 'make -C'Thierry Carré
2013-03-08cleo/app/libspid: fix warning, refs #3815Olivier Dufour
2013-03-07cesar/ce/rx/bitloading: use the common sound measure function, closes #3842Nélio Laranjeiro
ce_rx_bl_fsm__TRACKING__sound and ce_rx_bl_fsm__INTERVALS__sound should call the common sound measure sound receive function instead of doing few part of it.
2013-03-07cleo/app/libspid: remove conditional include, refs #3815Olivier Dufour
2013-03-07cesar/ce/rx: get the NSR for the requested interval, closes #3776Nélio Laranjeiro
2013-03-07cesar/ce/rx/bitloading: don't remove NSR after tonemap generation, refs #3776Nélio Laranjeiro