aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
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
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-04mgcp: Only patch the header if we had a change in SSRCHolger Hans Peter Freyther1-5/+8
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 Freyther1-3/+25
2010-08-04mgcp: Move the rtp state into a structHolger Hans Peter Freyther3-14/+13
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
2010-08-03mgcp: Allow to change the receive (the loopback part) via the VTYHolger Hans Peter Freyther2-0/+34
2010-08-03mgcp: Implement the "loopback" mode for a connection endpoint.Holger Hans Peter Freyther2-7/+6
2010-08-03osmocore: Build a against the latest version..Holger Hans Peter Freyther1-27/+0
2010-07-29osmo-grace: Send USSD messages on the TCH to inform the user..Holger Hans Peter Freyther2-1/+36
2010-07-29osmo-grace: Introduce a global trace text to be send to subscribersHolger Hans Peter Freyther1-0/+20
2010-07-29osmo-grace: Handle the grace signal to execute a grace actionHolger Hans Peter Freyther1-0/+31
2010-07-29osmo_grace: Allow new connections when the network policy is S_RF_ON.Holger Hans Peter Freyther1-1/+3
2010-07-29osmo_rf: Keep the current policy inside the RF struct..Holger Hans Peter Freyther1-5/+7
2010-07-29bsc_rf: Embed the rf status inside the GSM Network.Holger Hans Peter Freyther1-3/+2
2010-07-29bsc_grace: Add a new per network check to decide if new connections are allowedHolger Hans Peter Freyther4-2/+36
2010-07-29gsm_04_80: Allow to specify the alert pattern for the notificationHolger Hans Peter Freyther1-4/+10
2010-07-29gsm_04_80: Embed a ss_Code inside the NotifySS-ARG...Holger Hans Peter Freyther1-1/+7
2010-07-29gsm_04_80: Send a Release Complete otherwise the USSD unit stays BUSYHolger Hans Peter Freyther1-0/+18
2010-07-29gsm_04_80: Add untested code for USSD notification...Holger Hans Peter Freyther1-0/+22
2010-07-29gsm_04_80: Fix the size calculation of the 04.80 message..Holger Hans Peter Freyther1-1/+1
2010-07-29gsm_04_80: Use msgb_push to get the verification code of msgbHolger Hans Peter Freyther1-11/+11
2010-07-29gsm_04_80: Add code to wrap a facility IE around.Holger Hans Peter Freyther1-0/+8
2010-07-29gsm_04_80: Create a unstructuredSS-Notify messageHolger Hans Peter Freyther1-0/+35
2010-07-29gsm0480: Implement a generic "invoke" wrapping for messages.Holger Hans Peter Freyther1-1/+22
2010-07-29gsm0480: Attempt to encode a NotifySS-Arg with a username..Holger Hans Peter Freyther1-1/+64
2010-07-29bsc_msc_rf: Add a grace command, send a signalHolger Hans Peter Freyther1-0/+15
2010-07-29mgcp: Attempt to count lost packets better...Holger Hans Peter Freyther1-1/+1
2010-07-29mgcp: Provide the RTP packet loss information in the mgcp overviewHolger Hans Peter Freyther1-2/+3