summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-10-14eventsPatrick McHardy3-2/+42
2010-10-13ss: fix CLSS message routingPatrick McHardy2-20/+84
2010-10-13ie: use dect_hexdump() to dump contents of <<DISPLAY>>, <<KEYPAD>> and <<ESCA...Patrick McHardy1-21/+3
2010-10-13debug: align ascii dump in dect_hexdump() at fixed offsetPatrick McHardy1-3/+6
2010-10-13ie: dump missing members of <<TIME-DATE>> IEPatrick McHardy1-0/+18
2010-10-12utils: use single-linked list for struct dect_msg_buf queuesPatrick McHardy1-12/+10
2010-10-12utils: add forgotten changes from last commitPatrick McHardy1-3/+5
2010-10-11utils: uninline message buffer manipulation helpersPatrick McHardy1-0/+72
2010-10-11cc: connect U-plane when <<PROGRESS-INDICATOR>> IE indicates in-band informat...Patrick McHardy1-3/+42
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 McHardy2-0/+30
2010-10-09cc: fix memory leakPatrick McHardy1-0/+3
2010-10-09ss: fix CISSPatrick McHardy3-12/+21
2010-10-09lce: stop SDU timer if already running on partial releasePatrick McHardy1-0/+6
2010-10-08identities: add helper for formatting and parsing IPEI stringsPatrick McHardy1-0/+65
2010-09-21backtrace: fix warnings and output on 32 bitPatrick McHardy1-4/+6
2010-09-21ie: increase buffers for dect_val2str to 128 bytesPatrick McHardy1-23/+23
2010-09-21ie: fix progress indicator IE bugsPatrick McHardy1-1/+34
2010-09-20debug: fix compilation error without bfd.hPatrick McHardy1-1/+0
2010-09-17ie: rename DECT_RING_PATTERN_* to DECT_ALERTING_PATTERN_*Patrick McHardy2-11/+11
2010-09-17cc: restart CC timers when receiving {CC-NOTIFY} messagePatrick McHardy1-0/+7
2010-09-17cc: add connect timerPatrick McHardy1-3/+25
2010-09-17cc: add completion timerPatrick McHardy1-4/+38
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