summaryrefslogtreecommitdiff
path: root/mac/sar/src/sar.c
AgeCommit message (Expand)Author
2008-04-07Moved the complete svn base into the cesar directory.save
2008-04-03Fixed a bug in the SAR, the MFL must contain the length of the ATS or laranjeiro
2008-03-26Update the SAR with the specification of the CE.laranjeiro
2008-03-25Update the sar to include the sar thread and run it when the sar is not laranjeiro
2008-03-17fixed the sar and tested with the integration tests.laranjeiro
2008-03-17Added new tests to verify the bug in the segmentation process. When only one laranjeiro
2008-03-17Increase the sar coverage tessts.laranjeiro
2008-03-07Undo r1582, The data PB uncrypted are already droped in rx_mpdu_process befor...laranjeiro
2008-03-07Update the sar to check encryption even if the PBs are data on the rx laranjeiro
2008-03-03Update the rx_upper_layer_transmit_data with the modification of the laranjeiro
2008-03-03Replace the mac_ntb by the cyg_current_clock on the sar_work_get when laranjeiro
2008-02-29Update the test with the encryption.laranjeiro
2008-02-28Prepare the sar to check the encryption of the frames.laranjeiro
2008-02-27Added the CRC control and the MF Type control when reassembling a PBs.laranjeiro
2008-02-27Added the test in the reassmbly process to verify if the MF contained in the PB laranjeiro
2008-02-26Update the sar with the previous modifications of the sar_mpdu_add.laranjeiro
2008-02-25Update the SAR to provide the number of chandata PB's to the CE. see r1455laranjeiro
2008-02-12Update doxygen doc.laranjeiro
2008-02-05Move rx tests in rx/general. (test.h relative to compilation directory)lacour
2008-01-22Removed the unused random_generator.laranjeiro
2008-01-22Replace the pbproc_get_ntb (..) by mac_ntb() function.laranjeiro
2008-01-07Added the ntb.h include.laranjeiro
2008-01-07Added the phy_date stub for the host test.laranjeiro
2007-12-26Debbuged the SAR, on reception of a mpdu, it tried to read indifinitly a MF w...laranjeiro
2007-12-21Added traces in the SAR.laranjeiro
2007-12-12Debugged the error in sar_get_ntb, the sar->pbproc do not exist in the sar co...laranjeiro
2007-12-11Add the sar_get_ntb to the SAR in order to provide the ats on the cl sending ...laranjeiro
2007-12-10* Modified the SAR to add a buffer directly to the list instead of keeping it...laranjeiro
2007-12-06Modified a doxygen comment in the Sar.c and sar.h file.laranjeiro
2007-12-05* Modified the job desc create to had the real length of the MF i.e. MF of ty...laranjeiro
2007-12-05Modified the rx_mpdu_process to stamp the PB with the expiration date even if...laranjeiro
2007-12-03Update the SAR to remove the MFS from the Store only if the CA allows it.laranjeiro
2007-11-30sar : sar_process added for threadabilitylacour
2007-11-30Added a dbg_assert to the sar_init for the pbproc pointer.laranjeiro
2007-11-29Update the SAR with the modification of the pbproc. Cesar init function.laranjeiro
2007-11-28Fix the bug #50laranjeiro
2007-11-21Fix the #46 bug coming from the SAR.laranjeiro
2007-11-20* Modified the sar maximus tests (updated it with the new modifications)laranjeiro
2007-11-20Modified the sar_init to add the mac_store in parameter.laranjeiro
2007-11-08* Modified the SAR to replace the _date suffixe variable by _ntblaranjeiro
2007-11-08Modified the expiration_date in the mfs and pb header to expiration_ntb.laranjeiro
2007-11-07Removed the mfs paramters in the sar segmentation done callback.laranjeiro
2007-11-06Modified the sar_work_get to calculate the ecos ticks to wait for a job until...laranjeiro
2007-11-06* Modified the sar init to initialize all the sar context.laranjeiro
2007-11-05Modified the rx_job_desc_create function of the sar to use the API read_word ...laranjeiro
2007-11-05Finished the SAR memory test.laranjeiro
2007-11-02* Verified the memory leaks (without segmentation complete and reassembly com...laranjeiro
2007-10-31Add new CE module at root. (rxce process; txce function)lacour
2007-10-31Modified the sar unit test to write data as word and only on even addresses.laranjeiro
2007-10-25Modified the SAR sar_mpdu_add, when no data pb were received it goes on a seg...laranjeiro