aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-17mtp: Turn the MTPl2 link into a list of links.Holger Hans Peter Freyther6-23/+70
2011-01-17mtp: Keep an array for the SLS -> SLC mapping for active links.Holger Hans Peter Freyther3-9/+21
2011-01-17mtp: Make the link_data be a child of the link_setHolger Hans Peter Freyther7-48/+60
2011-01-17mtp: Propagate link and linkset failures in two stagesHolger Hans Peter Freyther6-46/+54
2011-01-17mtp: Rename mtp_link to mtp_link_set as this is the linksetHolger Hans Peter Freyther12-91/+91
2011-01-17mtp: Attempt to select the sls properly in the round robin fashionHolger Hans Peter Freyther5-4/+11
2011-01-17mtp: Kill the link variable from the mtp link.Holger Hans Peter Freyther2-5/+0
2011-01-17linkset: Prepare the UDP support to support multiple links.Holger Hans Peter Freyther5-10/+13
2011-01-17msc: Remove the msc_clear_queue now that it is not neededHolger Hans Peter Freyther5-28/+4
2011-01-17sccp: Stop queueing messages between SLTM messagesHolger Hans Peter Freyther3-34/+0
2011-01-17mtp: Move the link code into a new file called links.Holger Hans Peter Freyther5-141/+101
2011-01-17misc: Remove the link_c7 dummy methodsHolger Hans Peter Freyther3-17/+0
2011-01-16license: Switch to the GNU AGPLv3 for this network serviceHolger Hans Peter Freyther37-252/+877
2011-01-07mgcp: Merge from master. Fix some issues with the new codeHolger Hans Peter Freyther1-3/+4
2011-01-06mgcp: Merge new mgcp_protocol to parse digital trunks.Holger Hans Peter Freyther2-34/+76
2011-01-01mtp: Allow to have a different POC for SCCPHolger Hans Peter Freyther6-8/+23
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 Freyther3-5/+16
2010-12-20mtp: Remove the flood feature as the issue has been debuggedHolger Hans Peter Freyther1-47/+1
2010-12-20iusp: Make isup parsing work on big endian machinesHolger Hans Peter Freyther1-0/+6
2010-12-20mgcp: Fix the adaptation name for the config optionsHolger Hans Peter Freyther1-4/+4
2010-12-20mgcp: Fix the management objectsHolger Hans Peter Freyther1-4/+4
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 Freyther4-7/+69
2010-12-10isup: Implement handling GRS and GRA messages for ISUP.Holger Hans Peter Freyther2-1/+46
2010-12-10isup: Start parsing the ISUP messagesHolger Hans Peter Freyther7-9/+78
2010-12-10isup: Start with isup support in the cellmgr.Holger Hans Peter Freyther6-1/+108
2010-12-08mtp: Send a simple ISUP messageHolger Hans Peter Freyther1-0/+6
2010-12-08mtp: Print a TFP message on the screen when we get a messageHolger Hans Peter Freyther2-0/+22
2010-12-08mtp: Prepare ISUP handling, just print the ISUP part.Holger Hans Peter Freyther2-0/+4
2010-12-08mtp: Print un-handled messagesHolger Hans Peter Freyther1-1/+1
2010-12-08udt_relay: Remove the abort and return a NULL pointer after a messageHolger Hans Peter Freyther1-2/+2
2010-12-08udt_relay: Initialize the ni_ni as well hereHolger Hans Peter Freyther1-0/+5
2010-12-08contrib: Add smalltalk script to send send UDP messagesHolger Hans Peter Freyther1-0/+25
2010-12-01mgcp: Add config options for some GAIN options, apply them.Holger Hans Peter Freyther1-0/+144
2010-11-26mtp: Group all MTP settings together.Holger Hans Peter Freyther1-1/+1
2010-11-26mtp: Make the spare/ni configurableHolger Hans Peter Freyther3-0/+30
2010-11-26mtp: Be able to set the spare bits in the network indicatorHolger Hans Peter Freyther2-0/+2
2010-11-26mtp: Store the NetworIndicator in the mtp_link and use itHolger Hans Peter Freyther2-3/+5
2010-11-26mtp: Set the network indicator in the mtp_msg_allocHolger Hans Peter Freyther1-6/+1
2010-11-16udt: Add a forward_only to the bsc struct and use it for the msc_connHolger Hans Peter Freyther3-0/+12
2010-11-16udt_relay: Add a forked copy of main to just relay messagesHolger Hans Peter Freyther6-5/+381
2010-10-27mgcp: Print the extra settings from the configHolger Hans Peter Freyther2-0/+8
2010-10-27assignment: An evil hack to include some fake IES..Holger Hans Peter Freyther1-0/+13
2010-10-18mgcp: Assume that on a MDCX all data is present...Holger Hans Peter Freyther1-5/+2
2010-10-08mtp: Store the mtp_link inside the connectionHolger Hans Peter Freyther4-6/+10
2010-10-08mtp: Ignore the spare bits as of Q.701 6.2Holger Hans Peter Freyther1-6/+6
2010-10-06ussd: Pass the bsc_data to have access to the USSD messageHolger Hans Peter Freyther3-3/+3
2010-10-06ussd: Create the hook where packages from the MSC pass byHolger Hans Peter Freyther3-0/+12