summaryrefslogtreecommitdiff
path: root/cesar/maximus
AgeCommit message (Collapse)Author
2011-09-07cesar/maximus: fix unit testNicolas Schodet
2011-09-01cesar/maximus: set tap10 interface as persistent, refs #244Celine Buret
2011-08-31cesar/maximus/python: add a function to get the oda, closes #311Celine Buret
What was done before by Nélio is correct: - OSA must always be the default mac address, - ODA must be the STA mac address if set, the default mac address otherwise. Note that the station mac address is the first parameter to be set. The only exception is to set the mac address itself: OSA and ODA must both equal the default mac address.
2011-08-31cesar/{maximus,test}: close tap at unitialization, closes #244Celine Buret
- Create an uninitialization python function in csi, - Unitialize maximus at the end of the python scripts, - Set tap as non persistent, - Close tap at uninitialization.
2011-08-30cesar/maximus/stationtest: fix short PPDU receptionNicolas Schodet
2011-08-30cesar/maximus/prototest/fcall: fix read from fdNicolas Schodet
2011-08-30cesar/maximus/prototest: malloc is in stdlib.hNicolas Schodet
2011-08-30cesar/maximus/python/test: fix bad bits/symbol testNicolas Schodet
2011-08-30cesar/maximus: set class object is built-in python now, closes #1739Nélio Laranjeiro
2011-08-03cesar: remove unused module config dependenciesNicolas Schodet
2011-07-20cesar/test_general: improve NEK exchange verification, refs #2627Nélio Laranjeiro
The python test compare the beacon period dates at the one the NEK index is changed. The dates in station side must correspond to the CCo's side.
2011-04-20cesar/cp/sta/mgr: change last_seen_ms to expired_date_ms, refs #2196Nélio Laranjeiro
This renames last_seen_ms of cp_sta_t to expired_date_ms. This date is the date of last Beacon/MME reception from the station + Discovered_List_Expire_Time.
2011-03-18cesar/maximus/python/lib/proto: do not use the with keyword, refs #2409Nicolas Schodet
2011-03-04cesar/hal/phy, cesar/mac/pbproc: remove nb_ready for PBDMA, closes #2316Nicolas Schodet
2010-10-18cesar/maximus/python/tools: typo correction in csi coreCeline Buret
2010-08-05cesar/maximus: correction in a python testburet
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7342 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-07-29cesar/maximus/python/lib/cesar: fix beacon unpack lib functionlaranjeiro
Library was unpacking the VS_SNIFFER.IND MME to get the beacon without removing the OUI. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7333 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-07-06cesar/maximus/python/lib/cesar: return True on auth oklaranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7269 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-03-02cesar/maximus/python: refs #1318, update testsburet
Update lib_cesar tests after review from DM. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6806 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-03-02cesar/maximus/python: closes #1318buret
Update DRV tonemask message according to specification. Implementation was based on MME specifications version A0. Also update tests. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6805 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-02-11cesar/hal/phy: add TCC half iteration number support, closes #517schodet
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6699 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-01-26cesar/interface/fcall: closes #1085buret
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6656 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-01-26cesar/maximus/python/lib: add a class to ease instantiation of Maximusdufour
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6641 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-12-22cesar/hal/phy: phy_{tx_param,rx_prepare}* interface changes, closes #1007schodet
This includes: - replace mod, fecrate and pb_size with a combo parameter ; - remove unused tonemap_index ; - use specialised short_ppdu functions. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6574 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-28cesar/maximus/python/maximus: Fix ODA to use the STA mac address closes #311.laranjeiro
Maximus was sending the DRV MMEs with the default ODA instead of using the station mac address provided by the user in the python script tests. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6236 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-12cesar/{interface,maximus}: change VS_FCALL.IND MME from 0xA004 to 0xA006lefranc
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6086 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-08revert EoC changesschodet
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6054 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-07cesar/interface: change FCALL MMTYPE according to MME specslefranc
Change MMTYPE from 0xABCD to 0xA004 git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6005 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-06cesar/{maximus/python,common/tests} add station executable argument in ↵buret
tools/csi, update unitary tests and tests list git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5938 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-25*maximus/python/lib/cesar:laranjeiro
* Added missing imports for the sniffer class. * Fix the sniffer request MME to have the OUI. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5768 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-24 * hal/phy, mac/pbproc:schodet
- added date to phy_tx_fc10 in order to add anticipation to FC 1.0 preparation. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5724 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-22*maximus/python/tools/csi:laranjeiro
* Removed trailing white space. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5676 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-22*maximus/python:laranjeiro
* Added padding to fcalls. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5675 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-22*maximus/python:laranjeiro
* Configure the Sniffer to send Ethernet packets with padding. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5674 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-22 * hal/phy, mac/pbproc (closes #563):schodet
- setup chandata transfert at the same time as data transfert. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5663 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-22*maximus/python:laranjeiro
* Add MME DRV padd, useful for the board until the PLCDRV is not operational. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5662 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-18*csi, compliance:laranjeiro
* Added a condition to wait the sniffer activation answer. * Fixed first Compliance scenario to run on board and maximus. * Added a special file to request trace dump from the board. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5601 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-16[maximus] minor fix in test lib protoburet
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5569 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-14 * maximus/python/lib/proto:schodet
- send MME to configured MAC. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5542 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-14[maximus/python] minor fix in test fsm for nightly testsburet
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5535 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-11 * maximus/python/tools/csi/:dufour
- process_wait_association & process_wait_authentication return their result rather just doing a print. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5522 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-11[maximus/python] fix errors in MME test (was due to padding modification) + ↵buret
add exit code to test scripts for nightly tests git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5514 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-11[maximus/python] fix errors in ethernet tests (was due to padding modification)buret
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5513 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-11[maximus] fix error in test_lib_cesarburet
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5512 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-09[maximus/functioncall] Throw exception in case of bad parameters (closes #290)buret
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5473 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-09[maximus] update station test (DRV MME and tonemask)buret
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5467 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-08[maximus/python] check frame length before checking vlantag (ref #347)buret
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5447 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-07[maximus] ooops error in previous commitburet
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5439 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-07[maximus] remove checks for SOF and RSOF short PPDUburet
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5438 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-09-04[maximus/python] Check that Rx MME is answer to Tx DRV MME (ref #511)buret
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5421 017c9cb6-072f-447c-8318-d5b54f68fe89