aboutsummaryrefslogtreecommitdiffstats
path: root/src/mtp_layer3.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-31mtp: Implement the subsystem test and respond with a SSP/SSAHolger Hans Peter Freyther1-5/+10
2010-12-10mtp: Attempt to fix the SCCP restart logic.Holger Hans Peter Freyther1-26/+21
2010-12-10isup: Respond to a ISUP GRS with a GRA.Holger Hans Peter Freyther1-4/+19
2010-12-10isup: Implement handling GRS and GRA messages for ISUP.Holger Hans Peter Freyther1-1/+3
2010-12-08mtp: Print a TFP message on the screen when we get a messageHolger Hans Peter Freyther1-0/+16
2010-12-08mtp: Prepare ISUP handling, just print the ISUP part.Holger Hans Peter Freyther1-0/+3
2010-12-08mtp: Print un-handled messagesHolger Hans Peter Freyther1-1/+1
2010-11-26mtp: Be able to set the spare bits in the network indicatorHolger Hans Peter Freyther1-0/+1
2010-11-26mtp: Store the NetworIndicator in the mtp_link and use itHolger Hans Peter Freyther1-3/+4
2010-11-26mtp: Set the network indicator in the mtp_msg_allocHolger Hans Peter Freyther1-6/+1
2010-10-08mtp: Ignore the spare bits as of Q.701 6.2Holger Hans Peter Freyther1-6/+6
2010-08-04Update SCCP includes for the new location of files.Holger Hans Peter Freyther1-1/+1
2010-08-04Use libosmocore instead of the old temporary laF0rge1 lib..Holger Hans Peter Freyther1-2/+2
2010-07-31u_int8_t -> uint8_tHolger Hans Peter Freyther1-5/+5
2010-07-28Public release of the cellmgr_ng code to convert E1 to IPA SCCPHolger Hans Peter Freyther1-0/+509