aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-02-17ss7: Create a SS7 application that is responsible for the routingHolger Hans Peter Freyther15-115/+499
2011-02-17msc: Move more state into the sccp_state.cHolger Hans Peter Freyther3-25/+11
2011-02-17msc: Move the nat handling into the sccp_state for nowHolger Hans Peter Freyther3-42/+50
2011-02-17msc: Move the MSC Connection into a new header fileHolger Hans Peter Freyther15-172/+314
2011-02-17m2ua: Start to separate the SCTP code and M2UA to allow multiple linksHolger Hans Peter Freyther4-61/+141
2011-02-17mtp: Allow to find a linkset by numberHolger Hans Peter Freyther2-26/+38
2011-02-17mtp: Allocate the MTPLinkSet as a child of the BSCHolger Hans Peter Freyther8-35/+28
2011-02-17bsc: Allocate the bsc with talloc insteadHolger Hans Peter Freyther8-118/+151
2011-02-17m2ua: Close a huge memory leak in the m2ua code.Holger Hans Peter Freyther1-3/+6
2011-02-17vty; Remove the lac/mnc/mcc option as this was never implementedHolger Hans Peter Freyther1-38/+0
2011-02-10msc: The udt_relay could be implemented with the normal cellmgr nowHolger Hans Peter Freyther3-318/+7
2011-02-10msc: In forward_only mode never ask any of the connection tracking codeHolger Hans Peter Freyther1-3/+5
2011-02-10bsc: Remove the m2ua_set pointer from the struct as wellHolger Hans Peter Freyther2-16/+16
2011-02-10bsc: Remove the global link_set pointer from the bscHolger Hans Peter Freyther7-98/+128
2011-02-10bsc: Move the connection tracking code out of main fileHolger Hans Peter Freyther3-471/+517
2011-02-10bsc: Stop using the bsc.link_set directlyHolger Hans Peter Freyther1-5/+7
2011-02-10bsc: Move the BSC<->MSC variables to a new struct.Holger Hans Peter Freyther11-301/+333
2011-02-10stp: Allow/Disallow to inject messages on the UDP/M2UA interfaceHolger Hans Peter Freyther3-1/+14
2011-02-10stp: Add code that allows to inject messages on any linksetHolger Hans Peter Freyther4-2/+145
2011-01-31vty: Fix the help and the parameters for the trace commandHolger Hans Peter Freyther1-3/+3
2011-01-30isup: Make it possible for the STP to handle/not handle ISUP messagesHolger Hans Peter Freyther3-2/+25
2011-01-28mtp: Turn error messages into full sentences.Holger Hans Peter Freyther4-21/+31
2011-01-28mtp: Forbid link up/failure on blocked links.Holger Hans Peter Freyther2-0/+12
2011-01-28udp: Use link up/down signals from the MIB for the linkHolger Hans Peter Freyther2-8/+20
2011-01-26mgcp: Turn the endpoint-offset into a proper config optionHolger Hans Peter Freyther1-3/+2
2011-01-26mgcp: Make it possible to control the offset from Endpoint to CICHolger Hans Peter Freyther1-4/+17
2011-01-26mtp: Assign a name to linkset, use this name in the log messagesHolger Hans Peter Freyther5-9/+23
2011-01-26sctp: Close the socket if we get <= 0 as a result for sctp_rcvmsgHolger Hans Peter Freyther1-1/+1
2011-01-25mgcp: Merge from master to respond to a RQNTHolger Hans Peter Freyther1-2/+27
2011-01-25mtp: Send the TFP/TRA/TFA with the first SLS provided by that link1.1.0Holger Hans Peter Freyther1-4/+5
2011-01-25mtp: Make SCCP tfa/tra/tfp messages work on the linksetHolger Hans Peter Freyther1-22/+24
2011-01-25mtp: Remember the first SLS this link is onHolger Hans Peter Freyther2-1/+8
2011-01-25vty: Fix the up/down of the MSC linkHolger Hans Peter Freyther1-1/+1
2011-01-25configure: We do not want to always link to -lsctpHolger Hans Peter Freyther1-0/+2
2011-01-25mtp: Fix the logic... close the socket if we are blockedHolger Hans Peter Freyther1-1/+1
2011-01-24vty: Show the SLC mapping of a linksetHolger Hans Peter Freyther1-0/+31
2011-01-24stats: Fix counting incoming packets from a linkHolger Hans Peter Freyther1-0/+1
2011-01-24mtp: Call it mtp_link_submit and use it in mtp_linkHolger Hans Peter Freyther3-9/+9
2011-01-24udp: Create a SNMP session per UDPHolger Hans Peter Freyther3-18/+18
2011-01-24mtp: Show blocked links as blocked in the vty statHolger Hans Peter Freyther1-4/+8
2011-01-24mtp: Implement VTY routines to block,unblock,reset a linkHolger Hans Peter Freyther1-0/+58
2011-01-24mtp: Make it possible to block a link.Holger Hans Peter Freyther4-10/+49
2011-01-23pcap: Fix stupid bug and unbreak pcap writingHolger Hans Peter Freyther1-2/+2
2011-01-22vty: Install the vty logging commandsHolger Hans Peter Freyther1-0/+2
2011-01-22pcap: Dump each packet in the DCAP categoryHolger Hans Peter Freyther1-0/+3
2011-01-22debug: Set the right debug area for the M2UA codeHolger Hans Peter Freyther2-0/+6
2011-01-22debug: Add two categories to be used in the future.Holger Hans Peter Freyther2-0/+12
2011-01-22stat: Dump a name next to the OPCHolger Hans Peter Freyther1-4/+4
2011-01-22pcap: Allow to start tracing on a specific linkset after app startHolger Hans Peter Freyther1-0/+62
2011-01-22pcap: Allow to log on a link or linkset levelHolger Hans Peter Freyther3-4/+9