aboutsummaryrefslogtreecommitdiffstats
path: root/src/sctp_m2ua.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-10sctp: Really apply the MSC workaroundHolger Hans Peter Freyther1-16/+9
2011-08-10sctp: Check if there is any other connection with the ASP identHolger Hans Peter Freyther1-0/+15
2011-08-10m2ua: Print information about number of SCTP connectionsHolger Hans Peter Freyther1-1/+17
2011-05-08Adopt to recent libosmocore namespace changes and libosmogsmHarald Welte1-10/+10
2011-03-03sctp: Mention the link index that got releasedHolger Hans Peter Freyther1-1/+1
2011-03-02sctp: Use the right link index when sending messagesHolger Hans Peter Freyther1-1/+1
2011-03-02sctp: Handle establish request for a wrong ASPHolger Hans Peter Freyther1-4/+13
2011-02-25sctp: Fix a memory leak on connection failures.Holger Hans Peter Freyther1-0/+1
2011-02-25sctp: Only handle traffic with the payload type of M2UAHolger Hans Peter Freyther1-1/+9
2011-02-25sctp: Fail if we fail to enable SCTP events on this socketHolger Hans Peter Freyther1-5/+10
2011-02-23vty: Add all mighty new vty interface for osmo-stpHolger Hans Peter Freyther1-28/+27
2011-02-22misc: Use llist_add_tail to add new links to the endHolger Hans Peter Freyther1-1/+1
2011-02-22m2ua: Make sure all replies contain the link identifierHolger Hans Peter Freyther1-1/+11
2011-02-17m2ua: Start link only after we had the emergency alignmentHolger Hans Peter Freyther1-3/+7
2011-02-17log: Improve some logging messages across several files.Holger Hans Peter Freyther1-1/+1
2011-02-17m2ua: Do nothing on a reset request for now.Holger Hans Peter Freyther1-4/+10
2011-02-17m2ua: Keep the M2UA ASP state in the mtp_m2ua_linkHolger Hans Peter Freyther1-34/+88
2011-02-17m2ua: Include the interface identifier in the notify messageHolger Hans Peter Freyther1-2/+5
2011-02-17mtp: Make the mtp_link point to a specific type of linkHolger Hans Peter Freyther1-13/+26
2011-02-17mtp: Remove the bsc pointer from the MTP LinkSetHolger Hans Peter Freyther1-3/+4
2011-02-17m2ua: Start to separate the SCTP code and M2UA to allow multiple linksHolger Hans Peter Freyther1-55/+116
2011-02-17bsc: Allocate the bsc with talloc insteadHolger Hans Peter Freyther1-2/+0
2011-02-17m2ua: Close a huge memory leak in the m2ua code.Holger Hans Peter Freyther1-3/+6
2011-01-26sctp: Close the socket if we get <= 0 as a result for sctp_rcvmsgHolger Hans Peter Freyther1-1/+1
2011-01-25mtp: Fix the logic... close the socket if we are blockedHolger Hans Peter Freyther1-1/+1
2011-01-24mtp: Make it possible to block a link.Holger Hans Peter Freyther1-3/+11
2011-01-22pcap: Classify the direction of such a messageHolger Hans Peter Freyther1-2/+2
2011-01-22pcap: Run all pcap operations through one methodHolger Hans Peter Freyther1-4/+2
2011-01-22stats: Count packets on a per link levelHolger Hans Peter Freyther1-2/+9
2011-01-20mtp: Make the input path work on a specific link of the linksetHolger Hans Peter Freyther1-1/+1
2011-01-20m2ua: Write MTP packets to the pcap file if requested.Holger Hans Peter Freyther1-1/+10
2011-01-17m2ua: Create a MTP Link class using SCTP/M2UA for the transporton-waves/m2uaHolger Hans Peter Freyther1-0/+631