aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_api.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-16bsc: Fix possible crash when the lchan->conn alloc failedHolger Hans Peter Freyther1-2/+5
2011-01-06bsc: Clear the hand-over in case the new_lchan is failingHolger Hans Peter Freyther1-2/+4
2011-01-01re-order the sequence of events in bsc_api:handle_release()Harald Welte1-7/+6
2011-01-01MNCC: remove 'upqueue'Harald Welte1-19/+0
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte1-6/+5
2010-12-27lchan: Every SS_LCHAN signal now sends a struct lchan_sig_dataHolger Hans Peter Freyther1-15/+4
2010-12-27bsc: Some S_LCHAN signals don't provide an lchanHolger Hans Peter Freyther1-0/+14
2010-12-27bsc: Avoid crashing when no lchan is present in the subscriber connectionHolger Hans Peter Freyther1-1/+11
2010-12-24BSC API: Make 'Got data in non active state' message as LOGL_INFOHarald Welte1-1/+2
2010-12-22misc: Include abis_rsl.h to remove some compiler warningsHolger Hans Peter Freyther1-0/+1
2010-11-15bsc_api: Implement the assignment command for the BSC.Holger Hans Peter Freyther1-7/+212
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 Freyther1-3/+1
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 Freyther1-1/+7
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 Freyther1-4/+5
2010-11-15bsc_api: Provide the link_id in the dtap callback.Holger Hans Peter Freyther1-3/+4
2010-11-15bsc_api: Add needed parameters to the assignment complete callbackHolger Hans Peter Freyther1-1/+87
2010-11-15bsc_api: Look into the msg and call the right API functionsHolger Hans Peter Freyther1-1/+51
2010-11-15bsc_api: Fix a use after free error in the Clear Request pathHolger Hans Peter Freyther1-1/+5
2010-10-06misc: Once again go from "On Waves" to "On-Waves"..Holger Hans Peter Freyther1-1/+1
2010-09-18janitor: Move the * to the variable nameHolger Hans Peter Freyther1-1/+1
2010-09-16bsc: Fix the clear to release resources first, then set to NULLHolger Hans Peter Freyther1-9/+7
2010-09-16bsc_api: Do not free the subscriber conn on clear and clear requestHolger Hans Peter Freyther1-7/+27
2010-09-16bsc: Keep all active subscriber connections in a list.Holger Hans Peter Freyther1-0/+5
2010-09-16bsc: Move the subscriber_con code into the bsc_apiHolger Hans Peter Freyther1-0/+41
2010-07-23bsc_api: Add stub for the cipher mode command.Holger Hans Peter Freyther1-0/+6
2010-07-23bsc_api: Create dummy stub for the assignment command.Holger Hans Peter Freyther1-0/+13
2010-07-05bsc_api: Only forward L3 messages when the channel is activeHolger Hans Peter Freyther1-0/+7
2010-06-30handover: Call bsc_handover_clear from gsm0808_clearHolger Hans Peter Freyther1-0/+3
2010-06-30bsc_api: Avoid use after free kind of error on the lchan.Holger Hans Peter Freyther1-1/+4
2010-06-28bsc_msc: Remove use_count from the subscriber connectionHolger Hans Peter Freyther1-2/+9
2010-06-28bsc_api: Allocate the subscriber_connection dynamicallyHolger Hans Peter Freyther1-13/+20
2010-06-28Revert "bsc_api: Move debug context for subscriber into the bsc_api.c"Holger Hans Peter Freyther1-2/+0
2010-06-21bsc_api: Move debug context for subscriber into the bsc_api.cHolger Hans Peter Freyther1-0/+2
2010-06-17bsc_api: Set the l3h header from within the dtap methodHolger Hans Peter Freyther1-0/+1
2010-06-17bsc_api: Move gsm48_rcvmsg into the BSC API and dispatch.Holger Hans Peter Freyther1-0/+22
2010-06-16bsc_api: Move BSC API between MSC and RSL code...Holger Hans Peter Freyther1-0/+6
2010-06-15bsc_api: Implement transparent RLL establishment and SAPI n REJECTHolger Hans Peter Freyther1-1/+45
2010-06-15bsc_api: Add newline to the end of the file.Holger Hans Peter Freyther1-1/+1
2010-06-14bsc_api: Add init, dispatch the clear request when a channel is going missingHolger Hans Peter Freyther1-0/+37
2010-06-14bsc_api: Move some parts over to the BSC API.Holger Hans Peter Freyther1-0/+20
2010-03-25bsc: Start creating 08.08 like APIHolger Hans Peter Freyther1-0/+33