aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2010-10-07msc: Only unregister the fd if the fd value is valid.Holger Hans Peter Freyther2-2/+4
2010-10-07msc: Stop the connection timeout when we unregister the bfdHolger Hans Peter Freyther1-1/+4
2010-10-06gsm_04_80: Require libosmocore for creating USSD messagesHolger Hans Peter Freyther2-139/+2
2010-10-03oml: In case we get a NACK, drop the OML connection and hope for the bestHolger Hans Peter Freyther1-0/+10
2010-10-02oml: Another band aid for reliable BTS init...Holger Hans Peter Freyther2-3/+3
2010-10-02ipaccess: Re-Enable the delay between commands...Holger Hans Peter Freyther1-1/+1
2010-09-29bsc_msc_ip: Save the welcome text, add an 'e' to the command.Holger Hans Peter Freyther1-1/+1
2010-09-29bsc_msc_ip: Save the bsc-welcome-text messageHolger Hans Peter Freyther1-0/+2
2010-09-26bsc: Send a USSD command after we have a LU Accept and a new_subscriberHolger Hans Peter Freyther1-2/+23
2010-09-26bsc: Add a ussd_welcome_text variable and VTY commandHolger Hans Peter Freyther1-0/+17
2010-09-26bsc: Mark LUs with a different LAC as needing special careHolger Hans Peter Freyther1-0/+34
2010-09-16bsc: Rename to osmo_bsc_grace to prepare putting it into masterHolger Hans Peter Freyther3-3/+3
2010-09-16bsc: Rename the RF Ctl interface to match masterHolger Hans Peter Freyther4-15/+15
2010-08-25bsc_msc: Add minimal code to work with the new SCCP versionHolger Hans Peter Freyther1-1/+1
2010-08-25bsc_msc_ip: Set the right log areaHolger Hans Peter Freyther1-0/+1
2010-08-24sccp: Use the libosmo-sccp library and remove the internal copyHolger Hans Peter Freyther5-1436/+6
2010-08-24bsc: Remember the MSC connection we use for that connectionHolger Hans Peter Freyther1-0/+3
2010-08-10OML: Introduce minimal VTY command set to interact with OML managed objectsHolger Hans Peter Freyther5-21/+226
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 Freyther2-3/+5
2010-08-08mgcp: Add a callback to inform the client that an endpoint got reallocatedHolger Hans Peter Freyther1-0/+2
2010-08-08mgcp: Make the CI uint32_t all the way to avoid mismatchHolger Hans Peter Freyther1-6/+8
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 Freyther3-0/+62
2010-08-08mgcp: Patch RTP packets again if that is allowed.Holger Hans Peter Freyther3-1/+3
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 Freyther3-7/+81
2010-08-08mgcp: Allow to have a different port allocation modeHolger Hans Peter Freyther1-10/+50
2010-08-08mgcp: Prepare to have different port allocation strategies.Holger Hans Peter Freyther2-10/+18
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 Freyther3-33/+68
2010-08-08mgcp: Rename the base port to bts_base as it will be used for the btsHolger Hans Peter Freyther2-8/+12
2010-08-08mgcp: Move the bfd for rtp/rtcp into the portHolger Hans Peter Freyther2-25/+32
2010-08-08mgcp: Rename the bind method to show it is only binding for the bts portHolger Hans Peter Freyther2-3/+2
2010-08-08mgcp: Only use early bind for the BTS socket.Holger Hans Peter Freyther2-24/+12
2010-08-08mgcp: Attempt to separate the RTP/RTCP port for the Network and for the BTSHolger Hans Peter Freyther2-16/+19
2010-08-08mgcp: Group the state for bts/net into a struct and have two instancesHolger Hans Peter Freyther3-39/+43
2010-08-08mgcp: Remove the forwarding mode as it was not used.Holger Hans Peter Freyther2-59/+2