summaryrefslogtreecommitdiff
path: root/cp/beacon/test
AgeCommit message (Collapse)Author
2008-04-07Moved the complete svn base into the cesar directory.save
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1769 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-04-03Removed the secu in the beacons.laranjeiro
The context secu in beacons is provided but never use nether asserted if it is null. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1738 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-17Update the tests.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1606 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-06Added the mac_config to the sta.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1573 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-05Update the tests cause the of remve of the mac_address in the cp_sta_t laranjeiro
structure, it has been moved to the mac_config. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1558 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-03-04Update the cp beacon module to use the interface module.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1551 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-02-28 * mac/common, mac/ca:schodet
- added NEK related defines. - added NEK switch support in CA. - updated tests and CP. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1497 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-02-27 * cp/beacon/test:schodet
- removed a mysteriously appeared directory. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1480 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-02-25Maximus V2: implement the TX false alarm feature.buret
+ enhance network clock get next element function + replace SAR_MSDU_PAYLOAD_SIZE by the new define of common/defs/ethernet.h git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1458 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-02-14Modified the discover beacon generation when the STA is requested by the CCo ↵laranjeiro
to send a discover beacon. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1412 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-02-08* Removed the cp_beacon_sai_stp_t structure.laranjeiro
* Update the test. * Rewrote the bentry process function to only get the bnetry payload (wihtout the header and length). * update the default schedules to program the CA for 2 seconds. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1390 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-02-07Update the beacon module:laranjeiro
* use the bitstream lib to create the beacons. * update all the test. * removed the cyg_delay in the acl_frequency_detection function, from now on this function shall be called twice to detect the frequency. * removed some unused structures. * moved the overide directory to the test directory. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1385 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-02-05Completion of r1376laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1377 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-02-05Modified the beacon module to use the bitstream library to create the beacons.laranjeiro
Fully tested the generation of beacon when the STA is CCo and UCCo for central and discover beacons. In directory cco, the test produce a seg fault cause of a context switch on ecos, This must be inspected on the gidel proto. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1376 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-02-05Debugged the region bentry generation and update the test to completly test ↵laranjeiro
a central beacon generation with * BPSTO * Mac address * Regions (one region on Local CSMA) * Persistent schedule (One schedule in CSMA only). git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1368 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-02-05moved the ucco beacon module test to the folder cco.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1365 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-02-05Update the generation of beacons using the bitstream library to fill the beaconlaranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1364 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-01-30Modified the beacon module tolaranjeiro
* Call back the Visual state machine with the function provided at the beacon module init each time ther leon timer expires. It shall insert an event in the FSM. * Update the generation beacon function when for the CCo, two function instead of one. One for the discover beacon and the other one for the central beacon. * Update the tests. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1347 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-01-30Tested the generation of discover beacons when the STA is UCCo.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1346 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-01-18Modified the schedule process to be able to send more than one beacon.laranjeiro
When editing the CA schedules, the CA need to get the schedule of the current beacon period to use the nexts ones. before this patch it did not provide the current schedule on the reception of a new central or discover beaonc. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1293 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-01-17Modified the CP to generate central beacon or discover beacons when it is ↵laranjeiro
respectively a CCo or a UCCo. Update the traces to follow exactly what is happening. Update the test. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1287 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-01-17tbcGuillaume
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1284 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-01-16* Added a new test for the automatic generation of the schedule when the ↵laranjeiro
station is a USta. * Modified the source of the beacon to be compliante with maximus. The cp_beacon_acl_frequency_detection can not be called in the init of the station on maximus i.e. this function need a cyg_thread_delay wich can not be processed in the main function of the STA on maximus. This function must be done just after the cp_beacon_init function. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1272 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-01-14Removed the mac address test until the order in the CP is not defined.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1264 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-01-14Implement the generate central beacon function with defaut paramters to test ↵laranjeiro
under maximus. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1262 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-01-14Generation of the central beacon done.laranjeiro
* Bentries coded. * Beacon period start offset. * Mac address * Persistent_schedule * Discover info * discover. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1258 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-01-11Forgot to include a file stub for the central beacon test.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1255 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-01-10Implemented and tested the genration of a central beacon and discover beacon ↵laranjeiro
generated by the sta in respsonse of a discover bentry. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1254 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-01-10Added the generation of bentries and the processing of the central beacon with :laranjeiro
* BPSTO * Mac address * Persistent schedule. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1250 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-01-08Update freqerror and ntb_sta computation test.lacour
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1237 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-01-08Rolled back r1233lacour
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1234 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-01-08Delete io_utils.c references in Makefiles.lacour
Development of tonemaps expiration in building... Update/clean of cp/beacon/test. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1233 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-01-04Added the beacon module to the CP.laranjeiro
* Estimation of the bts bto and per. * Frequency detection. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1215 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-01-03get NTB context pointer allocated by ntb_init(), and then, pass the NTB ↵chertier
context pointer when calling other NTB functions git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1203 017c9cb6-072f-447c-8318-d5b54f68fe89
2007-12-21Add test file snr0, ppm0lacour
Add module ntb_clock_sync Building... git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1177 017c9cb6-072f-447c-8318-d5b54f68fe89
2007-12-20Add test of ntb_clock_synclacour
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1170 017c9cb6-072f-447c-8318-d5b54f68fe89