summaryrefslogtreecommitdiffstats
path: root/src/lce.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-09lce: remove now unused function dect_profile_indicator()Patrick McHardy1-12/+0
2011-10-05libdect: add preliminary wideband supportPatrick McHardy1-26/+218
2011-03-21lce: use symbolic identifiers for S-SAP sockaddrPatrick McHardy1-2/+2
2011-03-20lce: attempt to support transactions only consisting of a single messagePatrick McHardy1-2/+17
2011-02-26lce: add proper timer names from EN 300 175 05 to comments and debug messagesPatrick McHardy1-7/+7
2011-01-11lce: really fix set-up conditionPatrick McHardy1-1/+1
2011-01-11lce: fix condition to decide whether to use direct link establishmentPatrick McHardy1-2/+1
2011-01-10lce: maintain TPUI assignment in location tablePatrick McHardy1-6/+41
2011-01-09lce: maintain LCE location tablePatrick McHardy1-16/+105
2011-01-07lce: change PMID/IPUI assignment debugging outputPatrick McHardy1-4/+4
2010-11-14libdect: don't reseed PRNG on dect_open_handle()Patrick McHardy1-1/+1
2010-10-13ss: fix CLSS message routingPatrick McHardy1-13/+69
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-10mm: destroy endpoint when link is shut downPatrick McHardy1-0/+12
2010-10-09ss: fix CISSPatrick McHardy1-1/+1
2010-10-09lce: stop SDU timer if already running on partial releasePatrick McHardy1-0/+6
2010-09-17ie: rename DECT_RING_PATTERN_* to DECT_ALERTING_PATTERN_*Patrick McHardy1-1/+1
2010-09-14debug: add libdect-specific assert-macro with optional backtrace supportPatrick McHardy1-4/+4
2010-09-14timer: add some debugging codePatrick McHardy1-3/+3
2010-09-03lce: move protocol registration to dect_lce_initPatrick McHardy1-0/+6
2010-09-03libdect: make handle initialization/shutdown symetricalPatrick McHardy1-0/+1
2010-09-03lce: order MM transactions properlyPatrick McHardy1-3/+13
2010-08-25lce: make sure MM transactions are shutdown lastPatrick McHardy1-2/+17
2010-08-23Revert "mm: change PMID when an access rights request is not confirmed"Patrick McHardy1-3/+3
2010-08-16lce: set the IPUI for incoming data links as soon as it is knownPatrick McHardy1-4/+21
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-13libdect: add ConnetionLess Message Service (CLMS) supportPatrick McHardy1-3/+5
2010-08-13libdect: prefix IE types with DECT_Patrick McHardy1-9/+9
2010-08-13lce: clear padding in cmsg bufferPatrick McHardy1-0/+1
2010-08-13utils: convert paging to use dect_msg_buf structuresPatrick McHardy1-22/+22
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-03lce: check result of dect_fd_register()Patrick McHardy1-3/+4
2010-08-02lce: clear retransmission pointer when opening/confirming a new transactionPatrick McHardy1-0/+2
2010-08-02lce: include <<PORTABLE-IDENTITY>> IE in page reject messagePatrick McHardy1-4/+5
2010-08-02lce: fix page transaction release modePatrick McHardy1-1/+1
2010-08-02libdect: name timer related functions more consistentlyPatrick McHardy1-16/+16
2010-08-02libdect: name timer related functions more consistentlyPatrick McHardy1-16/+16
2010-08-02libdect: name transaction related functions more consistentlyPatrick McHardy1-8/+8
2010-08-02lce: fix segfault when closing S-SAP socket in PP modePatrick McHardy1-2/+4
2010-08-01lce: only open S-SAP socket in FP modePatrick McHardy1-17/+21
2010-08-01mm: change PMID when an access rights request is not confirmedPatrick McHardy1-3/+3
2010-07-31lce: add missing newline characters to PMID debugging messagesPatrick McHardy1-3/+3
2010-07-31lce: properly maintain PMIDPatrick McHardy1-1/+61
2010-07-31lce: fix indentationPatrick McHardy1-1/+1
2010-07-31lce: add support for retransmissionsPatrick McHardy1-4/+24
2010-07-31lce: add reference counting to message buffersPatrick McHardy1-5/+15