aboutsummaryrefslogtreecommitdiffstats
path: root/src/links.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-24udp: Create a SNMP session per UDPHolger Hans Peter Freyther1-2/+2
2011-01-23pcap: Fix stupid bug and unbreak pcap writingHolger Hans Peter Freyther1-2/+2
2011-01-22pcap: Dump each packet in the DCAP categoryHolger Hans Peter Freyther1-0/+3
2011-01-22pcap: Allow to log on a link or linkset levelHolger Hans Peter Freyther1-3/+5
2011-01-22pcap: Classify the direction of such a messageHolger Hans Peter Freyther1-1/+1
2011-01-22pcap: Run all pcap operations through one methodHolger Hans Peter Freyther1-0/+9
2011-01-22udp: Allow to create multiple links via UDPHolger Hans Peter Freyther1-23/+28
2011-01-22stats: Collect statistics on the linksetHolger Hans Peter Freyther1-5/+0
2011-01-21udp: Make the SNMP code asynchronouson-waves/multiple-linksHolger Hans Peter Freyther1-6/+1
2011-01-21udp: Allow to run multiple links through the same socketHolger Hans Peter Freyther1-4/+8
2011-01-20mtp: Remove the unused linkset_sccp_down routine as it is not usedHolger Hans Peter Freyther1-4/+0
2011-01-20mtp: Move the link testing into a new file for mtp_linkHolger Hans Peter Freyther1-0/+5
2011-01-20mtp: Rename the the_link to set as it is a link setHolger Hans Peter Freyther1-6/+6
2011-01-20mtp: Stop assigning the link_set it will be done in mtpl3Holger Hans Peter Freyther1-1/+0
2011-01-20isup: Allow to have a different OPC for ISUP messages.Holger Hans Peter Freyther1-0/+1
2011-01-17mtp: Rename link_data to mtp_link and move out the transport specific thingsHolger Hans Peter Freyther1-21/+21
2011-01-17mtp: take the linkset down when the last link is failingHolger Hans Peter Freyther1-2/+27
2011-01-17mtp: Turn the MTPl2 link into a list of links.Holger Hans Peter Freyther1-15/+47
2011-01-17mtp: Keep an array for the SLS -> SLC mapping for active links.Holger Hans Peter Freyther1-2/+4
2011-01-17mtp: Make the link_data be a child of the link_setHolger Hans Peter Freyther1-21/+28
2011-01-17mtp: Propagate link and linkset failures in two stagesHolger Hans Peter Freyther1-0/+12
2011-01-17mtp: Rename mtp_link to mtp_link_set as this is the linksetHolger Hans Peter Freyther1-4/+4
2011-01-17mtp: Kill the link variable from the mtp link.Holger Hans Peter Freyther1-1/+0
2011-01-17linkset: Prepare the UDP support to support multiple links.Holger Hans Peter Freyther1-1/+3
2011-01-17msc: Remove the msc_clear_queue now that it is not neededHolger Hans Peter Freyther1-0/+4
2011-01-17mtp: Move the link code into a new file called links.Holger Hans Peter Freyther1-0/+94