aboutsummaryrefslogtreecommitdiffstats
path: root/src/mtp_layer3.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-23mtp: Call the mtp_link_set always set otherwise things get confusingHolger Hans Peter Freyther1-78/+78
2011-02-23mtp: Attempt to implement the MTP Restart properlyHolger Hans Peter Freyther1-20/+75
2011-02-23vty: Add all mighty new vty interface for osmo-stpHolger Hans Peter Freyther1-0/+3
2011-02-22misc: Use llist_add_tail to add new links to the endHolger Hans Peter Freyther1-1/+1
2011-02-17log: Improve some logging messages across several files.Holger Hans Peter Freyther1-15/+20
2011-02-17mtp: Rename link_no to nr, add a name like for the other commandsHolger Hans Peter Freyther1-2/+3
2011-02-17mtp: Make the mtp_link point to a specific type of linkHolger Hans Peter Freyther1-12/+0
2011-02-17mtp: Stop hardcoding the supported SSN inside the mtp_layer3.cHolger Hans Peter Freyther1-2/+1
2011-02-17mtp: Rename no to nr to align with the rest of the structsHolger Hans Peter Freyther1-2/+2
2011-02-17mtp: Allow to find a linkset by numberHolger Hans Peter Freyther1-26/+37
2011-02-17mtp: Allocate the MTPLinkSet as a child of the BSCHolger Hans Peter Freyther1-11/+6
2011-02-10stp: Add code that allows to inject messages on any linksetHolger Hans Peter Freyther1-2/+19
2011-01-28mtp: Turn error messages into full sentences.Holger Hans Peter Freyther1-2/+2
2011-01-26mtp: Assign a name to linkset, use this name in the log messagesHolger Hans Peter Freyther1-4/+5
2011-01-25mtp: Send the TFP/TRA/TFA with the first SLS provided by that link1.1.0Holger Hans Peter Freyther1-4/+5
2011-01-25mtp: Make SCCP tfa/tra/tfp messages work on the linksetHolger Hans Peter Freyther1-22/+24
2011-01-25mtp: Remember the first SLS this link is onHolger Hans Peter Freyther1-1/+7
2011-01-24stats: Fix counting incoming packets from a linkHolger Hans Peter Freyther1-0/+1
2011-01-24mtp: Call it mtp_link_submit and use it in mtp_linkHolger Hans Peter Freyther1-7/+7
2011-01-22stats: Count packets on a per link levelHolger Hans Peter Freyther1-2/+5
2011-01-22stats: Collect statistics on the linksetHolger Hans Peter Freyther1-0/+24
2011-01-20mtp: Return SLTA on the same SLS, send SLTM with a static slsHolger Hans Peter Freyther1-2/+7
2011-01-20mtp: Send the SLTM/SLTA on the link directlyHolger Hans Peter Freyther1-6/+1
2011-01-20mtp: Count the links in a linksetHolger Hans Peter Freyther1-0/+1
2011-01-20mtp: Remove the unused linkset_sccp_down routine as it is not usedHolger Hans Peter Freyther1-4/+0
2011-01-20mtp: Move the link testing into a new file for mtp_linkHolger Hans Peter Freyther1-123/+28
2011-01-20mtp: Rename the the_link to set as it is a link setHolger Hans Peter Freyther1-5/+6
2011-01-20mtp: Start the linktest directlyHolger Hans Peter Freyther1-9/+1
2011-01-20mtp: Send the TFP/TRA once the first link is availableHolger Hans Peter Freyther1-21/+39
2011-01-20mtp: Only respond to regular maintainenance for our code pointHolger Hans Peter Freyther1-0/+6
2011-01-20isup: Allow to have a different OPC for ISUP messages.Holger Hans Peter Freyther1-1/+1
2011-01-20mtp: Send a TFA for the point codes we are routing to.Holger Hans Peter Freyther1-4/+24
2011-01-20mtp: Send TRA messages on all affected point codesHolger Hans Peter Freyther1-5/+20
2011-01-20mtp: Send the TFP for every POC we want to handle.Holger Hans Peter Freyther1-3/+20
2011-01-20mtp: Make the input path work on a specific link of the linksetHolger Hans Peter Freyther1-6/+6
2011-01-20stp: Forward unhandled ISUP from one end to anotherHolger Hans Peter Freyther1-1/+1
2011-01-20mtp: Do not send anything in case the there is no linkHolger Hans Peter Freyther1-0/+3
2011-01-20mtp: Send the SSA/SSP for the apoc and assn of the requestHolger Hans Peter Freyther1-3/+3
2011-01-20mtp: Send the SSA with the affected POC for SCCP.Holger Hans Peter Freyther1-1/+1
2011-01-17mtp: Rename link_data to mtp_link and move out the transport specific thingsHolger Hans Peter Freyther1-5/+5
2011-01-17mtp: Create the SLC with all linksHolger Hans Peter Freyther1-2/+35
2011-01-17mtp: Turn the MTPl2 link into a list of links.Holger Hans Peter Freyther1-2/+11
2011-01-17mtp: Keep an array for the SLS -> SLC mapping for active links.Holger Hans Peter Freyther1-6/+13
2011-01-17mtp: Rename mtp_link to mtp_link_set as this is the linksetHolger Hans Peter Freyther1-36/+36
2011-01-17mtp: Attempt to select the sls properly in the round robin fashionHolger Hans Peter Freyther1-0/+5
2011-01-17sccp: Stop queueing messages between SLTM messagesHolger Hans Peter Freyther1-2/+0
2011-01-16license: Switch to the GNU AGPLv3 for this network serviceHolger Hans Peter Freyther1-7/+6
2011-01-01mtp: Allow to have a different POC for SCCPHolger Hans Peter Freyther1-7/+7
2010-12-31mtp: Well we do not wait for the SST any more but start transmitting.Holger Hans Peter Freyther1-1/+1
2010-12-31mtp: Add some SSNs we want to handle.Holger Hans Peter Freyther1-3/+8