aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/handover_logic.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-21ho: On ho failure clear the subscriber connectionHolger Hans Peter Freyther1-0/+2
2010-12-21ho: Make this allocation a child of the BSC talloc contextHolger Hans Peter Freyther1-1/+1
2010-09-06[alloc] Assign a TCH for LU when all SDCCHs are occupied.Holger Hans Peter Freyther1-1/+1
2010-06-30handover: lchan_free will only free the local resources.Holger Hans Peter Freyther1-1/+3
2010-06-30handover: Call bsc_handover_clear from gsm0808_clearHolger Hans Peter Freyther1-0/+24
2010-06-30handover: Attempt to use the same gsm_subscriber_conn for new/old channelHolger Hans Peter Freyther1-5/+25
2010-06-28bsc_msc: Remove use_count from the subscriber connectionHolger Hans Peter Freyther1-2/+1
2010-06-28bsc_api: Allocate the subscriber_connection dynamicallyHolger Hans Peter Freyther1-4/+4
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-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-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