aboutsummaryrefslogtreecommitdiffstats
path: root/src/ss7_application.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-16isup: Hook the reset scanner before we forward the ISUP message1.3.0Holger Hans Peter Freyther1-0/+2
2012-12-16stp: Allow to specify a trunk_name in the applicationHolger Hans Peter Freyther1-2/+10
2012-01-16ss7: Make the forwarding methods staticHolger Hans Peter Freyther1-2/+2
2011-09-13vty: Add a config to enable MGCP command rewritingHolger Hans Peter Freyther1-1/+9
2011-05-08Adopt to recent libosmocore namespace changes and libosmogsmHarald Welte1-1/+1
2011-03-05vty: Remember if isup should be passed through or not.Holger Hans Peter Freyther1-0/+2
2011-03-03ss7: Drop the input of packages as wellzecke/test-forward-failureHolger Hans Peter Freyther1-0/+13
2011-03-03ss7: Move the blocking of outgoing messages into the SS7 appHolger Hans Peter Freyther1-0/+17
2011-03-03ss7: Do not send anything until both linksets in an app are upHolger Hans Peter Freyther1-5/+20
2011-02-23vty: Add all mighty new vty interface for osmo-stpHolger Hans Peter Freyther1-0/+8
2011-02-22misc: Use llist_add_tail to add new links to the endHolger Hans Peter Freyther1-1/+1
2011-02-22vty: Remove more globals from the bsc data.Holger Hans Peter Freyther1-4/+21
2011-02-17mtp: Rename no to nr to align with the rest of the structsHolger Hans Peter Freyther1-5/+5
2011-02-17ss7: Move all mtp linksets callbacks into the app layerHolger Hans Peter Freyther1-0/+55
2011-02-17ss7: Move the linkset up/down into the ss7_app, move some code aroundHolger Hans Peter Freyther1-0/+32
2011-02-17ss7: Provide a way to start the applicationHolger Hans Peter Freyther1-2/+31
2011-02-17ss7: Create a SS7 application that is responsible for the routingHolger Hans Peter Freyther1-0/+227