aboutsummaryrefslogtreecommitdiffstats
path: root/src/sccp_state.c
AgeCommit message (Collapse)AuthorFilesLines
2015-03-24all: Use the libosmo-sccp version of mtp_level3.hHolger Hans Peter Freyther1-1/+1
2013-05-13patching: Get the struct ss7_application down to the patching routineHolger Hans Peter Freyther1-2/+2
2013-04-22msc: Create a copy of the message for the forward_only caseHolger Hans Peter Freyther1-1/+14
We need to create a copy of the messages before we forward it to MSC. This is already done in the other code path.
2011-11-24bss: Patch CC messages with bearer capabilities to contain AMR 3Holger Hans Peter Freyther1-2/+2
* This changes bss_patch_filter_msg to return -1 or BSS_FILTER_DTAP for DTAP messages. This way app_forward_sccp should continue to behave the same besides now looking into DTAP messages. * Introduce a direction in case we want to advertize FR into the BSS side and HR into the other direction. * Patch AMR HR3 and Fullrate/Halfrate capabilities in the Bearer Capabilities. Add a test case that is patching the bearer capabilities
2011-11-23sccp: PC -> PointCode and we remove them to avoid routing issuesHolger Hans Peter Freyther1-1/+1
2011-05-08Adopt to recent libosmocore namespace changes and libosmogsmHarald Welte1-7/+7
2011-02-23mtp: Call the mtp_link_set always set otherwise things get confusingHolger Hans Peter Freyther1-15/+15
In a backtrace it is confusing to see variables called link and link and one is a mtp_link and the other is a mtp_link_set.
2011-02-23sccp: The link attribute was never used leading to a crashHolger Hans Peter Freyther1-1/+9
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-32/+18
2011-02-17ss7: Move the linkset up/down into the ss7_app, move some code aroundHolger Hans Peter Freyther1-42/+3
2011-02-17ss7: Create a SS7 application that is responsible for the routingHolger Hans Peter Freyther1-76/+124
2011-02-17msc: Move more state into the sccp_state.cHolger Hans Peter Freyther1-1/+11
2011-02-17msc: Move the nat handling into the sccp_state for nowHolger Hans Peter Freyther1-0/+45
2011-02-17msc: Move the MSC Connection into a new header fileHolger Hans Peter Freyther1-18/+19
This is in preparation of splitting the MSC part and the nat logic for the upcoming config rewriting.
2011-02-10msc: The udt_relay could be implemented with the normal cellmgr nowHolger Hans Peter Freyther1-0/+6
Simplify the code and remove the standalone udt_relay application, the job can be done with cellmgr_ng. This will happen after we have settled for a new config file format.
2011-02-10bsc: Move the connection tracking code out of main fileHolger Hans Peter Freyther1-0/+516