aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_04_08.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-26MNCC: fix copy+paste mistake in log message and change it to DEBUGHarald Welte1-1/+1
2010-12-26mncc_sock: Fix potential segfault in case MNCC app diesHarald Welte1-1/+3
2010-12-26GSM 04.08 / MNCC interface: verbuse logging of incoming MNCC primitivesHarald Welte1-5/+22
2010-12-26mncc_sock: Clear all calls if MNCC application (LCR) disconnectsHarald Welte1-0/+12
2010-12-26MNCC: rename mncc_send() to mncc_tx_to_cc()Harald Welte1-1/+1
2010-12-26MNCC: rename mncc_upq_enqueue() to cc_tx_to_mncc()Harald Welte1-1/+1
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
2010-06-16bsc_api: Remove the lchan from the secure channel code...Holger Hans Peter Freyther1-32/+29
2010-06-16bsc_api: Cut back on direct lchan usage.Holger Hans Peter Freyther1-16/+16
2010-06-15gsm48: Split LU Reject sending and generation into two.Holger Hans Peter Freyther1-9/+9
2010-06-15gsm48: Separate CM Service Reject sending and creation.Holger Hans Peter Freyther1-9/+7
2010-06-15bsc_api: Remove the lchan argument from gsm48_tx_mm_info.Holger Hans Peter Freyther1-5/+5
2010-06-15bsc_api: Remove the lchan argument from the mm_tx_identity_req method.Holger Hans Peter Freyther1-6/+6
2010-06-15bsc_api: Remove lchan from LU Reject...Holger Hans Peter Freyther1-8/+6
2010-06-15bsc_api: Kill the lchan argument from the LU Accept Method.Holger Hans Peter Freyther1-6/+6
2010-06-15bsc_api: Move most of GSM0408 to the DTAP API...Holger Hans Peter Freyther1-31/+63
2010-06-15bsc_api: Switch gsm_04_08.c to use the clear request of the API.Holger Hans Peter Freyther1-18/+6
2010-06-14gsm_04_08: Improve gsm48_rx_mm_auth_resp debug in failure caseSylvain Munaut1-1/+7
2010-06-14gsm_04_08: Establish secure channel on CM SERVICE REQUESTSylvain Munaut1-1/+30