aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-08-30sctp: Print the rc and the errno in case of an errorHolger Hans Peter Freyther2-2/+6
2015-04-21vty: Avoid printing "ip (null)" in the saved config fileHolger Hans Peter Freyther1-1/+2
2015-04-21vty: Remember forward-only of the ss7 applicationHolger Hans Peter Freyther1-0/+2
2015-04-16m3ua: Make the traffic-mode configurableHolger Hans Peter Freyther4-2/+69
2015-03-24m3ua: Send data on stream != 0zecke/m3uaHolger Hans Peter Freyther1-1/+1
2015-03-24all: Use the libosmo-sccp version of mtp_level3.hHolger Hans Peter Freyther8-10/+9
2015-03-24m3ua: Use the MTP_READ_DPC/MTP_READ_OPC for using the right PCHolger Hans Peter Freyther1-5/+4
2015-03-24m3ua: Implement link bring-up and sending/receiving of dataHolger Hans Peter Freyther1-2/+341
2015-03-24m3ua: Implement connect and re-connect handlingHolger Hans Peter Freyther1-6/+160
2015-03-24m3ua: Begin to create a m3ua client connectionHolger Hans Peter Freyther3-3/+232
2015-03-24mtp: Allow to skip SLTM on links (e.g. m3ua)Holger Hans Peter Freyther2-2/+11
2015-03-23mtp: Clean-up and remove the unused start routineHolger Hans Peter Freyther3-17/+0
2015-03-23Port from libm2ua to libxuaHolger Hans Peter Freyther3-70/+73
2015-03-23debian: Add a start script for osmo-stpHolger Hans Peter Freyther1-1/+1
2014-12-22build: Replace deprecated INCLUDES with AM_CPPFLAGSSylvain Munaut1-1/+1
2013-06-28sctp_m2ua: Fix the byte order of the request flag for the StateConfHolger Hans Peter Freyther1-0/+1
2013-06-28sctp_m2ua: Fix the check of how many ASP for the same ident we have activeHolger Hans Peter Freyther1-1/+1
2013-06-04dtmf: Make the on/off time and transmit power configurableHolger Hans Peter Freyther3-0/+37
2013-06-04dtmf: Add tone detection to the event handlingHolger Hans Peter Freyther1-0/+14
2013-05-23mgcp: Return 502 in case the endpoint is allocated.Holger Hans Peter Freyther1-1/+1
2013-05-23dtmf: Check the tones that are put into the DTMF scheduler and reject a 0Holger Hans Peter Freyther2-1/+18
2013-05-23dtmf: Make the API more robust and avoid inconsistenciesHolger Hans Peter Freyther2-6/+8
2013-05-23dtmf: Improve the log message and print the number of messages queuedHolger Hans Peter Freyther2-4/+11
2013-05-23mgcp: Initialize the tone to CHAR_MAX as this might not be a requestHolger Hans Peter Freyther1-1/+1
2013-05-13patching: Add a VTY option to hardcode the assignment complete messageHolger Hans Peter Freyther2-5/+36
2013-05-13patching: Get the struct ss7_application down to the patching routineHolger Hans Peter Freyther2-8/+10
2013-04-22msc: Create a copy of the message for the forward_only caseHolger Hans Peter Freyther1-1/+14
2013-04-22app: Mark the transport as started for the relay modeHolger Hans Peter Freyther1-0/+1
2013-04-22app: Make it possible to enable the forward only codeHolger Hans Peter Freyther1-0/+20
2013-03-25bss patch: Remove stale printf from the code that broke the testsHolger Hans Peter Freyther1-1/+0
2013-03-25bss patch: Patch all slots with FR2 in the assignment requestHolger Hans Peter Freyther1-6/+12
2013-03-25bss patching: Add test cases for assignment and assignment complete patchingHolger Hans Peter Freyther1-11/+11
2013-03-19msc_conn: Clear the write queue when the connection is droppingHolger Hans Peter Freyther1-0/+1
2013-03-19msc: Allow to listen for incoming connections.Holger Hans Peter Freyther2-5/+236
2013-03-18misc: Address warnings coming from clangHolger Hans Peter Freyther1-1/+0
2013-02-26mgcp: Add a log message about the tones that will be queuedHolger Hans Peter Freyther1-0/+1
2013-02-26mgcp: After the tones are played inform the DTMF stateHolger Hans Peter Freyther1-2/+3
2013-02-26mgcp: Remove unused variable from the callback handlingHolger Hans Peter Freyther1-1/+0
2013-02-24isup: Make isup CIC parsing/using work on big endian machines as wellHolger Hans Peter Freyther2-4/+22
2013-02-24isup_filter: Add debug and log messages for the filteringHolger Hans Peter Freyther1-4/+21
2012-12-16mgcp: Fix the vary large jump detection in the codeHolger Hans Peter Freyther1-1/+1
2012-12-16isup: Hook the reset scanner before we forward the ISUP message1.3.0Holger Hans Peter Freyther5-3/+106
2012-12-16stp: Allow to specify a trunk_name in the applicationHolger Hans Peter Freyther2-5/+53
2012-12-16stp: Extract the MGCP forwarding code out of the msc_connectionHolger Hans Peter Freyther3-120/+167
2012-12-16mgw: Implement the specific RSIP handlingHolger Hans Peter Freyther2-11/+47
2012-12-16mgcp: Write a small hint that this special endpoint number handling is brokenHolger Hans Peter Freyther1-0/+1
2012-12-16mgcp: Use the realloc callback when freeing the endpoint via the VTYHolger Hans Peter Freyther1-0/+2
2012-12-16mgcp: Merge the current MGCP code from OpenBSCHolger Hans Peter Freyther5-428/+700
2012-12-16dtmf: Schedule DTMF tones for the MTN hardwareHolger Hans Peter Freyther3-1/+133
2012-12-16mgcp: Begin handling of the RQNT message as needed for DTMFHolger Hans Peter Freyther1-4/+38