aboutsummaryrefslogtreecommitdiffstats
path: root/src/bsc_sccp.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-08Adopt to recent libosmocore namespace changes and libosmogsmHarald Welte1-2/+2
2011-02-17ss7: Create a SS7 application that is responsible for the routingHolger Hans Peter Freyther1-5/+6
2011-02-17msc: Move the MSC Connection into a new header fileHolger Hans Peter Freyther1-6/+7
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-10/+9
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: Attempt to select the sls properly in the round robin fashionHolger Hans Peter Freyther1-1/+1
When we call the submit method with a SLS of -1 we will try to find the next SLS to do things in a round robin way.
2011-01-16license: Switch to the GNU AGPLv3 for this network serviceHolger Hans Peter Freyther1-7/+6
2010-09-30bsc: Move more sccp code into the bsc_sccp.cHolger Hans Peter Freyther1-0/+33
2010-09-30bsc: Refactor and move SCCP ConTrack to bsc_sccp.cHolger Hans Peter Freyther1-0/+70
Move the code, update Makefile.am, add includes.