aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-20mtp: Fix the address mask, macro to extract opc/dpcHolger Hans Peter Freyther1-1/+9
2011-01-20isup: Attempt a short cut in the link bring up by sending a unblockHolger Hans Peter Freyther1-0/+2
2011-01-20isup: Make status parsing and status response be genericHolger Hans Peter Freyther1-1/+1
2011-01-20isup: Attempt to handle a RSC on the exchangeHolger Hans Peter Freyther1-0/+5
2011-01-20isup: Allow to have a different OPC for ISUP messages.Holger Hans Peter Freyther2-1/+2
2011-01-20isup: ANSI/ITU have a different idea about the CIC and spare bitsHolger Hans Peter Freyther1-7/+1
2011-01-20isup: Add the isup_types.h to the header files (fixes distcheck)Holger Hans Peter Freyther1-1/+2
2011-01-20mtp: Add defines for the test messagesHolger Hans Peter Freyther1-0/+4
2011-01-20mtp: Send a TFA for the point codes we are routing to.Holger Hans Peter Freyther1-0/+2
2011-01-20mtp: Make the input path work on a specific link of the linksetHolger Hans Peter Freyther1-1/+1
2011-01-20stp: Allow to forward all ISUP messages without any modificationHolger Hans Peter Freyther1-0/+3
2011-01-20stp: Forward unhandled ISUP from one end to anotherHolger Hans Peter Freyther2-1/+2
2011-01-20stp: Create a M2UA link by hand and connect the SCCP routinesHolger Hans Peter Freyther1-0/+1
2011-01-17m2ua: Create a MTP Link class using SCTP/M2UA for the transporton-waves/m2uaHolger Hans Peter Freyther2-1/+61
2011-01-17mtp: Rename link_data to mtp_link and move out the transport specific thingsHolger Hans Peter Freyther2-40/+42
2011-01-17mtp: take the linkset down when the last link is failingHolger Hans Peter Freyther1-0/+2
2011-01-17mtp: Remove the forced_down as it is never read in that applicationHolger Hans Peter Freyther1-1/+0
2011-01-17mtp: Turn the MTPl2 link into a list of links.Holger Hans Peter Freyther2-2/+8
2011-01-17mtp: Keep an array for the SLS -> SLC mapping for active links.Holger Hans Peter Freyther1-1/+4
2011-01-17mtp: Make the link_data be a child of the link_setHolger Hans Peter Freyther2-1/+6
2011-01-17mtp: Propagate link and linkset failures in two stagesHolger Hans Peter Freyther2-6/+14
2011-01-17mtp: Rename mtp_link to mtp_link_set as this is the linksetHolger Hans Peter Freyther4-17/+17
2011-01-17mtp: Attempt to select the sls properly in the round robin fashionHolger Hans Peter Freyther1-0/+2
2011-01-17mtp: Kill the link variable from the mtp link.Holger Hans Peter Freyther1-4/+0
2011-01-17linkset: Prepare the UDP support to support multiple links.Holger Hans Peter Freyther2-2/+3
2011-01-17msc: Remove the msc_clear_queue now that it is not neededHolger Hans Peter Freyther1-1/+0
2011-01-17sccp: Stop queueing messages between SLTM messagesHolger Hans Peter Freyther1-2/+0
2011-01-17mtp: Move the link code into a new file called links.Holger Hans Peter Freyther1-0/+1
2011-01-17misc: Remove the link_c7 dummy methodsHolger Hans Peter Freyther1-3/+0
2011-01-16license: Switch to the GNU AGPLv3 for this network serviceHolger Hans Peter Freyther15-105/+90
2011-01-06mgcp: Merge new mgcp_protocol to parse digital trunks.Holger Hans Peter Freyther1-1/+1
2011-01-01mtp: Allow to have a different POC for SCCPHolger Hans Peter Freyther2-1/+2
2010-12-31mtp: Implement the subsystem test and respond with a SSP/SSAHolger Hans Peter Freyther1-0/+1
2010-12-20iusp: Make isup parsing work on big endian machinesHolger Hans Peter Freyther1-0/+6
2010-12-10isup: Respond to a ISUP GRS with a GRA.Holger Hans Peter Freyther1-0/+1
2010-12-10isup: Start parsing the ISUP messagesHolger Hans Peter Freyther1-0/+1
2010-12-10isup: Start with isup support in the cellmgr.Holger Hans Peter Freyther1-0/+49
2010-12-08mtp: Prepare ISUP handling, just print the ISUP part.Holger Hans Peter Freyther1-0/+1