summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-21cesar/{project, cp/sta/mgr}: remove IS_CCO and AUTHENTICATED led, closes #1951Nélio Laranjeiro
2010-10-21cesar/cp/cl_interf: process_mme function should signal MME, closes #1921Nélio Laranjeiro
When cl_interf process a received MME, if the mailbox is not empty it should signal it again, to allow sta core to process the next MME (as FSM does with events).
2010-10-21cesar/bsu/ntb: add a frequency error security test, closes #1968Nélio Laranjeiro
2010-10-20cesar/beacon: only post central and proxy beacons, refs #695Nélio Laranjeiro
2010-10-20cesar/{cp, bsu}: adapt for new UCCo behavior, closes #695Nélio Laranjeiro
2010-10-20cesar/bsu: when removing track avln restore poweron data, closes #1949Nélio Laranjeiro
2010-10-20cesar/cp/cco/action: fix a wrong formated trace, closes #1906Nélio Laranjeiro
2010-10-20cesar/ce/rx/bl: fix data2c (not using -u option and data suffix)Jerome Jutteau
Fix commit a4c0b511febdb6733580fa877d3a958edc79c921 due to a verification error.
2010-10-20cleopatre/devkit/doc[eoc]: cleopatre_mme_specs updated with VS_EOC_JiangSu ↵Nebojsa Nesovic
mme-s specs, refs #1941 Commit does the following: - updates cleopatre_mme specs with VS_EOC_GET_INFO.REQ/CNF and VS_EOC_DIAGNOSTIC_INFO.REQ/CNF mme-s specs, - refs #1941.
2010-10-20cesar/mac/sar: decrease timeout on bridge DMA polling, refs #1962Nélio Laranjeiro
2010-10-20cesar/ce/rx/bl: new algorithm for optimisation table shifting, refs #1881Jerome Jutteau
Updated function to count the number of shift to perform on the optimisation table. It depends of the action to perform (update +/-). This commit integer the new version of Bitloading algorithm.
2010-10-20cesar/ce/rx/bl: fix data2c error on commitJerome Jutteau
Fix commit a4c0b511febdb6733580fa877d3a958edc79c921 due to a verification error.
2010-10-20cesar/hal/phy: workaround maria:#860, closes #1948Nicolas Schodet
2010-10-20cesar/hal/phy/test/phy: add tools for maria:#860 debug, refs #1948Nicolas Schodet
2010-10-20cesear/ce/rx/bl: update of tone map update algorithm diagram, refs #1881Jerome Jutteau
This is the same result of the actual bitloading algorithm but with some simplifications.
2010-10-20cesar/ce/rx/bl: permit to generate test vector with u64, refs #1932Jerome Jutteau
Add a new option (-u) to cesar/ce/rx/bitloading/test/src/data2c.pl who generate data for test vectors with u64 values. This also add an appropriate suffix to all data (ull).
2010-10-20cesar/ce/rx/bl: indentation correction in data2c.plJerome Jutteau
2010-10-19cesar/mac/sar: add timeout with assert on bridge DMA polling, closes #1962Nélio Laranjeiro
2010-10-19cesar/lib/scenario: reference event file and line on failure, closes #1961Nicolas Schodet
2010-10-18cesar/mac/sar: RX MFS head can be corrupt on exhausted memory, closes #1947Nélio Laranjeiro
In reassembly process MFS head could point to a released PB. Then when a PB is used in a JOB to be reassembly the SAR only add a reference on it and keep it as MFS head. It will be released the next time the function will be called if it does not have a another MF.
2010-10-18cleo/buildroot/target: define nb of serial ports to 2 instead of 4, closes #1957Celine Buret
2010-10-18cesar/cp/beacon: process all beacons received, closes #1923Nélio Laranjeiro
2010-10-18cesar/maximus/python/tools: typo correction in csi coreCeline Buret
2010-10-18cesar/hal/phy: read twice status register, refs #1956Nélio Laranjeiro
2010-10-18cleo/app/mgrd: implement attachment led and led1&2, closes #1951Celine Buret
To drive LED-s: - add SIGHUP registration and signal handler in managerd, - add hpav.info structure in managerd context to keep previous values, - add processing dispatch in managerd depending on hpav.info modifications, - create new files in managerd dedicated to led management, - implement led events processing, - implement SIGALRM signal handler for led flashing, - remove led management from simple_connect, - update managerd specs. Code relative to LED1&2 is dedicated to spk300 only.
2010-10-18cleo/tools/nvram: configure gpio 3 as arm gpio, refs #1951Celine Buret
In NVRAM default configuration files, set GPIO 3 (attachment LED) to 0 (= ARM GPIO).
2010-10-18cesar/mac/sar: add assert on second virtual job, refs #1927Nélio Laranjeiro
2010-10-15cesar/mac/sar: replace list handler by slist, refs #1216Nélio Laranjeiro
2010-10-15cesar/mac/sar: add an assert in sar_mpdu_addNélio Laranjeiro
2010-10-15cesar/mac/sar: use PARENT_OF_OR_NULL when necessary, closes #1946Nélio Laranjeiro
2010-10-13cesar/lib: add PARENT_OF_OR_NULL, refs #1946Nélio Laranjeiro
2010-10-12cleo/app/{libspid,spidapp}: add new features in spidapp, closes #1908Celine Buret
2010-10-11cesar/mac/sar: handle bridgeDMA bug, closes #1927Nélio Laranjeiro
2010-10-11cesar/mac/sar/test/functional: add a full TX/RX test, refs #1927Nélio Laranjeiro
2010-10-11cesar/mac/sar: set job.append_zero when space left in PB, closes #1938Nélio Laranjeiro
2010-10-07cleo/devkit/plcd: check security level before starting scCeline Buret
2010-10-07cleo/devkit/plcd: reset sc button when sc is finished, closes #1878Celine Buret
2010-10-07cleo/app/mgrd: handle sc button as a gpio interrupt, refs #1878Celine Buret
2010-10-07cleo/linux: coding standards, refs #1878Celine Buret
2010-10-07cleo/{devkit,linux}: implement poll function in gpio driver, refs #1878Celine Buret
2010-10-06cesar/cp/msg/stub: add a stub for cp_msg_drv_sta_set_key_ind_send, closes #1929David Mercadie
2010-10-05cesar/ce/rx/bl: compute the number of shift in a optimisation table, refs #1881Jerome Jutteau
Added function to count the number of shift to perform on the optimisation table. It depends of the action to perform (update +/-).
2010-10-04cleo/linux/eth : Add IP175x swich driver handel VLAN managed by ethtool, fix ↵Badreddine ZAGROUBA
#398 *Add ethtool patch for VLAN configuration *Add VLAN management code to IP175x & ETH drivers
2010-10-04cleo/linux/eth: Split ETH and PHY drivers, closes #1860Badreddine ZAGROUBA
- ETH driver : cleaning & /proc entry modification to be completely independent from PHY driver - IP175 PHY driver : add connection autodetection mechnaism and 100M/Full static setting for PHY5 Please enter the commit message for your changes.
2010-09-30cesar/cp: use HPAV_NID_IS_VALID to test nid validity, closes #1900Nélio Laranjeiro
2010-09-29cesar/mac/common: increase and decrease tones from a tonemap, refs #1881Jerome Jutteau
2010-09-28cesar/cp/{fsm, sta/action, sta/mgr}: drv_sta_set_key handling, closes #461David Mercadie
2010-09-28cleo/buildroot: replace package plc by spidappCeline Buret
2010-09-28cleo/{app/{libspid,mgrd,plc},devkit/{doc,plcd,tests}}: closes #1723Céline Buret
Re-organize PLC Daemon for SET_KEY feature (from demo-2010-07 branch). Impacts on libspid, other daemons (managerd) and applications (plc). - modify specifications to communicate between daemons and applications, - re-organize plcd module, - add an assert macro in plcd module, - rename plc application into spidapp, - add a new libspid feature to handle inter-process signals, - modify managerd according to new communication with plcd. Updates relative to review are included in this commit.
2010-09-28cesar/bsu: avoid override of discover info bentry received from CCo, closes ↵Nélio Laranjeiro
#1911