summaryrefslogtreecommitdiff
path: root/cesar
AgeCommit message (Collapse)Author
2013-01-11cesar/ce/rx/bl: remove useless declaration, refs #3251Jalil Chemseddine
2013-01-11cesar/ce/rx/bl: correct index in bmu configuration, refs #3251Jalil Chemseddine
2013-01-11cesar/ce/rx/bl: add min time for ce restart in ce_rx_param.h, refs #3251Jalil Chemseddine
2013-01-11cesar/ce/rx/bl: add bmu parameters in ce_rx_param.h, refs #3251Jalil Chemseddine
2013-01-11cesar/ce/rx/bl: add ber parameters in ce_rx_param.h, refs #3251Jalil Chemseddine
2013-01-11cesar/ce/rx/bl: add pber parameters in ce_rx_param.h, refs #3251Jalil Chemseddine
2013-01-11cesar/ce/rx/bl: group nsr parameters in ce_rx_param.h, refs #3251Jalil Chemseddine
2013-01-07cesar/mac/pbproc: handle received FC before prepared MPDU is canceledNicolas Schodet
Handling FC is more urgent, MPDU cancel can be made later. Also remove disabled code which were never enabled.
2013-01-07cesar/mac/pbproc/test/pbproc: add tests for noack casesNicolas Schodet
2013-01-07cesar/mac/pbproc/test/pbproc: code factorizationNicolas Schodet
2013-01-07cesar/mac/pbproc: preparation to split SACK and other SACKD parsingNicolas Schodet
2012-12-20cesar/hal/phy/test/phy/py/scripts: add freqerror scriptNicolas Schodet
This is used to determine frequency error between two stations.
2012-12-20cesar/hal/phy/test/phy: mask rho when sending with maximus/protoNicolas Schodet
There is no signed add_param in maximus/proto, use a mask to transfer rho as unsigned.
2012-12-17cesar/cp/av: handle VS_GET_ATTENUATION_LIST, refs #3485Nélio Laranjeiro
2012-12-17cesar/cp/av: add vs_get_attenuation_list MME, refs #3485Nélio Laranjeiro
2012-12-17cesar/cp/msg: add vs_get_attenuation_list mme, refs #3485Nélio Laranjeiro
2012-12-17cesar/{mac,hal}: store the agc gain on mpdu reception, refs #3485Nélio Laranjeiro
2012-12-14cesar/cp/sta/action: fix CC_SET_TEI_MAP updatesNélio Laranjeiro
2012-12-13cesar/mac/pbproc: handle correctly burst not for us, closes #2863Nicolas Schodet
When a burst MPDU is received which is not for us, the PBProc should wait for the next MPDU. If no MPDU is received, go to EIFS.
2012-12-13cesar/mac/{ca,pbproc}: handle merged allocations transitions, closes #3500Nicolas Schodet
Previous code was always using old merge flag value in pbproc, or new merge flag value in ca.
2012-12-13cesar/hal: stop if AES is requested on MSE500 revision 1, closes #3595Nicolas Schodet
2012-12-12cesar/ce/rx/bl: update tests to handle new polynomials BER vs NSR, closes #2560Jalil Chemseddine
2012-12-12cesar/ce/rx/bl: new polynomials BER vs NSR, refs #2560Jalil Chemseddine
2012-12-12cesar/ce/rx/bl: update script to handle new polynomials BER vs NSR, refs #2560Jalil Chemseddine
2012-12-12cesar/lib: fix MAC_IS_GROUP macro, closes #3498Nélio Laranjeiro
The old version of the macro was wrong because of the endianess of the comparison. Comparing 01:00:5e:80:00:00 with 01:00:5e:00:00:01 corresponds in big endian (and our specific architecture) to compare 0x0100005e0001 with 0x805e0001. So 0x0100005e0001 is bigger than 0x805e0001 and the comparison was wrong in the reality 01:00:5e:80:00:00 is bigger than 01:00:5e:00:00:01.
2012-12-12cesar: move MAC_REVERSE macro to lib/types.h file, refs #3498Nélio Laranjeiro
2012-12-12cesar/bsu: add a context to bsu_init_beacon_cb, refs #3386Nélio Laranjeiro
2012-12-12cesar/bsu: make BSU_ACLF_BP_CABLE_TCK configurable, closes #3341Nélio Laranjeiro
2012-12-12cesar/bsu: make BSU_WAKEUP_DELAY_MS configurable, refs #3341Nélio Laranjeiro
2012-12-12cesar/bsu/test: add cable mode test, refs #3341Nélio Laranjeiro
2012-12-12cesar/bsu/aclf: add ACLF_TRACKING config item, refs #3341Nélio Laranjeiro
2012-12-12cesar/bsu/test: fix valgrind warningsNélio Laranjeiro
2012-12-12cesar/cp/av/cco/bw: add start_time_atu on allocation for Gigle, closes #2437Nélio Laranjeiro
2012-12-12cesar/cp/msg: handle correctly the hash key in cm_get_key.req, closes #2634Nélio Laranjeiro
* Always store it into the MME (stores 0 if key type != HASH_KEY) * Only read it if the key type is HASH_KEY
2012-12-12cesar/ce/rx/cp: add configuration item to disable RLE encoding, closes #2443Nélio Laranjeiro
2012-12-12cesar/mac/pbproc: drop mpdu with stei == station tei, closes #2597Nélio Laranjeiro
2012-12-12cesar/bsu: modify special patch for atheros in csma only mode, closes #3503Nélio Laranjeiro
2012-12-12cesar/bsu: move a traceNélio Laranjeiro
2012-12-12cesar/bsu: add a tolerance to accept central beacons, closes #3502Nélio Laranjeiro
2012-12-12cesar/mac/pbproc: do not handle sound with invalid rsc, closes #2658Nélio Laranjeiro
2012-12-12cesar/mac/sar: set SAR_PB_STATS as false by default, refs #3344Nélio Laranjeiro
It is set on plc-board for product and in sar unit tests
2012-12-12cesar/mac/sar: make pb_stats context always present, closes #3385Nélio Laranjeiro
2012-12-12cesar/mac/sar: make set authentication status configurable, refs #3344Nélio Laranjeiro
2012-12-12cesar/mac/sar: add config to set MFS SSN min on creation, refs #3344Nélio Laranjeiro
When the MFS is created it can be useful to store the first PB's SSN from the MPDU as MFS ssn min.
2012-12-12cesar/mac/sar: add a config to allow MME when slack is low, refs #3344Nélio Laranjeiro
2012-12-12cesar/mac/sar: replace dbg_assert by dbg_claim in some cases, refs #3344Nélio Laranjeiro
This is done for function static, inline, or called by the SAR itself.
2012-12-12cesar/mac/sar: add jobs stats, refs #3344Nélio Laranjeiro
* Count number of jobs * Count number of waiting jobs (those which does not have a buffer)
2012-12-12cesar/mac/sar: add a config item to allow the creation of LID MFS, refs #3344Nélio Laranjeiro
2012-12-12cesar/mac/sar: avoid mfs cast in sar_clean__mfs_removeNélio Laranjeiro
2012-12-12cesar/mac/sar: add a config item to make MFS TX or RX permanent, refs #3344Nélio Laranjeiro