aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_04_08.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-29generalize channel activation / channel mode modifyHarald Welte1-0/+1
2009-07-29postpone IPAC_BIND until we do a LCHAN_MODIFYHarald Welte1-7/+18
2009-07-28add RTP proxy mode for ip.accessHarald Welte1-22/+110
2009-07-28move allocation of talloc contexts into link-time constructorHarald Welte1-3/+2
2009-07-23move allocating new transaction_ids to transaction.cHarald Welte1-17/+4
2009-07-23trans->transaction_id now reflects the actual (unshifted) valueHarald Welte1-9/+9
2009-07-23centralize the code that needs to deal with transaction_idHarald Welte1-79/+41
2009-07-23make sure subscr->net is always setHarald Welte1-10/+17
2009-07-23remove bogus 'network' member of 'struct gsm_transaction'Harald Welte1-30/+35
2009-07-23gms_transactions data model reorganizationHarald Welte1-117/+66
2009-07-19send DEACTIVATE SACCH when sending RR CHANEL RELEASEHarald Welte1-1/+5
2009-07-19fix copy+paste mistake in ecnoding short net name in mm infoHarald Welte1-1/+1
2009-07-12rename ip.access structure field members and variablesHarald Welte1-4/+8
2009-07-05Store classmark1/2/3 in equipment SQL tableHarald Welte1-10/+11
2009-07-04make sure we always schedule a location updating rejectHarald Welte1-6/+5
2009-07-04remove bogus extra check for data->imsi[0] in mncc_sendHarald Welte1-2/+1
2009-07-04gsm48 lchan signal handling: use correct pointerHarald Welte1-1/+1
2009-06-27cosmetic cleanup of LOCATION UPDATE REQ print-outHarald Welte1-8/+8
2009-06-27add new DMEAS debug category for measurement reportingHarald Welte1-6/+6
2009-06-26use taloc_zero() rather than talloc() and explisit memset()Harald Welte1-3/+2
2009-06-26fix two segfaultsHarald Welte1-2/+5
2009-06-26zero-initialize some more memory that we allocateHarald Welte1-1/+1
2009-06-26fix MNCC memory leakHarald Welte1-0/+1
2009-06-26use named variant when allocating msgb'sHarald Welte1-2/+3
2009-06-21switch to dynamically allocated BTS and TRX data structuresHarald Welte1-2/+2
2009-06-20introduce talloc all over OpenBSCHarald Welte1-6/+13
2009-06-15mncc: Add IMSI to gsm_mnccAndreas Eversberg1-2/+19
2009-06-14Use correct cause value and cause locationAndreas Eversberg1-10/+22
2009-06-14Fix lchan refcounting in case of IMSI DETACHAndreas Eversberg1-2/+0
2009-06-1204.08: Make mncc-harald branch workHarald Welte1-2/+2
2009-06-11use less magic numbers (04.08 CC cause values)Harald Welte1-8/+20
2009-06-10reworked MNCC codebaseHarald Welte1-373/+1982
2009-06-10Merge commit 'origin/master'Harald Welte1-32/+2
2009-06-10Proposal for a "channel request" interface...Holger Freyther1-1/+1
2009-06-10Remove use_lchan and put_lchan from location updating request pathsHolger Hans Peter Freyther1-8/+0
2009-06-10Move the "finding" of the right BTS into paging.cHolger Hans Peter Freyther1-23/+2
2009-06-10Search for BTS's in the Location Area of the subscriber we callHolger Hans Peter Freyther1-2/+1
2009-06-10introduce encoding/decoding functions for 04.08 CCHarald Welte1-26/+471
2009-06-10use gsm_bts_by_lac() function to start paging of all bts with same lacHarald Welte1-6/+27
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+1723