aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/handover_logic.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-19Merge remote branch 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther1-1/+1
2010-04-19[alloc] Assign a TCH for LU when all SDCCHs are occupied.Holger Hans Peter Freyther1-1/+1
2010-04-10[rsl] Set the right state when asking for the activation.Holger Hans Peter Freyther1-0/+1
2010-04-10[rsl] Introduce a method to set the state of the lchanHolger Hans Peter Freyther1-1/+1
2010-04-09[rsl] Set the right state when asking for the activation.Holger Hans Peter Freyther1-0/+1
2010-04-06Merge remote branch 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther1-4/+6
2010-03-25lchan: Change transaction to work on the GSM Subscriber ConnectionHolger Hans Peter Freyther1-1/+1
2010-03-25lchan: Create a structure for MSC data of the lchanHolger Hans Peter Freyther1-3/+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-10/+18
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-3/+3
2009-12-26[handover] print INFO message when doing handoverHarald Welte1-0/+5
2009-12-24[handover] CRCX ACK without HO reference is normal, not an errorHarald Welte1-2/+2
2009-12-22statistics: Introduce 'struct counter' instead of using unsigned longHarald Welte1-5/+8
2009-12-22Merge commit 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther1-0/+367
2009-12-22keep some internal statistics inside OpenBSCHarald Welte1-0/+8
2009-12-21handover: set old channel to INACTIVE stateHarald Welte1-1/+4
2009-12-20[handover] implement TCH RTP stream handoverHarald Welte1-1/+69
2009-12-20handover: don't create negative lchan use countsHarald Welte1-3/+0
2009-12-18[handover]: make sure the new lchan keeps the subscriber pointer of the old l...Harald Welte1-5/+6
2009-12-18handover: use correct handover lookup functionHarald Welte1-1/+1
2009-12-18fix segfault in case of handover timer expirationHarald Welte1-0/+1
2009-12-17logging: introduce log levels at caller siteHarald Welte1-9/+19
2009-12-17don't try multiple concurrent handovers for 1 channelHarald Welte1-0/+5
2009-12-17call trans_lchan_change() from ho_gsm48_ho_compl()Harald Welte1-0/+3
2009-12-17[handover] first functional handover implementationHarald Welte1-3/+24
2009-11-29[handover] Implement handover control logicHarald Welte1-0/+251