aboutsummaryrefslogtreecommitdiffstats
path: root/src/bsc.c
AgeCommit message (Collapse)AuthorFilesLines
2011-11-25msc: Only take down the link if it is upHolger Hans Peter Freyther1-2/+4
If the link was never started and we send a SIGUSR2 we would start the link. Don't do it.
2011-05-08Adopt to recent libosmocore namespace changes and libosmogsmHarald Welte1-1/+1
2011-02-23vty: Add all mighty new vty interface for osmo-stpHolger Hans Peter Freyther1-1/+4
This new interface allows to have multiple linksets, msc connections and ways to connect those in one instance of the osmo-stp. Forbid to reset linksets without an app.
2011-02-22vty: Remove more globals from the bsc data.Holger Hans Peter Freyther1-7/+1
This is a interim solution until we have the new and all mighty new config file format. This should work for now, makes the init abit harder to understand though.
2011-02-17bsc: Print the talloc allocation report on SIGUSR1Holger Hans Peter Freyther1-0/+9
2011-02-17bsc: Move the signal handling code over to the bsc.cHolger Hans Peter Freyther1-0/+43
2011-02-17bsc: Move the option parsing into the common code in bsc.cHolger Hans Peter Freyther1-0/+86
2011-02-17bsc: Cleanup some fields and namesHolger Hans Peter Freyther1-1/+0
2011-02-17ss7: Create a SS7 application that is responsible for the routingHolger Hans Peter Freyther1-0/+1
2011-02-17msc: Move the MSC Connection into a new header fileHolger Hans Peter Freyther1-0/+2
This is in preparation of splitting the MSC part and the nat logic for the upcoming config rewriting.
2011-02-17mtp: Allocate the MTPLinkSet as a child of the BSCHolger Hans Peter Freyther1-1/+1
In preparation of the VTY code change, make the mtp linkset a child of the bsc.
2011-02-17bsc: Allocate the bsc with talloc insteadHolger Hans Peter Freyther1-0/+54
Allocate the bsc with talloc to have a nice root context for everything in the system.