summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-08-05ie: add support for <<CALLING-PARTY-NUMBER>> and <<CALLING-PARTY-NAME>> IEsPatrick McHardy2-9/+176
2010-08-04llme: add RFP MAC preload supportPatrick McHardy2-11/+56
2010-08-04example: rename DECT_HLC_ACCESS_RIGHT_REQUESTS to DECT_HLC_ACCESS_RIGHTS_REQU...Patrick McHardy1-1/+1
2010-08-04netlink: increase buffer size for capabity dumpsPatrick McHardy1-1/+1
2010-08-03lce: check result of dect_fd_register()Patrick McHardy1-3/+4
2010-08-03mm: add more documentationPatrick McHardy1-19/+89
2010-08-03headers: move __cplusplus ifdefs to the beginning of the filePatrick McHardy2-6/+6
2010-08-03headers: add doxygen markers to lce.hPatrick McHardy1-0/+7
2010-08-03example: check FP capabilities before invoking optional featuresPatrick McHardy3-5/+39
2010-08-03llme: add MAC_ME_INFO-ind indication to notify of FP capability changesPatrick McHardy5-18/+93
2010-08-03mm: clear iec pointer when initiating/responding to a procedurePatrick McHardy1-0/+5
2010-08-02lce: clear retransmission pointer when opening/confirming a new transactionPatrick McHardy1-0/+2
2010-08-02example: pp-access-rights: use variable for PINPatrick McHardy1-4/+14
2010-08-02example: use pexit()Patrick McHardy3-7/+5
2010-08-02example: remove mm-ppPatrick McHardy2-383/+1
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 McHardy9-49/+49
2010-08-02libdect: name timer related functions more consistentlyPatrick McHardy10-61/+61
2010-08-02libdect: name transaction related functions more consistentlyPatrick McHardy5-32/+32
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 McHardy2-3/+5
2010-07-31libdect: zero libdect handle on allocationPatrick McHardy1-0/+2
2010-07-31lce: add missing newline characters to PMID debugging messagesPatrick McHardy1-3/+3
2010-07-31mm: store TPUI on identity assignmentPatrick McHardy2-4/+13
2010-07-31lce: properly maintain PMIDPatrick McHardy5-14/+77
2010-07-31lce: fix indentationPatrick McHardy1-1/+1
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 McHardy5-23/+47
2010-07-31lce: add reference counting to message buffersPatrick McHardy2-5/+18
2010-07-31example: revert MM endpoint destructionPatrick McHardy5-5/+0
2010-07-31lce: fix data link leak on shutdownPatrick McHardy1-6/+10
2010-07-31lce: fix comment indentationPatrick McHardy1-2/+2
2010-07-31example: mm-access-rights: terminate after procedure completionPatrick McHardy1-0/+8
2010-07-31example: fix use after freePatrick McHardy5-5/+5
2010-07-30example: release MM endpoints on shutdownPatrick McHardy5-1/+5
2010-07-30doc: disable group collaboration graphsPatrick McHardy1-1/+1
2010-07-30example: add PP info request examplePatrick McHardy3-1/+79
2010-07-30example: add PP access rights termination examplePatrick McHardy2-1/+74
2010-07-30example: remove unnecessary includes from pp-wait-pagePatrick McHardy1-3/+10
2010-07-30identities: return target structure from conversion functionsPatrick McHardy4-10/+15
2010-07-30doc: specify lce positionPatrick McHardy1-0/+1
2010-07-30lce: move page_transaction initialization next to B-SAP socket initializationPatrick McHardy1-2/+2
2010-07-30lce: close page transaction after first message was received and on link shut...Patrick McHardy1-0/+20
2010-07-30lce: maintain transaction state (open/closed)Patrick McHardy2-9/+19
2010-07-30example: add program to wait for page messagePatrick McHardy3-1/+33
2010-07-30example: add LCE ops to dummy_opsPatrick McHardy1-0/+27
2010-07-30lce: reorder functionsPatrick McHardy1-364/+368