aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-01-01linkset: Make it possible to create multiple links for a linksetmultiple-linksetsHolger Hans Peter Freyther6-65/+163
We now create multiple links and will start all of them. This still requires good balancing between these links.
2011-01-01linkset: Move the link_index into the common part.Holger Hans Peter Freyther3-8/+8
2011-01-01linkset: Move the ip/port back to the link dataHolger Hans Peter Freyther5-14/+14
We might have a MTP link that is on two different systems. This is preparing a test mode.
2011-01-01linkset: Remove the C7 code setup path as it is dead.Holger Hans Peter Freyther1-37/+30
2011-01-01linkset: Move the UDP socket into the bsc_data to share it between a linksetHolger Hans Peter Freyther3-29/+72
Move the write_queue from the link_data to the bsc_data. This way the socket can be used for many links in the same linkset.
2011-01-01linkset: Prepare the UDP support to support multiple links.Holger Hans Peter Freyther5-10/+13
2011-01-01linkset: Do not directly use mtp_link inside the code that touched SCCPHolger Hans Peter Freyther4-15/+25
Make the whole code work on top of the linkset. This is currently still handled as a bsc_data* but might turn into a dedicated linkset in the future. Now we only lack support actually having two mtp links.
2011-01-01linkset: Stop using mtp_link_submit_sccp_data in the higher level codeHolger Hans Peter Freyther5-34/+40
2011-01-01msc: Remove the msc_clear_queue now that it is not neededHolger Hans Peter Freyther5-19/+0
2011-01-01sccp: Stop queueing messages between SLTM messagesHolger Hans Peter Freyther5-43/+0
Remove the queueing of messages that was added during a debugging session and should not be needed. This will simply bringing down the linkset.
2011-01-01linkset: Hide up/down behind the concept of a link setHolger Hans Peter Freyther4-36/+60
Hide the link up/down behind a linkset up/down. Only if all links are down the linkset will go down, if one link goes up we will be happy to use it.
2011-01-01linkset: Hide the specific MTPLink behind a linkset.Holger Hans Peter Freyther3-50/+77
2011-01-01linkset: Prepare having multiple MTP connections in a linkset.Holger Hans Peter Freyther8-182/+237
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
This should be really configurable. SSN=1 should always lead to a SSA, the others depend on what we run on our end of the link.
2010-12-31mtp: Implement the subsystem test and respond with a SSP/SSAHolger Hans Peter Freyther3-5/+16
The SCMG handling should be moved to a different file. Right now the list of supported SSNs is not configurable but it should.
2010-12-20mtp: Remove the flood feature as the issue has been debuggedHolger Hans Peter Freyther1-47/+1
The issue with paging messages with a PointCode and the too long queue has been fixed by rewriting the header.
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
The SST is not necessary. We will have to assume the link is established after having gotten the TRA on the Affected Point Code and we will need to always handle the restart allowed.
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
Introduce a ISUP debug category, parse the reset circuit message, add a test case for this easy parsing.
2010-12-10isup: Start with isup support in the cellmgr.Holger Hans Peter Freyther6-1/+108
Start parsing the ISUP messages. This just adds what we need to handle now and will not grow it a lot.
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
These messages are a SLTM and a TRA message that we want to test on the udt relay receiver. The speciality is the header.
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
Prepare to make the ni configurable and store it inside the mtp_link where it can be changed by the user of the mtp_link. Initialize this to the current value.
2010-11-26mtp: Set the network indicator in the mtp_msg_allocHolger Hans Peter Freyther1-6/+1
Prepare to have different network indicators.
2010-11-16udt: Add a forward_only to the bsc struct and use it for the msc_connHolger Hans Peter Freyther3-0/+12
Simply forward everything, no need for inspecting things.
2010-11-16udt_relay: Add a forked copy of main to just relay messagesHolger Hans Peter Freyther6-5/+381
Do not run any of the header rewriting for messages. This will simply relay SCCP friends to the MTP library. Some work on msc_conn.c is needed to avoid calling most of it.
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
Add stuff to the message...
2010-10-18mgcp: Assume that on a MDCX all data is present...Holger Hans Peter Freyther1-5/+2
Send a dummy packet on each MDCX message. This assumes that the remote address is available by then and this should fix not hearing the ringtone as the NAT didn't know to which port to forward the data.
2010-10-08mtp: Store the mtp_link inside the connectionHolger Hans Peter Freyther4-6/+10
Prepare to have multiple links to the BSC.
2010-10-08mtp: Ignore the spare bits as of Q.701 6.2Holger Hans Peter Freyther1-6/+6
The sender is supposed to set them to 0 and we are asked to ignore them. Apparently something called SIF is enabled on the sender side.
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
2010-10-06msc: Create a function to send or queue messages.Holger Hans Peter Freyther1-7/+16
2010-10-06ussd: Add the hook where we can capture the Location Updating RequestHolger Hans Peter Freyther3-0/+23