summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-27cesar/cp/av/sta/action/test: add utest on cm_set_key expected, closes #542Thierry Carré
2013-02-27cesar/cp/av/sta/action/test: add utest for cm_set_key req with pid2, refs #542Thierry Carré
2013-02-27cesar/cp/av/sta/mgr/test/utest: add utest about set nid&nmk, refs #542Thierry Carré
2013-02-27cesar/cp/av/sta/{mgr, action}: update NMK (or nid) by a DAK-encrypted mme, ↵Thierry Carré
refs #542 If the mme have a NID or NMK different, then the station will leave its avln. In other words, if NID and NMK are identical then nothing happen. /etc/hpav.conf and /usr/local/etc/hpav.conf will be updated with new NID and NMK.
2013-02-27cesar/cp/av/sta/mgr: factorize NMK key comparison for next commit, refs #542Thierry Carré
2013-02-27cesar/cp/av/{fsm, sta/action}: add set_key_req with pid=2 to be process, ↵Thierry Carré
refs #542
2013-02-27cesar/cp/{av/sta/action, secu}: replace hard number by label, refs #542Thierry Carré
2013-02-26polux/linux/arch/arm/boot: avoid spaces in image desc version, closes #3767Cyril Jourdan
2013-02-22validation: generate a PDF report for AVLN tests, closes #3798Jean-Philippe NOEL
2013-02-22validation/validlib: extend exception handling, refs #3798Jean-Philippe NOEL
2013-02-22validation/validlib: rename spc300.role_aux in spc300.get_role, refs #3798Jean-Philippe NOEL
2013-02-22cesar/host/station: rename and improve 'station_down' function, closes #2979Thierry Carré
2013-02-22cesar: rename pipe_*_fd fields in station_ctx_t, refs #2979Thierry Carré
rename in station_ctx_t : - 'pipe_log_fd' to 'fd_log' - 'pipe_in_fd' to 'fd_in' - 'pipe_out_fd' to 'fd_out'
2013-02-22cesar: keep log to stderr instead forcing to stdout, refs #2979Thierry Carré
2013-02-22cesar/host/station: delete dead code, refs #2979Thierry Carré
2013-02-22cesar/host/test: destroy dirty utests, refs #2979Thierry Carré
Ticket #3781 created to rebuild correctly this unit test module.
2013-02-22cesar/hal/leon/maximus/test: destroy dirty utests, refs #2979Thierry Carré
Ticket #3779 created to rebuild correctly this unit test module.
2013-02-22cesar/hal/phy/maximus/test: destroy dirty utests, refs #2979Thierry Carré
Ticket #3598 already exist to rebuild correctly this unit test.
2013-02-22cesar/hal/ipmbox/maximus/test: destroy dirty utests, refs #2979Thierry Carré
Ticket #3780 created to rebuild correctly this unit test module.
2013-02-22cesar/maximus/sci/utest/server: update unit test, refs #2979Thierry Carré
2013-02-22cesar/host/station: update include list, refs #2979Thierry Carré
2013-02-22cesar/{maximus/int/station, host/station}: pipes or sockets are now unnamed, ↵Thierry Carré
refs #2979 On Maximus: - local function open_pipe, open_log and open_socket are erased. - use traditional method to open pipe or socket. - stdin, stdout and stderr are now redirected on fork process. On host/station: - Erase socket open, or pipe open (close too) - set pipe_in_fd to stdin - set pipe_out_fd to stdout - set pipe_log_fd to stderr There is still some clean or update to do on next commit for station part: - update the name 'pipe_*_fd' - update or delete unit tests
2013-02-22cesar/{host, hal}: erase dead code linked to STATION_SOCK, refs #2979Thierry Carré
2013-02-22cesar/host/station: erase UNIT_TEST usage in station moduleThierry Carré
Why ? Because it's the wrong way for testing a module.
2013-02-22cesar/host/station: correct a mistake in a commentThierry Carré
2013-02-22cesar/host/station: move standard lib include after otherThierry Carré
2013-02-22cesar/host/station: remove space on eol and re-formating through vimThierry Carré
2013-02-22cesar/maximus/scheduler: change SchedulerEvent class by a struct, closes #3608Thierry Carré
2013-02-22cesar/maximus/scheduler/utest: fix a valgrind warningThierry Carré
2013-02-22cleo/devkit/plcdrv: get sysclk speed from linux, closes #3787Olivier Dufour
2013-02-22cleo/linux/arch/arm/spc300: add a function to return sysclk speed, refs #3787Olivier Dufour
2013-02-21validation/validlib: move spc300.unzip to rst_utils, closes #3777Jean-Philippe NOEL
2013-02-21validation/test/P2P_throughput: clean the config, refs #3777Jean-Philippe NOEL
2013-02-21validation/test/P2P_throughput/configs: update max UDP throughput, refs #3777Jean-Philippe NOEL
2013-02-21validation/validlib: split the lines of traces at 80 characters, refs #3777Jean-Philippe NOEL
2013-02-21validation: retrieve the traces in P2P, refs #3777Jean-Philippe NOEL
2013-02-21validation/validlib: remove useless CR, refs #3777Jean-Philippe NOEL
2013-02-21validation/validlib: indicate the image name in plug.get_version, refs #3777Jean-Philippe NOEL
2013-02-21cleo/Makefile: bundle fails on board generation error, closes #3775Olivier Dufour
2013-02-21cesar/maximus/sci/utest: warning fix about the initialization of time_baseThierry Carré
Network_Clock_Tick is an unsigned long long. Warnings are visible on 32 bits OS.
2013-02-21cesar/hal/phy/test/bridgedma: warning fix about an uninitialized variableThierry Carré
2013-02-21cesar/maximus/python/utest/stationtest: warning fix on conversion from u32 ↵Thierry Carré
to bitfield Fix warning at test_tx_rx.c:174 signaled by pessac server. Warning message fixed was : "dereferencing type-punned pointer will break strict-aliasing rules" GCC can now optimize the code on a conversion between a bitfield and an u32.
2013-02-21cesar/hal/phy/maximus: warning fix on conversion between a bitfield and an u32Thierry Carré
Fix warning at maximus_phy_ctrl.c:102 signaled by pessac server. Warning message fixed was : "dereferencing type-punned pointer will break strict-aliasing rules" GCC can now optimize the code on a conversion between a bitfield and an u32.
2013-02-21cesar/mac/sar: add TX/RX msdu dropped statistics, closes #3770Nélio Laranjeiro
2013-02-21cleo/uboot/cmd_spidboot: update origin index on autoswitch boot, closes #3783Cyril Jourdan
2013-02-21polux/app/nvram: update SPC300 fields if they exist, refs #3786Olivier Dufour
2013-02-21polux/app/nvram: strengthen string copies, refs noneOlivier Dufour
2013-02-20cesar/mac/sar: initialize all pb header to 0, closes #3773Olivier Dufour
2013-02-15Revert "Revert "cleo/doc/mme_specs: use automatic generated version, refs ↵Jean-Philippe SAVE
#3712"", refs #3750 This reverts commit 2681c12f397d048507ab8c6540dc048ff05096c4.
2013-02-15{cleo, common/doc/template/mstar}: find version for bundle mode, closes #3750Jean-Philippe SAVE