summaryrefslogtreecommitdiff
path: root/cesar/cp2/msg
AgeCommit message (Collapse)Author
2008-08-28cesar: removed white spaces.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2778 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-08-26cp2/msg: Added the function to get the PID from CM_GET_KEY_CNF and CM_SET_KEY.laranjeiro
* The PID in the set key is at the same offset in the req and cnf. * Tested it in the unit test. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2762 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-08-26cp2/msg: Added a function to get the PID from the CM_GET_KEY_REQ.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2760 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/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/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-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-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-02cp2/msg/test: Update unit test. Overide the FSM.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2526 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-07-01cp2/msg : Update the msg cause of the modification on the station manager.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2517 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-30 * cp2, hal/phy, mac/common:schodet
- use u32 for tonemask. - '1' means unused carrier. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2497 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-27cp2/msg : remove an useless test.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2470 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-27cp2/msg: Tested the CM_SET_KEY.REQ, CM_SET_KEY.CNF, CM_GET_KEY.REQ and ↵laranjeiro
CM_GET_KEY.CNF git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2467 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-27cp2/msg : Fix a tested to verify the hfid data in the CC_WHO_RU.CNF mme.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2466 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-27cp2/msg: Fix the test which verifies the encryption MME header.laranjeiro
* Add a random value for each bytes of the rf field. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2464 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-26cp2/msg: Wrote the necessary function to athenticate a station.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2461 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-26cp2/msg : Tested the CC MME Family.laranjeiro
* The set_tei_map is not fully tested. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2451 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-26cp2/msg : Replace the station manager stub by the real station manager for ↵laranjeiro
MME tests. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2449 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-26cp2/msg: Fixed the segmentation fault in the test. A test tried to store the ↵laranjeiro
station mac address in an the station pointer which was not initialized. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2441 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-25cp2/msg: Removed the msg_cc.c file from the Module cause of the nigthly ↵laranjeiro
builds. It needs the sta manager fo compile. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2440 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-25cp2/msg: Fixed compile errors on msg_cc file.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2439 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-25cp2/msg: Added a function to write the headers of MME fragmented.laranjeiro
Fix the tests. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2438 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-25cp2: MSG MMElaranjeiro
* Removed the field full_length from the mme_rx_t. * Fixed the tests. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2437 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-25 * cp2/msg:laranjeiro
* Added start filling the function msg_dispatch to call the msg_read_header_encrypt function when the MMType corresponds to a encrypted MME. * Wrote the function for the MME CC familly. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2433 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-25cp2/msg : Added the test to verify the data in the payload of a Encrypted MME.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2431 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-25cp2/msg : Fixed the CRC generation to compute the CRC on the All embedded ↵laranjeiro
MME (including the MME Header). git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2430 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-25cp2/msg: Tested the mme sent encryption and the function to uncrypt a MME.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2429 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-25 * cp2:schodet
- changed rand to rnd, please do not rot namespace. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2426 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-24cp2/msg: Tested the MSG encrypt payload generation i.e. full generation ↵laranjeiro
header footer and payload. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2422 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-24cp2/msg: Tested the MME send with an encapsulated MME.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2419 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-24cp2/msg : Tested the init mme function.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2418 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-23cp2/msg: Wrote and tested the MSG functions.laranjeiro
* Tested the mme_tx_init * Tested the mme_tx_init_encrpypted * Replace the blk allocation for the mme_rx_t and mme_tx_t by slab allocations. * Add function to initialise the mme_rx_t and mme_tx_t objects. * Added the destructors for mme_rx_t and mme_tx_t. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2413 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-17 * cp2/sta/action, cp2/msg:schodet
- changed messages order to match spec. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2366 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-11cp2/msg: Tested the Msg read header function.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2282 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-11cp2/msg: Add a function to read the MME header and return the mme rx context.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2281 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-06 * cp/msg:schodet
- removed extra pid parameter. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2240 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-06 * cp2/msg:schodet
- encrypted message refactoring. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2239 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-06 * cp2:schodet
- fixed cp2/defs.h. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2237 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-05 * cp2/msg:schodet
- fixed missing DRV family MME. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2225 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-05 * cp2:schodet
- moved types definitions to types.h. - fixed tei, nid and snid types. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2223 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-05 * cp2/msg:schodet
- complete refactoring, still missing some encrypted payload and protocol run support. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2222 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-06-03 * cp2/msg:schodet
- added CC_WHO_RU. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2211 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-05-30 * cp2/msg:schodet
- added DRV family messages. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2177 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-05-15cco_action : Tested the authentication process.laranjeiro
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1987 017c9cb6-072f-447c-8318-d5b54f68fe89
2008-05-14action msg: Tested the association protocol.laranjeiro
* Added some structure to be used in the MSG module. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1982 017c9cb6-072f-447c-8318-d5b54f68fe89