aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_04_08.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-22Merge commit 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther1-190/+199
2009-12-22[gsm48] Move gsm48_parse_meas_rep to gsm_04_08_utilsHolger Hans Peter Freyther1-68/+0
2009-12-22keep some internal statistics inside OpenBSCHarald Welte1-0/+19
2009-12-21[handover] Real handover algorithmHarald Welte1-0/+1
2009-12-20rename ipacc_connect_proxy_bind() to rsl_ipacc_mdcx_to_rtpsock()Harald Welte1-17/+3
2009-12-20Move RTP socket handling out of signal handlers into abis_rslHarald Welte1-26/+0
2009-12-20remove hand full of 'extern ipacc_rtp_direct' definitionsHarald Welte1-2/+0
2009-12-20add FIXME to IMSI DETACH INDICATION: we need to release all transactionsHarald Welte1-0/+3
2009-12-19RTP-enable MNCC API for LCR + ip.accessHarald Welte1-34/+83
2009-12-19measurement report parsing: NO-NCELL-M of 7 tells us no neighborsHarald Welte1-1/+1
2009-12-19ip.access: Keep a full copy of local and remote IP/PORT in lchanHarald Welte1-3/+0
2009-12-19Fix subscr ref leak for multi CM SERV REQSylvain Munaut1-1/+3
2009-12-16measurement report: correctly parse BSIC of first neighbor cellHarald Welte1-1/+1
2009-12-1604.08: fix off-by-one error while parsing measurement resultsHarald Welte1-19/+19
2009-12-15introduce cache of 6 last recently received measurement reports for each lchanHarald Welte1-2/+2
2009-12-1404.08 MEAS REP: Convert relative cell number to ARFCNHarald Welte1-6/+11
2009-12-14fix compiler warnings in gsm_04_08.cHarald Welte1-2/+2
2009-12-14Add VTY setting for whether or not to sending MM INFOHarald Welte1-2/+4
2009-12-13introduce new signal every time we get a mobile identityHarald Welte1-0/+6
2009-12-12Gracefully reject non-speech callsHarald Welte1-20/+34
2009-12-12[04.08] use lchan_auto_release to quickly close channelHarald Welte1-7/+11
2009-12-06location updating reject cause now specified on VTY rather than command line ...Harald Welte1-7/+2
2009-12-06move RTP socket information from timeslot to lchanHarald Welte1-31/+24
2009-12-02move RTP socket information from timeslot to lchanHarald Welte1-31/+24
2009-11-29[handover] Introduce new handover related LCHAN signalsHarald Welte1-4/+29
2009-11-29print debug statement in case of HANDOVER COMPLETE or HANDOVER FAILEDHarald Welte1-0/+8
2009-11-29New complete measurement result/report handlingHarald Welte1-33/+27
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