aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-20isup: Attempt a short cut in the link bring up by sending a unblockHolger Hans Peter Freyther2-8/+29
2011-01-20isup: Handle a CGB with a CGBA and claim all circuits to be blockedHolger Hans Peter Freyther1-3/+37
2011-01-20isup: Make status parsing and status response be genericHolger Hans Peter Freyther3-9/+9
2011-01-20isup: Attempt to handle a RSC on the exchangeHolger Hans Peter Freyther2-0/+43
2011-01-20isup: Allow to have a different OPC for ISUP messages.Holger Hans Peter Freyther7-2/+8
2011-01-20isup: ANSI/ITU have a different idea about the CIC and spare bitsHolger Hans Peter Freyther1-7/+1
2011-01-20isup: Fix the lebgth check in this packetHolger Hans Peter Freyther1-1/+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 Freyther2-4/+26
2011-01-20mtp: Send TRA messages on all affected point codesHolger Hans Peter Freyther1-5/+20
2011-01-20mtp: Send the TFP for every POC we want to handle.Holger Hans Peter Freyther1-3/+20
2011-01-20mtp: Make the input path work on a specific link of the linksetHolger Hans Peter Freyther4-9/+9
2011-01-20stp: Set the pcap fd properly... WIP merge thisHolger Hans Peter Freyther1-1/+1
2011-01-20stp: Allow to forward all ISUP messages without any modificationHolger Hans Peter Freyther3-0/+12
2011-01-20stp: Forward unhandled ISUP from one end to anotherHolger Hans Peter Freyther8-8/+29
2011-01-20stp: Create a M2UA link by hand and connect the SCCP routinesHolger Hans Peter Freyther3-1/+24
2011-01-20stp: Begin to implement a signalling transfer pointHolger Hans Peter Freyther2-1/+245
2011-01-20mtp: Do not send anything in case the there is no linkHolger Hans Peter Freyther1-0/+3
2011-01-20mtp: Send the SSA/SSP for the apoc and assn of the requestHolger Hans Peter Freyther1-3/+3
2011-01-20mtp: Send the SSA with the affected POC for SCCP.Holger 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-17Merge branch 'on-waves/m2ua'Holger Hans Peter Freyther10-105/+808
2011-01-17m2ua: Create a MTP Link class using SCTP/M2UA for the transporton-waves/m2uaHolger Hans Peter Freyther5-3/+696
2011-01-17mtp: Rename link_data to mtp_link and move out the transport specific thingsHolger Hans Peter Freyther5-102/+112
2011-01-17Merge branch 'on-waves/multiple-links'Holger Hans Peter Freyther17-387/+414
2011-01-17mtp: Create the SLC with all linksHolger Hans Peter Freyther1-2/+35
2011-01-17mtp: take the linkset down when the last link is failingHolger Hans Peter Freyther2-2/+29
2011-01-17mtp: Remove the forced_down as it is never read in that applicationHolger Hans Peter Freyther2-2/+0
2011-01-17mtp: Turn the MTPl2 link into a list of links.Holger Hans Peter Freyther6-23/+70
2011-01-17mtp: Keep an array for the SLS -> SLC mapping for active links.Holger Hans Peter Freyther3-9/+21
2011-01-17mtp: Make the link_data be a child of the link_setHolger Hans Peter Freyther7-48/+60
2011-01-17mtp: Propagate link and linkset failures in two stagesHolger Hans Peter Freyther6-46/+54
2011-01-17mtp: Rename mtp_link to mtp_link_set as this is the linksetHolger Hans Peter Freyther12-91/+91
2011-01-17mtp: Attempt to select the sls properly in the round robin fashionHolger Hans Peter Freyther5-4/+11
2011-01-17mtp: Kill the link variable from the mtp link.Holger Hans Peter Freyther2-5/+0
2011-01-17linkset: Prepare the UDP support to support multiple links.Holger Hans Peter Freyther5-10/+13
2011-01-17msc: Remove the msc_clear_queue now that it is not neededHolger Hans Peter Freyther5-28/+4
2011-01-17sccp: Stop queueing messages between SLTM messagesHolger Hans Peter Freyther3-34/+0
2011-01-17mtp: Move the link code into a new file called links.Holger Hans Peter Freyther5-141/+101
2011-01-17misc: Remove the link_c7 dummy methodsHolger Hans Peter Freyther3-17/+0
2011-01-16license: Switch to the GNU AGPLv3 for this network serviceHolger Hans Peter Freyther37-252/+877
2011-01-07mgcp: Merge from master. Fix some issues with the new codeHolger Hans Peter Freyther1-3/+4
2011-01-06mgcp: Merge new mgcp_protocol to parse digital trunks.Holger Hans Peter Freyther2-34/+76
2011-01-01mtp: Allow to have a different POC for SCCPHolger Hans Peter Freyther6-8/+23
2010-12-31mtp: Well we do not wait for the SST any more but start transmitting.Holger Hans Peter Freyther1-1/+1
2010-12-31mtp: Add some SSNs we want to handle.Holger Hans Peter Freyther1-3/+8
2010-12-31mtp: Implement the subsystem test and respond with a SSP/SSAHolger Hans Peter Freyther3-5/+16
2010-12-20mtp: Remove the flood feature as the issue has been debuggedHolger Hans Peter Freyther1-47/+1
2010-12-20iusp: Make isup parsing work on big endian machinesHolger Hans Peter Freyther1-0/+6