aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_04_08.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-20[lchan] Release the channel ones its' usecount drops to zeroHolger Hans Peter Freyther1-3/+2
2009-11-19[lchan] RSL and RR need the multirate config, place it in the lchanHolger Hans Peter Freyther1-1/+1
2009-11-19[ipa] Change names of RTP methods to follow MGCP namingHolger Hans Peter Freyther1-5/+5
2009-11-17[gsm48] When picking AMR we need to supply the multirate configHolger Hans Peter Freyther1-1/+1
2009-11-06[mncc] Fix possible transaction/subscriber and real life subscriber leakHolger Hans Peter Freyther1-1/+6
2009-10-27[gsm48] Handle the RR CHAN MODIFY ACK in the gsm04_08_utilsHolger Hans Peter Freyther1-5/+1
2009-10-27[gsm48] Move RR CHANNEL MODIFY to gsm_04_08_utils.cHolger Hans Peter Freyther1-42/+3
2009-10-26Add USDD code from Mike HabenHarald Welte1-1/+4
2009-10-23[gsm48] Make method name consistent...Holger Hans Peter Freyther1-2/+2
2009-10-22[rrlp] Fix compiler warningsHolger Hans Peter Freyther1-1/+1
2009-10-22Fix warnings by removing unused variablesHolger Hans Peter Freyther1-2/+0
2009-10-06[gsm0408] Move encryption message creation to gsm_04_08_utils.cHolger Hans Peter Freyther1-24/+0
2009-10-05[ipaccess] Add nanoBTS 1900 supportMike Haben1-2/+1
2009-09-28[gsm0408] Move paging handling to gsm_04_08_utils.cHolger Hans Peter Freyther1-31/+3
2009-09-28[gsm0408] Move send_siemens_mrpci to gsm_04_08_utils.cHolger Hans Peter Freyther1-16/+0
2009-09-28[tmsi] Make the tmsi a 4 octet numberHolger Hans Peter Freyther1-8/+9
2009-09-27Merge branch 'master' into encryptionHarald Welte1-5/+8
2009-09-27[gsm_04_08] Fix gsm48_send_rr_ciph_mode algorithm IDSylvain Munaut1-1/+1
2009-09-27[gsm_04_08] Fix gsm48_tx_mm_auth_req implementationSylvain Munaut1-3/+5
2009-09-26non-call related SS (USSD) is not unknown, but unimplementedMike Haben1-2/+3
2009-08-30A5 support for RSL and 04.08 (not used yet)Harald Welte1-0/+27
2009-08-20[gsm48] Introduce a gsm48_generate_mid_from_imsi methodHolger Hans Peter Freyther1-1/+1
2009-08-20[gsm48] Move parsing of the MI from to gsm_04_08_utils.cHolger Hans Peter Freyther1-63/+10
2009-08-17[bsc] Move the GSM 04.08 helper functions to gsm_04_08_utils.cHolger Hans Peter Freyther1-278/+4
2009-08-17actual code running at end of har2009Harald Welte (local)1-1/+8
2009-08-16store all APDU's received from the MS in the databaseHarald Welte (local)1-1/+1
2009-08-15add support for APPLICATION INFO RR messagesHarald Welte (local)1-0/+42
2009-08-15move talloc context creation out of on_dso / constructorsHarald Welte (local)1-3/+1
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