aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/handover_logic.c
AgeCommit message (Expand)AuthorFilesLines
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-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