aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_04_08.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-06-14gsm_04_08: Establish secure channel on LOCATION UPDATESylvain Munaut1-19/+42
2010-06-14gsm_04_08: Store the key_seq given in LOC UPD REQUEST in stateSylvain Munaut1-0/+2
2010-06-14gsm_04_08: Add a operation to enable ciphering on a lchanSylvain Munaut1-3/+158
2010-06-14bsc_api: Move some parts over to the BSC API.Holger Hans Peter Freyther1-19/+0
2010-06-07GSM 04.08: Improve IMEI recording in hlr.sqlite3 for rejected subscribersHarald Welte1-4/+3
2010-05-16gsm48: Add size checks to the paging response mi parsing.Holger Hans Peter Freyther1-1/+4
2010-05-15gsm48: Typo fix.Holger Hans Peter Freyther1-1/+1
2010-03-29[misc] Remove whitespace from the end of the line.Holger Hans Peter Freyther1-7/+7
2010-03-25lchan: Change transaction to work on the GSM Subscriber ConnectionHolger Hans Peter Freyther1-35/+31
2010-03-25lchan: Create a structure for MSC data of the lchanHolger Hans Peter Freyther1-72/+91
2010-03-25convert openbsc to use libosmocore-0.1.1 APIHarald Welte1-4/+5
2010-03-07move large parts of mncc.h and gsm48 encode/decode into libosmocoreHarald Welte1-619/+83
2010-03-04move some gsm48 utility functions to libosmocoreHarald Welte1-2/+2
2010-03-02remove gsm04.08 utility code that has been moved to libosmocoreHarald Welte1-122/+14
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-5/+5
2010-01-03gsm_04_08: Add RAND debug output in gsm48_tx_mm_auth_reqSylvain Munaut1-1/+1
2010-01-03gsm_04_08: Specify key_seq when calling gsm48_tx_mm_auth_reqSylvain Munaut1-3/+2
2010-01-01introduce and implement silent_call_reroute() and silent_call_rx()Harald Welte1-0/+4
2009-12-26print LAC and BTS number when showing location update rejectHarald Welte (local)1-2/+4
2009-12-26generate INFO events for CC SETUP and LOC UPD REJHarald Welte (local)1-1/+6
2009-12-24add (and use) new subscr_name() function to get name or IMSIHarald Welte1-3/+2
2009-12-24don't print directly to stderr, use LOGP()Harald Welte1-7/+7
2009-12-22statistics: Introduce 'struct counter' instead of using unsigned longHarald Welte1-6/+6
2009-12-22[gsm48] Move gsm48_parse_meas_rep to gsm_04_08_utilsHolger Hans Peter Freyther1-68/+0