aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2010-11-15bsc_api: Clear the conn of the failed lchan to avoid a runtime warningHolger Hans Peter Freyther1-0/+2
2010-11-15bsc_api: Set the lchan->conn to NULL in all of the casesHolger Hans Peter Freyther1-9/+8
2010-11-15bsc_api: Send a channel modify when we already have a TCH.Holger Hans Peter Freyther1-2/+18
2010-11-15bsc_api: Plug a theoretical window for the RLL callbacksHolger Hans Peter Freyther1-0/+8
2010-11-15bsc_api: Change submit dtap to allow to automatically use the SACHHolger Hans Peter Freyther4-7/+13
2010-11-15bsc_api: Clarify the parameters of the assignment commandHolger Hans Peter Freyther1-1/+1
2010-11-15bsc_api: Implement sending the cipher mode methodHolger Hans Peter Freyther1-1/+17
2010-11-15bsc_api: Make the cipher_mode take the 'include imei sv' argumentHolger Hans Peter Freyther1-1/+1
2010-11-15bsc_api: The rr_cause is optional, pass it as a pointerHolger Hans Peter Freyther2-5/+7
2010-11-15bsc_api: Nuke the clear complete from the API.Holger Hans Peter Freyther1-5/+0
2010-11-15bsc_api: Provide the link_id in the dtap callback.Holger Hans Peter Freyther3-5/+6
2010-11-15bsc_api: Add needed parameters to the assignment complete callbackHolger Hans Peter Freyther2-2/+90
2010-11-15bsc_api: The cipher mode is not a message on the air interfaceHolger Hans Peter Freyther1-6/+0
2010-11-15bsc_api: Look into the msg and call the right API functionsHolger Hans Peter Freyther2-4/+51
2010-11-15bsc_api: Change the cause to a uint8_t for nowHolger Hans Peter Freyther1-1/+1
2010-11-15bsc_api: Fix a use after free error in the Clear Request pathHolger Hans Peter Freyther4-5/+9
2010-11-15paging: Move the paging data into the paging.hHolger Hans Peter Freyther1-0/+1
2010-11-15subscr: Add method to find an active subscriberHolger Hans Peter Freyther1-0/+24
2010-11-15subscr: Add the subscr_get_or_create from the on-waves/bsc-master branchHolger Hans Peter Freyther1-0/+18
2010-11-15rsl: Allow to hardcode the RTP PayloadHolger Hans Peter Freyther1-0/+6
2010-11-15misc: Introduce a --enable-coverage mode to build with gprof coverageHolger Hans Peter Freyther5-10/+10
2010-11-09e1_input: Fix compiler warning by using offsetofHolger Hans Peter Freyther1-5/+5
2010-11-04nat: Verify that the endpoint from the assignment command existsHolger Hans Peter Freyther1-1/+8
2010-11-03bsc: Add simple SCCP binding code.Holger Hans Peter Freyther3-1/+84
2010-11-03bsc: Fix crash when making a MSC connection.Holger Hans Peter Freyther1-3/+2
2010-11-03bsc: Add the audio codec list command to list preferred codecsHolger Hans Peter Freyther1-0/+78
2010-11-03bsc: Add the rtp-base command to osmo-bscHolger Hans Peter Freyther2-1/+19
2010-11-03bsc: Add the ip.access rtp-payload command known from bsc_msc_ipHolger Hans Peter Freyther2-0/+16
2010-11-03bsc: Readd the core network code settingHolger Hans Peter Freyther2-0/+15
2010-11-03bsc: Fix the name of the local vty variable.Holger Hans Peter Freyther1-1/+1
2010-11-02mgcp: Send data from the network to the transcoder tooHolger Hans Peter Freyther2-16/+12
2010-11-02mgcp: Use the calculated remote port from the mgcp_rtp_endHolger Hans Peter Freyther1-4/+2
2010-11-02mgcp: Make the transcoding forwarding work for BTS/NETHolger Hans Peter Freyther1-19/+33
2010-11-02mgcp: Refactor the network binding routinesHolger Hans Peter Freyther1-47/+26
2010-11-02mgcp: Introduce trans_bts and send BTS packets from this portHolger Hans Peter Freyther3-17/+52
2010-11-02mgcp: Keep the local_port like it was set on allocationHolger Hans Peter Freyther1-3/+4
2010-11-01mgcp: Rename transcoder_end to trans_netHolger Hans Peter Freyther3-22/+22
2010-11-01mgcp: Allow to disable the transcoder in a running system.Holger Hans Peter Freyther1-0/+15
2010-11-01mgcp: Make transcoding a per Endpoint configurationHolger Hans Peter Freyther2-9/+15
2010-11-01mgcp: Fix the indetion of this code. it should use tabsHolger Hans Peter Freyther1-1/+1
2010-10-29nat: Send a clear command in case of connection releases.Holger Hans Peter Freyther1-7/+29
2010-10-28nat: Fix a thinko in allowing '*' as a wildcard...Holger Hans Peter Freyther1-2/+2
2010-10-27Merge branch 'zecke/number-rewrite'0.9.9Holger Hans Peter Freyther3-1/+190
2010-10-27Merge branch 'zecke/ussd-side-channel'Holger Hans Peter Freyther2-3/+66
2010-10-27nat: Also send a Clear Command in case of the USSD Provider diesHolger Hans Peter Freyther1-0/+23
2010-10-27nat: Close SCCP connections when the USSD Provider is closed.Holger Hans Peter Freyther2-1/+41
2010-10-27nat: Make clear where the RLSD is send toHolger Hans Peter Freyther1-2/+2
2010-10-27nat: Look at the number type to figure out if we want to rewrite itHolger Hans Peter Freyther1-1/+3
2010-10-27nat: Explain that we do not want to have a + in the replacement ruleHolger Hans Peter Freyther1-0/+6
2010-10-27nat: Add '*' as wildcard for the IMSI matching.Holger Hans Peter Freyther1-2/+2