aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2011-02-17mtp: Rename link_no to nr, add a name like for the other commandsHolger Hans Peter Freyther1-1/+2
2011-02-17mtp: Make the mtp_link point to a specific type of linkHolger Hans Peter Freyther3-4/+15
2011-02-17mtp: Stop hardcoding the supported SSN inside the mtp_layer3.cHolger Hans Peter Freyther1-0/+3
2011-02-17mtp: Remove the bsc pointer from the MTP LinkSetHolger Hans Peter Freyther2-2/+2
2011-02-17mtp: Rename no to nr to align with the rest of the structsHolger Hans Peter Freyther1-1/+1
2011-02-17bsc: Cleanup some fields and namesHolger Hans Peter Freyther1-10/+0
2011-02-17ss7: Move all mtp linksets callbacks into the app layerHolger Hans Peter Freyther1-0/+1
2011-02-17ss7: Move the linkset up/down into the ss7_app, move some code aroundHolger Hans Peter Freyther2-1/+4
2011-02-17ss7: Provide a way to start the applicationHolger Hans Peter Freyther1-0/+2
2011-02-17ss7: Create a SS7 application that is responsible for the routingHolger Hans Peter Freyther6-22/+97
2011-02-17msc: Move more state into the sccp_state.cHolger Hans Peter Freyther1-1/+0
2011-02-17msc: Move the nat handling into the sccp_state for nowHolger Hans Peter Freyther1-0/+4
2011-02-17msc: Move the MSC Connection into a new header fileHolger Hans Peter Freyther6-72/+102
2011-02-17m2ua: Start to separate the SCTP code and M2UA to allow multiple linksHolger Hans Peter Freyther2-5/+18
2011-02-17mtp: Allow to find a linkset by numberHolger Hans Peter Freyther1-0/+1
2011-02-17mtp: Allocate the MTPLinkSet as a child of the BSCHolger Hans Peter Freyther2-6/+9
2011-02-17bsc: Allocate the bsc with talloc insteadHolger Hans Peter Freyther1-0/+2
2011-02-10bsc: Remove the m2ua_set pointer from the struct as wellHolger Hans Peter Freyther1-1/+0
2011-02-10bsc: Remove the global link_set pointer from the bscHolger Hans Peter Freyther2-2/+5
2011-02-10bsc: Move the BSC<->MSC variables to a new struct.Holger Hans Peter Freyther4-49/+69
2011-02-10stp: Allow/Disallow to inject messages on the UDP/M2UA interfaceHolger Hans Peter Freyther1-0/+1
2011-02-10stp: Add code that allows to inject messages on any linksetHolger Hans Peter Freyther2-0/+5
2011-01-30isup: Make it possible for the STP to handle/not handle ISUP messagesHolger Hans Peter Freyther1-0/+3
2011-01-28udp: Use link up/down signals from the MIB for the linkHolger Hans Peter Freyther1-0/+3
2011-01-26mtp: Assign a name to linkset, use this name in the log messagesHolger Hans Peter Freyther1-0/+2
2011-01-25mtp: Remember the first SLS this link is onHolger Hans Peter Freyther1-0/+1
2011-01-24mtp: Call it mtp_link_submit and use it in mtp_linkHolger Hans Peter Freyther1-1/+1
2011-01-24udp: Create a SNMP session per UDPHolger Hans Peter Freyther1-3/+5
2011-01-24mtp: Make it possible to block a link.Holger Hans Peter Freyther1-0/+5
2011-01-22debug: Add two categories to be used in the future.Holger Hans Peter Freyther1-0/+2
2011-01-22pcap: Allow to log on a link or linkset levelHolger Hans Peter Freyther1-0/+2
2011-01-22pcap: Classify the direction of such a messageHolger Hans Peter Freyther1-1/+5
2011-01-22pcap: Run all pcap operations through one methodHolger Hans Peter Freyther2-2/+5
2011-01-22udp: Allow to create multiple links via UDPHolger Hans Peter Freyther1-0/+1
2011-01-22vty: Classify the application that we run and provide different optionsHolger Hans Peter Freyther1-0/+8
2011-01-22stats: Count packets on a per link levelHolger Hans Peter Freyther1-2/+5
2011-01-22stats: Collect statistics on the linksetHolger Hans Peter Freyther1-0/+4
2011-01-22stats: Add rate_counter for more statistics on the MTP sideHolger Hans Peter Freyther2-1/+47
2011-01-21udp: Make the SNMP code asynchronouson-waves/multiple-linksHolger Hans Peter Freyther2-1/+25
2011-01-21udp: Make two snmp functions internalHolger Hans Peter Freyther1-3/+0
2011-01-21udp: Poll SNMP for timeouts and fd every 100msHolger Hans Peter Freyther2-0/+2
2011-01-21udp: Allow to run multiple links through the same socketHolger Hans Peter Freyther1-5/+17
2011-01-20mtp: Send the SLTM/SLTA on the link directlyHolger Hans Peter Freyther1-1/+0
2011-01-20mtp: Count the links in a linksetHolger Hans Peter Freyther1-0/+2
2011-01-20mtp: Create a method for a link failure to restart the link.Holger Hans Peter Freyther1-0/+2
2011-01-20mtp: Remove the unused linkset_sccp_down routine as it is not usedHolger Hans Peter Freyther1-1/+0
2011-01-20mtp: Move the link testing into a new file for mtp_linkHolger Hans Peter Freyther2-13/+26
2011-01-20mtp: Rename the the_link to set as it is a link setHolger Hans Peter Freyther1-1/+1
2011-01-20mtp: Start the linktest directlyHolger Hans Peter Freyther1-2/+0
2011-01-20mtp: Send the TFP/TRA once the first link is availableHolger Hans Peter Freyther1-0/+1