aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2010-08-10OML: Introduce minimal VTY command set to interact with OML managed objectsHolger Hans Peter Freyther7-21/+232
2010-08-08mgcp: Reduce the log level to debug for these calls.Holger Hans Peter Freyther1-3/+3
2010-08-08mgcp: Remember if the endpoint was allocated...Holger Hans Peter Freyther3-3/+6
2010-08-08mgcp: Add a callback to inform the client that an endpoint got reallocatedHolger Hans Peter Freyther2-0/+4
2010-08-08mgcp: Make the CI uint32_t all the way to avoid mismatchHolger Hans Peter Freyther4-11/+12
2010-08-08mgcp: Fix discovering the RTCP port with the more strict check.Holger Hans Peter Freyther1-13/+27
2010-08-08mgcp: Determine the proto properly...Holger Hans Peter Freyther1-1/+1
2010-08-08bsc_msc: Remove the except code as it is wrong...Holger Hans Peter Freyther1-15/+0
2010-08-08mgcp: Add instrumentation code to find a possible port leak/bsc-fd corruptionHolger Hans Peter Freyther1-5/+12
2010-08-08mgcp: Move the mgcp_free_endp into the right path for the CRCX failureHolger Hans Peter Freyther1-1/+1
2010-08-08mgcp: Fix a filedescriptor leak in case the bind is failing.Holger Hans Peter Freyther1-0/+2
2010-08-08mgcp: Enable the tap after configuring it...Holger Hans Peter Freyther1-0/+1
2010-08-08mgcp: Add a call tap feature to forward audio to another forward portHolger Hans Peter Freyther4-0/+80
2010-08-08mgcp: Patch RTP packets again if that is allowed.Holger Hans Peter Freyther4-1/+6
2010-08-08mgcp: Get the for network/for bts flag right.Holger Hans Peter Freyther1-2/+2
2010-08-08mgcp: Be more strict on the source addr/source port of the btsHolger Hans Peter Freyther1-0/+15
2010-08-08mgcp: Only discover the bts once, the extra check got lostHolger Hans Peter Freyther1-3/+3
2010-08-08mgcp: Allow to dynamically allocate ports from a range..Holger Hans Peter Freyther4-7/+83
2010-08-08mgcp: Allow to have a different port allocation modeHolger Hans Peter Freyther2-10/+55
2010-08-08mgcp: Prepare to have different port allocation strategies.Holger Hans Peter Freyther3-12/+34
2010-08-08mgcp: Fix the signature of the change_cb to not carry the port.Holger Hans Peter Freyther1-1/+1
2010-08-08mgcp: Separate recv from net/bts and remove autodetectionHolger Hans Peter Freyther1-41/+64
2010-08-08mgcp: Move the loopback code into the common send as well.Holger Hans Peter Freyther1-8/+9
2010-08-08mgcp: Remove the receive code into a new method.Holger Hans Peter Freyther1-13/+25
2010-08-08mgcp: Move the selection of the right source port to a new methodHolger Hans Peter Freyther1-31/+31
2010-08-08mgcp: Allocate a different port for the networking...Holger Hans Peter Freyther5-33/+71
2010-08-08mgcp: Rename the base port to bts_base as it will be used for the btsHolger Hans Peter Freyther3-9/+13
2010-08-08mgcp: Move the bfd for rtp/rtcp into the portHolger Hans Peter Freyther3-33/+38
2010-08-08mgcp: Make the function internal, only used by the init/config codeHolger Hans Peter Freyther2-1/+1
2010-08-08mgcp: Rename the bind method to show it is only binding for the bts portHolger Hans Peter Freyther3-4/+3
2010-08-08mgcp: Only use early bind for the BTS socket.Holger Hans Peter Freyther3-25/+12
2010-08-08mgcp: Attempt to separate the RTP/RTCP port for the Network and for the BTSHolger Hans Peter Freyther4-20/+22
2010-08-08mgcp: Group the state for bts/net into a struct and have two instancesHolger Hans Peter Freyther4-52/+57
2010-08-08mgcp: Remove the forwarding mode as it was not used.Holger Hans Peter Freyther3-62/+2
2010-08-08mgcp: Fix the payload_type... it broke in 7cdc62c01223570441e60ec6d0dd7a92e62...Holger Hans Peter Freyther1-2/+2
2010-08-08mgcp: Fix the reversed net/bts... which has not cause any issue..Holger Hans Peter Freyther1-2/+2
2010-08-08mgcp: Pass the whole endpoint to the patch method.Holger Hans Peter Freyther1-12/+10
2010-08-08mgcp: Fix the order of the arguments...Holger Hans Peter Freyther1-3/+3
2010-08-08mgcp: Print the conn mode as wellHolger Hans Peter Freyther1-5/+5
2010-08-08mgcp: Disable the actual patching... this is a temporary hackHolger Hans Peter Freyther1-1/+1
2010-08-08mgcp: Print the system for the duplicate SSRC...Holger Hans Peter Freyther1-5/+12
2010-08-08bsc_msc: Fix the naming of this function.Holger Hans Peter Freyther1-1/+1
2010-08-04on-waves: Increase the version number...on-waves/0.3.99.19Holger Hans Peter Freyther1-1/+1
2010-08-04mgcp: Only patch the header if we had a change in SSRCHolger Hans Peter Freyther2-5/+9
2010-08-04mgcp: Style issue... add a space.Holger Hans Peter Freyther1-1/+1
2010-08-04mgcp: Allow switching the audio streams, patch the headerHolger Hans Peter Freyther2-3/+30
2010-08-04mgcp: Move the rtp state into a structHolger Hans Peter Freyther4-18/+21
2010-08-04mgcp: Fix the documentation entry for the parametersHolger Hans Peter Freyther1-1/+1
2010-08-03bsc: Fix the vty writing... it is dtx-used...Holger Hans Peter Freyther1-1/+1
2010-08-03grace: Do not crash if there is no rf ctlHolger Hans Peter Freyther1-0/+2