aboutsummaryrefslogtreecommitdiffstats
path: root/include/bsc_sccp.h
AgeCommit message (Collapse)AuthorFilesLines
2011-02-23sccp: The link attribute was never used leading to a crashHolger Hans Peter Freyther1-1/+0
Right now we assume that the source of an application with SCCP state tracking is a linkset. Send the message to that linkset.
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 Freyther1-0/+3
2011-02-17ss7: Create a SS7 application that is responsible for the routingHolger Hans Peter Freyther1-6/+7
2011-02-17msc: Move the MSC Connection into a new header fileHolger Hans Peter Freyther1-5/+5
This is in preparation of splitting the MSC part and the nat logic for the upcoming config rewriting.
2011-02-10bsc: Move the BSC<->MSC variables to a new struct.Holger Hans Peter Freyther1-4/+6
Move the MSC related information out of the bsc_data and update the code to use this BSC configuration. This is greatly cleaning up the code and in theory there might now be two BSC and two MSCs that one application can handle (minus the missing VTY config)
2011-01-17mtp: Rename mtp_link to mtp_link_set as this is the linksetHolger Hans Peter Freyther1-1/+1
The link_udp is actually below the linkset. We need to get this right now and then can have multiple links.
2011-01-16license: Switch to the GNU AGPLv3 for this network serviceHolger Hans Peter Freyther1-7/+6
2010-10-08mtp: Store the mtp_link inside the connectionHolger Hans Peter Freyther1-0/+3
Prepare to have multiple links to the BSC.
2010-09-30bsc: Move more sccp code into the bsc_sccp.cHolger Hans Peter Freyther1-0/+2
2010-09-30bsc: Refactor and move SCCP ConTrack to bsc_sccp.cHolger Hans Peter Freyther1-0/+12
Move the code, update Makefile.am, add includes.
2010-09-30sccp: Move the SCCP connection out to a new structure.Holger Hans Peter Freyther1-0/+54