aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_04_08.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-14respect the link_id, not only the SAPI from SMS codeHarald Welte (local)1-2/+2
2009-08-13when in token auth mode, accept phones that are authorizedHarald Welte (local)1-0/+2
2009-08-13Encode the network name int the MM info messages in GSM 7bit alphabet.Daniel Willmann1-1/+34
2009-08-13remove FIRST_CONTACT signal, the subscriber flag is sufficientHarald Welte (local)1-10/+4
2009-08-13replace the command line option -a with the auth-policy config optionJan Luebbe1-10/+8
2009-08-12add functions to send AUTH REQ and REJECTHarald Welte1-0/+28
2009-08-12look up subscriber in memory before loading from DBJan Luebbe1-2/+9
2009-08-12flag new subscriber structs in memory and send a signalJan Luebbe1-1/+8
2009-08-10rename rsl_channel_release to rsl_rf_channel_releaseHarald Welte1-1/+1
2009-08-10add code to GSM 04.08 to send MRPCI message once we have classmark2Harald Welte1-0/+22
2009-08-10revert commit b400dd8f646a69f7fe0013065fa9b4711f60a45e regarding NECI=0Harald Welte1-6/+6
2009-08-10We're using NECI=0, but the channel reauest reasons we're seeing from MS's ar...Harald Welte1-6/+6
2009-08-09ensure we send the LOCATION UPDATE ACCEPT before issuing any signalHarald Welte1-2/+10
2009-08-09move search for existing lchan for subscriber to new functionHarald Welte1-21/+3
2009-08-08first 'working' SMS implementationHarald Welte1-1/+2
2009-08-01gsm_04_08 no longer needs to iterate over all BTS in LACHarald Welte1-16/+3
2009-07-29Merge branch 'master' into smsHarald Welte1-7/+19
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-28Merge branch 'master' into smsHarald Welte1-22/+110
2009-07-28add RTP proxy mode for ip.accessHarald Welte1-22/+110
2009-07-28Merge branch 'master' into smsHarald Welte1-3/+2
2009-07-28move allocation of talloc contexts into link-time constructorHarald Welte1-3/+2
2009-07-23look-up by (subscriber, protocol, transaction_id) tupleHarald Welte1-1/+1
2009-07-23move allocating new transaction_ids to transaction.cHarald Welte1-17/+4
2009-07-23move allocating new transaction_ids to transaction.cHarald Welte1-17/+4
2009-07-23Merge branch 'master' into smsHarald Welte1-87/+49
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-23remove bogus 'network' member of 'struct gsm_transaction'Harald Welte1-30/+35
2009-07-23gms_transactions data model reorganizationHarald Welte1-117/+66
2009-07-23make sure subscr->net is always setHarald Welte1-10/+17
2009-07-19Merge branch 'master' into smsHarald Welte1-6/+14
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-05Merge branch 'master' into smsHarald Welte1-10/+11
2009-07-05Store classmark1/2/3 in equipment SQL tableHarald Welte1-10/+11
2009-07-05fix measurement report parsing of MEAS VALID logicHarald Welte1-1/+1
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