summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-09-17cc: add release timerPatrick McHardy1-3/+38
2010-09-17cc: add overlap sending timerPatrick McHardy1-4/+63
2010-09-17cc: properly stop CC timers on conditions defined in appendix A.1Patrick McHardy1-2/+18
2010-09-16cc: properly implement CC state transitionsPatrick McHardy1-37/+115
2010-09-16cc: add missing parameters to CC primitivesPatrick McHardy1-16/+9
2010-09-16cc: fix message namesPatrick McHardy1-8/+8
2010-09-16doc: minor fixesPatrick McHardy1-2/+2
2010-09-15cc: use MNCC_RELEASE-cfm when link is shut down in RELEASE_PENDING statePatrick McHardy1-2/+7
2010-09-15cc: don't destroy setup_timer before call destructionPatrick McHardy1-14/+14
2010-09-14cc: add helper function for call shutdownPatrick McHardy1-9/+11
2010-09-14doc: minor updatePatrick McHardy1-1/+53
2010-09-14debug: add libdect-specific assert-macro with optional backtrace supportPatrick McHardy11-21/+351
2010-09-14timer: add some debugging codePatrick McHardy4-17/+33
2010-09-09cc: periodically dump LU1 queue statisticsPatrick McHardy1-1/+49
2010-09-08cc: remove duplicate ULEI index assignmentPatrick McHardy1-1/+0
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-08ss: close docbook markerPatrick McHardy1-0/+1
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 McHardy5-25/+10
2010-09-03mm/cc: provide empty parameters to -cfm primitives when aborting a transactionPatrick McHardy2-9/+26
2010-09-03libdect: make handle initialization/shutdown symetricalPatrick McHardy2-18/+19
2010-09-03lce: order MM transactions properlyPatrick McHardy2-6/+17
2010-09-03mm: only abort locally initiated transactions on link shurtdown.Patrick McHardy2-2/+6
2010-08-31clms: fix compilation error on debian stablePatrick McHardy1-0/+1
2010-08-26ss: add missing {FACILITY} attributesPatrick McHardy1-1/+7
2010-08-26sfmt: log invalid IEs on TXPatrick McHardy1-2/+5
2010-08-26ie: add <<TIME-DATE>> IEPatrick McHardy1-0/+76
2010-08-25sfmt: add parsing function for <<FEATURE-INDICATE>> IEPatrick McHardy1-0/+11
2010-08-25lce: make sure MM transactions are shutdown lastPatrick McHardy1-2/+17
2010-08-25cc: fix segfault due to incorrect call destructionPatrick McHardy1-4/+4
2010-08-24cc,ss: prefix message types with DECT_Patrick McHardy2-35/+36
2010-08-23sfmt: accept empty <<PORTABLE-IDENTITY>> IEsroot1-0/+4
2010-08-23Revert "mm: change PMID when an access rights request is not confirmed"Patrick McHardy2-5/+3
2010-08-16lce: set the IPUI for incoming data links as soon as it is knownPatrick McHardy5-8/+59
2010-08-16lce: don't use full pages by defaultPatrick McHardy1-1/+1
2010-08-15lce: add full page supportPatrick McHardy1-8/+104
2010-08-14libdect: documentation updatePatrick McHardy3-1/+42
2010-08-13libdect: add ConnetionLess Message Service (CLMS) supportPatrick McHardy4-4/+231
2010-08-13ie: export IE types and construction/parsing functionsPatrick McHardy1-18/+28
2010-08-13libdect: prefix IE types with DECT_Patrick McHardy5-543/+543
2010-08-13ss: include ss.h in ss documentation groupPatrick McHardy1-3/+8
2010-08-13ie: add <<NETWORK-PARAMETER>> IEPatrick McHardy1-0/+51
2010-08-13lce: clear padding in cmsg bufferPatrick McHardy1-0/+1
2010-08-13utils: convert paging to use dect_msg_buf structuresPatrick McHardy2-26/+23
2010-08-13lce: support sending and receiving full and long page messagesPatrick McHardy1-23/+113
2010-08-12lce: use MSG_NOSIGNAL to avoid SIGPIPE signals on stream socketsPatrick McHardy1-2/+2
2010-08-12mm: catch link establishment errors in dect_mm_endpoint_allocPatrick McHardy1-1/+6
2010-08-09cc: send {RELEASE-COM} message when necessaryPatrick McHardy1-4/+22
2010-08-05ie: add support for default cipher key index reception and transmissionPatrick McHardy1-0/+16