aboutsummaryrefslogtreecommitdiffstats
path: root/src/main_udt.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-10msc: The udt_relay could be implemented with the normal cellmgr nowHolger Hans Peter Freyther1-311/+0
2011-02-10bsc: Remove the global link_set pointer from the bscHolger Hans Peter Freyther1-5/+14
2011-02-10bsc: Move the BSC<->MSC variables to a new struct.Holger Hans Peter Freyther1-16/+27
2011-01-22debug: Set the right debug area for the M2UA codeHolger Hans Peter Freyther1-0/+3
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/+1
2011-01-20isup: Allow to have a different OPC for ISUP messages.Holger Hans Peter Freyther1-0/+1
2011-01-20stp: Forward unhandled ISUP from one end to anotherHolger Hans Peter Freyther1-0/+5
2011-01-17mtp: Turn the MTPl2 link into a list of links.Holger Hans Peter Freyther1-1/+1
2011-01-17mtp: Make the link_data be a child of the link_setHolger Hans Peter Freyther1-8/+8
2011-01-17mtp: Propagate link and linkset failures in two stagesHolger Hans Peter Freyther1-15/+9
2011-01-17mtp: Rename mtp_link to mtp_link_set as this is the linksetHolger Hans Peter Freyther1-6/+6
2011-01-17msc: Remove the msc_clear_queue now that it is not neededHolger Hans Peter Freyther1-10/+0
2011-01-17mtp: Move the link code into a new file called links.Holger Hans Peter Freyther1-69/+2
2011-01-17misc: Remove the link_c7 dummy methodsHolger Hans Peter Freyther1-7/+0
2011-01-16license: Switch to the GNU AGPLv3 for this network serviceHolger Hans Peter Freyther1-7/+6
2011-01-01mtp: Allow to have a different POC for SCCPHolger Hans Peter Freyther1-0/+2
2010-12-08udt_relay: Remove the abort and return a NULL pointer after a messageHolger Hans Peter Freyther1-2/+2
2010-12-08udt_relay: Initialize the ni_ni as well hereHolger Hans Peter Freyther1-0/+5
2010-11-16udt: Add a forward_only to the bsc struct and use it for the msc_connHolger Hans Peter Freyther1-0/+1
2010-11-16udt_relay: Add a forked copy of main to just relay messagesHolger Hans Peter Freyther1-0/+363