summaryrefslogtreecommitdiffstats
path: root/src/mm.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-05libdect: add preliminary wideband supportPatrick McHardy1-24/+3
2011-05-30mm: only complete info request procedure in PP modePatrick McHardy1-1/+2
2011-05-05mm: fix typo in debug messagePatrick McHardy1-1/+1
2011-03-20mm: properly complete procedure consisting only of a single messagePatrick McHardy1-3/+4
2011-02-26mm: use mme->current in -res primitives instead of hard-coding procedure rolePatrick McHardy1-7/+7
2011-02-24mm: convert -res primitives to return voidPatrick McHardy1-93/+52
2011-01-10lce: maintain TPUI assignment in location tablePatrick McHardy1-4/+9
2011-01-09lce: maintain LCE location tablePatrick McHardy1-4/+24
2010-10-14Revert accidentally committed patchPatrick McHardy1-1/+1
2010-10-14eventsPatrick McHardy1-1/+1
2010-10-10mm: add function to get an existing or allocate a new MM endpointPatrick McHardy1-0/+14
2010-10-10mm: destroy endpoint when link is shut downPatrick McHardy1-0/+18
2010-09-14debug: add libdect-specific assert-macro with optional backtrace supportPatrick McHardy1-1/+1
2010-09-14timer: add some debugging codePatrick McHardy1-4/+4
2010-09-08mm: use mme->current in dect_mm_procedure_complete()Patrick McHardy1-71/+48
2010-09-08mm: use mme->current in dect_mm_send_msg() instead of passing the MM procedur...Patrick McHardy1-62/+62
2010-09-03mm: complete the proper procedure when authentication fails during key alloca...Patrick McHardy1-0/+6
2010-09-03lce: move protocol registration to dect_lce_initPatrick McHardy1-6/+1
2010-09-03mm/cc: provide empty parameters to -cfm primitives when aborting a transactionPatrick McHardy1-8/+24
2010-09-03lce: order MM transactions properlyPatrick McHardy1-3/+4
2010-09-03mm: only abort locally initiated transactions on link shurtdown.Patrick McHardy1-2/+3
2010-08-23Revert "mm: change PMID when an access rights request is not confirmed"Patrick McHardy1-2/+0
2010-08-16lce: set the IPUI for incoming data links as soon as it is knownPatrick McHardy1-3/+24
2010-08-14libdect: documentation updatePatrick McHardy1-1/+25
2010-08-13libdect: prefix IE types with DECT_Patrick McHardy1-190/+190
2010-08-12mm: catch link establishment errors in dect_mm_endpoint_allocPatrick McHardy1-1/+6
2010-08-03mm: add more documentationPatrick McHardy1-19/+89
2010-08-03mm: clear iec pointer when initiating/responding to a procedurePatrick McHardy1-0/+5
2010-08-02libdect: name timer related functions more consistentlyPatrick McHardy1-6/+6
2010-08-02libdect: name transaction related functions more consistentlyPatrick McHardy1-8/+8
2010-08-01mm: change PMID when an access rights request is not confirmedPatrick McHardy1-0/+2
2010-07-31mm: store TPUI on identity assignmentPatrick McHardy1-4/+12
2010-07-31mm: add missing newline to timeout debuggingPatrick McHardy1-0/+1
2010-07-31mm: add retransmission supportPatrick McHardy1-4/+10
2010-07-31lce: add support for retransmissionsPatrick McHardy1-15/+15
2010-07-28mm: properly end ciphering procedure in dect_mm_cipher_res()Patrick McHardy1-0/+1
2010-07-28doc: more documentation updatesPatrick McHardy1-59/+64
2010-07-26libdect: include cleanup - only include io.h where neededPatrick McHardy1-0/+1
2010-07-26libdect: include cleanup - only include timer.h where neededPatrick McHardy1-0/+1
2010-07-24debug: make debugging more colorfulPatrick McHardy1-2/+2
2010-07-24mm: properly support key allocation procedurePatrick McHardy1-4/+12
2010-07-24mm: support detachment procedurePatrick McHardy1-12/+19
2010-07-24sfmt: treat empty IEs as absentPatrick McHardy1-1/+1
2010-07-24doc: add some misc documentationPatrick McHardy1-3/+8
2010-07-08doc: fix typoPatrick McHardy1-1/+1
2010-07-08doc: fix up doxygen annotations, add some documentationPatrick McHardy1-88/+266
2010-06-17mm: properly begin new procedure for parameter retrievalPatrick McHardy1-6/+4
2010-06-02mm: proper procedure managementPatrick McHardy1-217/+555
2010-05-27mm: fix potential NULL pointer dereferencePatrick McHardy1-1/+2
2010-02-28mm: add missing identity proceduresPatrick McHardy1-9/+294