summaryrefslogtreecommitdiff
path: root/cesar/cp2
AgeCommit message (Collapse)Author
2008-07-17Modification on tests (in motion)boure
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2626 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-17change #include for sta_mgrboure
Only one function to allocate a link Change the work on the ble using pointer Add a function to allocate a specific time at the beginning of the beacon period git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2625 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-16cp2/cco/bw: Update the unit test to be compilable with Gcov.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2624 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-16cp2/msg: Replace all the uint mmtype by the cp_mmtype_t.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2622 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-15cp2/secu: Resolving some wrong implementation on the protocol run ↵laranjeiro
initialisation. Closes #93 git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2616 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-15cp2/msg: Removed unused casts. closes #92laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2612 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-15cp2/msg: Fixing the test to simulate the reception of a MME fragmented.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2611 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-15cp2/msg : Fix the CC_SET_TEI_MAP_IND send functionality when the MME is ↵laranjeiro
fragmented. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2610 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-15cp2/msg: Tested the CC_SET_TEI_MAP.IND on the RX way.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2609 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-11 * cp2/sta/action:schodet
- added association error and timeout handling. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2605 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-11 * cp2/fsm, cp2/sta/action:schodet
- added unrelated branch for CC_ASSOC.CNF. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2604 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-11 * cp2/sta/action:schodet
- added init. - started association code. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2603 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-11 * cp2/sta/action/test/utest:schodet
- added test context. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2602 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-11 * cp2/sta/action/test/utest:schodet
- add assoc test. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2601 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-11 * cp2/sta/action/test/utest:schodet
- removed fsm stub. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2600 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-11 * cp2/sta/action:schodet
- added cco_net argument to assoc_start. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2599 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-11 * cp2/fsm:schodet
- added shortcut to post events. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2598 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-11 * cp2/fsm:schodet
- updated FSM with assoc and poweron FSMs. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2597 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-11 * cp2/fsm:schodet
- added transition without action support. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2596 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-10cp2/msg : Modified the relayed data in the data structure.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2594 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-10cp2/sta/mgr: Adding a function to merge a net to our network.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2593 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-10cp2/cco/action: Added the FSM event when the station leave.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2592 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-10cp2/cco/action: Remove withspace trailling.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2591 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-10cp2/cco/action: Remove whitespace trailling.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2590 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-10cp2/sta/mgr: Removed from the NET the event post of the empty network.laranjeiro
It will be done by the CCo. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2589 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-10Completing and commenting the example of test procedure execution resultschertier
with expected results and detailed time-line of test procedure execution git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2588 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-10cp2/sta/mgr: Update the net_empty function to return true only if the ↵laranjeiro
associated set is empty. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2586 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-10cp2/cco/action: Removed white space trailling.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2584 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-09 * cp2/sta/action:schodet
- update after FSM changes. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2581 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-09 * cp2/sta/action:schodet
- added CM_UNASSOCIATED_STA.IND, update STA database. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2580 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-09 * cp2/sta/action:schodet
- added memory test. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2579 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-09cp2/sta/mgr: Fix some bugs.laranjeiro
* ticket #90 : Dupplicated unassociated STA added * ticket #89 : Return value of set_insert is not checked git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2578 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-08 * cp2/sta/action:schodet
- CC_SET_TEI_MAP.IND, handle MME errors. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2577 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-08 * cp2/sta/mgr:schodet
- fixed bad test in cp_net_commit_to_dataplane. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2575 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-08 * cp2/sta/action:schodet
- CC_SET_TEI_MAP.IND, commit to dataplane. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2574 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-08 * cp2/sta/action:schodet
- added CC_SET_TEI_MAP.IND, update. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2573 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-08 * cp2/sta/action:schodet
- added CC_SET_TEI_MAP.IND, add and delete. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2572 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-08 * cp2/sta/action/test/utest:schodet
- fixed drv test (no mac_config initialisation). git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2571 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-08 * cp2/sta/action:schodet
- update after sta/mgr API modification r2513 & r2569. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2570 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-08cp2/sta/mgr: Removed unused parameters in the set hfid functions.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2569 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-07 * cp2/fsm:schodet
- added several parallel FSM support. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2565 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-07Add function to get directly to the BLEsboure
Add functions that allocate elements of the beacon period git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2563 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-04Updating and commenting example of expected resultschertier
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2553 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-04Adding the test procedure specification document for CP sta core modulechertier
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2552 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-04cp2/sta/mgr: Added a function to search a station in the network from its ↵laranjeiro
mac address. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2551 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-04cp2/msg: Tested the fragmentation of the CC_SET_TEI_MAP.IND.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2550 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-03cp2/msg: Prepared the SET_TEI_MAP.IND in a fragmented MME.laranjeiro
* Test in progress. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2547 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-03cp2/msg: Added the CC_RELAY function to send and received cc_relay.req and ↵laranjeiro
cc_relay.ind MMEs. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2546 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-03modifying/adding comments and/or traces relative tochertier
- 1st one-shot timed event test step (1st one-shot event timer elapsed) => stop the 2nd one-shot timed event timer before it elapses - 2nd effective one-shot timed event test step (3rd one-shot event timer elapsed) => stop the cyclic core timed event timer git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2545 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-03correct access to lidboure
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2544 017c9cb6-072f-447c-8318-d5b54f68fe89