aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2010-11-15bsc: Implement sending a SAPI n Reject.Holger Hans Peter Freyther1-0/+9
2010-11-15bsc: Implement the DTAP callback and forward the data to the MSCHolger Hans Peter Freyther1-0/+9
2010-11-15bsc: Implement sending the assignment complete to the networkHolger Hans Peter Freyther1-0/+10
2010-11-15bsc: Implement sending a Cipher Mode Complete messageHolger Hans Peter Freyther1-0/+12
2010-11-15bsc: Add a method that will queue the message on a MSC connection.Holger Hans Peter Freyther2-0/+9
2010-11-15bsc: Add some basic checks to see if a SCCP connection is establishedHolger Hans Peter Freyther1-0/+19
2010-11-15bsc: Complain about unimplemented stuff.Holger Hans Peter Freyther1-0/+1
2010-11-15bsc_api: Implement the assignment command for the BSC.Holger Hans Peter Freyther2-7/+217
2010-11-15bsc_api: Rework the signal handler to be extendableHolger Hans Peter Freyther1-6/+16
2010-11-15bsc_api: Clear lchan->conn on lchan_releaseHolger Hans Peter Freyther2-11/+2
2010-11-15bsc_api: Clear the conn->lchan before calling subscr_con_freeHolger Hans Peter Freyther1-0/+1
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 Freyther5-8/+14
2010-11-15bsc_api: Clarify the parameters of the assignment commandHolger Hans Peter Freyther2-2/+2
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 Freyther2-2/+2
2010-11-15bsc_api: The rr_cause is optional, pass it as a pointerHolger Hans Peter Freyther3-6/+8
2010-11-15bsc_api: Nuke the clear complete from the API.Holger Hans Peter Freyther2-6/+0
2010-11-15bsc_api: Provide the link_id in the dtap callback.Holger Hans Peter Freyther4-6/+8
2010-11-15bsc_api: Add needed parameters to the assignment complete callbackHolger Hans Peter Freyther3-3/+92
2010-11-15bsc_api: The cipher mode is not a message on the air interfaceHolger Hans Peter Freyther2-8/+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 Freyther2-2/+2
2010-11-15bsc_api: Fix a use after free error in the Clear Request pathHolger Hans Peter Freyther5-6/+10
2010-11-15paging: Move the paging data into the paging.hHolger Hans Peter Freyther3-22/+23
2010-11-15subscr: Add method to find an active subscriberHolger Hans Peter Freyther2-0/+28
2010-11-15subscr: Add the subscr_get_or_create from the on-waves/bsc-master branchHolger Hans Peter Freyther2-0/+20
2010-11-15subscr: Move the TMSI reserved into the gsm_dataHolger Hans Peter Freyther2-4/+3
2010-11-15rsl: Allow to hardcode the RTP PayloadHolger Hans Peter Freyther2-0/+7
2010-11-15misc: Introduce a --enable-coverage mode to build with gprof coverageHolger Hans Peter Freyther8-12/+28
2010-11-09e1_input: Fix compiler warning by using offsetofHolger Hans Peter Freyther1-5/+5
2010-11-09mark andreas@eversberg.eu as 'extern' for lcrAndreas Eversberg1-1/+1
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 Freyther4-1/+85
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 Freyther2-0/+88
2010-11-03bsc: Add the rtp-base command to osmo-bscHolger Hans Peter Freyther3-1/+20
2010-11-03bsc: Add the ip.access rtp-payload command known from bsc_msc_ipHolger Hans Peter Freyther3-0/+17
2010-11-03bsc: Readd the core network code settingHolger Hans Peter Freyther3-0/+16
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 Freyther4-18/+67
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 Freyther4-23/+24