aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/sccp
AgeCommit message (Expand)AuthorFilesLines
2010-04-05[sccp] Add a force_free method for connectionsHolger Hans Peter Freyther1-0/+11
2010-03-26sccp: Change the ownership of the msgb passed to the callbackHolger Hans Peter Freyther1-42/+20
2010-02-26Merge remote branch 'origin/master' into on-waves/sccpHolger Hans Peter Freyther1-3/+4
2010-02-26[sccp] Implement parsing the rather easy IT messages.Holger Hans Peter Freyther1-0/+23
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-2/+2
2010-02-20Merge branch 'on-waves/sccp'Holger Hans Peter Freyther1-1/+1
2010-02-20[sccp] Use msgb->l2h instead of msgb->data for CRHolger Hans Peter Freyther1-1/+1
2010-02-14Merge branch 'on-waves/sccp'Holger Hans Peter Freyther1-0/+1
2010-02-12[sccp] Set the data_len when parsing UDT messages as wellHolger Hans Peter Freyther1-0/+1
2010-02-12Merge branch 'on-waves/sccp'Holger Hans Peter Freyther1-215/+365
2010-02-12[sccp] Make the file includable outside of OpenBSCHolger Hans Peter Freyther1-3/+4
2010-02-03[sccp] Slightly improve the log messageHolger Hans Peter Freyther1-1/+1
2010-02-03[sccp] Refer to the right Company in the Copyright/Copyleft lineHolger Hans Peter Freyther1-1/+1
2010-01-29[sccp] Implement sccp_parse_header to be used by the NAT code.Holger Hans Peter Freyther1-0/+35
2010-01-29[sccp] Split Connection DT1 into two partsHolger Hans Peter Freyther1-38/+46
2010-01-29[sccp] Split Connection Release Complete into two partsHolger Hans Peter Freyther1-15/+22
2010-01-29[sccp] Split Connection Confirm handling into two partsHolger Hans Peter Freyther1-27/+40
2010-01-29[sccp] Split Connection Refused into two partsHolger Hans Peter Freyther1-25/+39
2010-01-29[sccp] Split Connection Released into two partsHolger Hans Peter Freyther1-24/+38
2010-01-29[sccp] Separate connection parsing and policy for connection requestHolger Hans Peter Freyther1-48/+60
2010-01-29[sccp] Move the UDT parsing to a new methodHolger Hans Peter Freyther1-50/+89
2010-01-29[sccp] Add a utility for the nat..Holger Hans Peter Freyther1-0/+8
2009-11-20[sccp] Implement sending the Inactivity Test on a connection..Holger Hans Peter Freyther1-0/+42
2009-11-20[sccp] Implement parts of ITU SCCP for use in the A-InterfaceHolger Hans Peter Freyther1-0/+1129