aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_04_08.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-26Merge branch 'on-waves/sccp' into on-waves/bsc-masterHolger Hans Peter Freyther1-4/+5
2010-03-25convert openbsc to use libosmocore-0.1.1 APIHarald Welte1-4/+5
2010-03-24Specify a release reason for the lchanHolger Hans Peter Freyther1-1/+1
2010-03-24Merge remote branch 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther1-769/+134
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-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