aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_04_08.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-16mncc: Fix crash when memory allocation is failingHolger Hans Peter Freyther1-2/+2
2011-01-06subscr: Stop stopping paging requests behind the back of subscrHolger Hans Peter Freyther1-9/+30
2011-01-06subscr: Remember if we need to call subscr_put_channel at the end.Holger Hans Peter Freyther1-0/+1
2011-01-06msc: Attempt to fix a bug with 'stuck' SMS due RF failure on authHolger Hans Peter Freyther1-0/+7
2011-01-06mncc: Do not print the BTS at all as it might not be presentHolger Hans Peter Freyther1-4/+3
2011-01-06mncc: bts can be NULL, attempt to find the bts from the transactionHolger Hans Peter Freyther1-1/+1
2011-01-06mncc: Do not use bts->nr as it might be NULL.Holger Hans Peter Freyther1-2/+3
2011-01-06rtp: Move the RTP Proxy code out of RSL into the BSC/MSC domainHolger Hans Peter Freyther1-0/+81
2011-01-01MNCC: avoid segfault in DEBUGP due to non-existing conn->lchanHarald Welte1-1/+1
2011-01-01MNCC: fix copy+paste mistake in log message and change it to DEBUGHarald Welte1-1/+1
2011-01-01mncc_sock: Fix potential segfault in case MNCC app diesHarald Welte1-1/+3
2011-01-01GSM 04.08 / MNCC interface: verbuse logging of incoming MNCC primitivesHarald Welte1-5/+22
2011-01-01mncc_sock: Clear all calls if MNCC application (LCR) disconnectsHarald Welte1-0/+12
2011-01-01MNCC: rename mncc_send() to mncc_tx_to_cc()Harald Welte1-1/+1
2011-01-01MNCC: rename mncc_upq_enqueue() to cc_tx_to_mncc()Harald Welte1-1/+1
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-2/+8
2010-12-27auth: Release the security operation after we sent out a messageHolger Hans Peter Freyther1-1/+3
2010-12-25paging: Introduce a GSM_PAGING_BUSY event for a special timeoutHolger Hans Peter Freyther1-0/+1
2010-12-24BSC Call Control: Actually implement call statisticsHarald Welte1-0/+7
2010-12-23Authentication: use ENUM instead of magic numbersHarald Welte1-2/+2
2010-12-22gsm48: Release the LU procedure only after the TMSI REALL_COMPLHolger Hans Peter Freyther1-2/+6
2010-12-22MNCC: introduce mncc_upq_enqueue() wrapper around msgb_enqueue()Harald Welte1-1/+1
2010-12-22gsm48: Use NULL instead of 0 for pointers in C.Holger Hans Peter Freyther1-1/+1
2010-12-21gsm48_tx_release_compl(): Don't use transaction after trans_free()Harald Welte1-1/+4
2010-12-01gsm_04_08: Make gsm48_secure_channel available globallySylvain Munaut1-2/+2
2010-12-01gsm_04_08: Use subscr_get_channel instead of directly paging_requestSylvain Munaut1-3/+4
2010-12-01gsm_04_08: Don't set ciphering manually but call gsm0808_cipher_modeSylvain Munaut1-10/+4
2010-11-15bsc_api: Change submit dtap to allow to automatically use the SACHHolger Hans Peter Freyther1-1/+1
2010-11-15bsc_api: Look into the msg and call the right API functionsHolger Hans Peter Freyther1-3/+0
2010-11-15bsc_api: Fix a use after free error in the Clear Request pathHolger Hans Peter Freyther1-2/+0
2010-09-30gsm_04_80: Require libosmocore for creating USSD messagesHolger Hans Peter Freyther1-0/+1
2010-09-30gsm0408: Reorder the includes, openbsc first, osmocore secondHolger Hans Peter Freyther1-6/+7
2010-09-18janitor: Move the * to the variable nameHolger Hans Peter Freyther1-1/+1
2010-09-16bsc_api: Do not free the subscriber conn on clear and clear requestHolger Hans Peter Freyther1-0/+2
2010-08-12gsm48: Add method to send a separate facility message...Holger Hans Peter Freyther1-1/+19
2010-07-05msc: Create a dummy operation to keep the channel open for five secondsHolger Hans Peter Freyther1-0/+39
2010-06-30msc: Add includes to silence a compiler warning.Holger Hans Peter Freyther1-0/+1
2010-06-28bsc_msc: Remove use_count from the subscriber connectionHolger Hans Peter Freyther1-16/+8
2010-06-21bsc_api: Remove the lchan usage from the Paging Response handling.Holger Hans Peter Freyther1-4/+4
2010-06-21silent_call: Use the gsm_subscriber_connection instead of lchan->connHolger Hans Peter Freyther1-2/+2
2010-06-17bsc_api: Set the l3h header from within the dtap methodHolger Hans Peter Freyther1-1/+0
2010-06-17bsc_api: Remove the lchan from the USSD code...Holger Hans Peter Freyther1-1/+1
2010-06-17bsc_api: Kill &lchan->conn usage, stop msg->lchan too..Holger Hans Peter Freyther1-49/+37
2010-06-17bsc_api: Move gsm48_rcvmsg into the BSC API and dispatch.Holger Hans Peter Freyther1-3/+3
2010-06-17bsc_api: Make paging/silent call work with the subscriber_connectionHolger Hans Peter Freyther1-4/+4
2010-06-16bsc_api: Pass the subscriber connection to the SMS...Holger Hans Peter Freyther1-1/+1
2010-06-16bsc_api: Use gsm_subscriber_connection in rrlp.cHolger Hans Peter Freyther1-3/+3
2010-06-16bsc_api: Rename lchan_for_subscr to connection_for_subscr and update codeHolger Hans Peter Freyther1-7/+7
2010-06-16gsm48: Release the "operation" after sending out data...Holger Hans Peter Freyther1-3/+2