aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/handover.h
AgeCommit message (Collapse)AuthorFilesLines
2009-12-17[handover] first functional handover implementationHarald Welte1-0/+8
With this commit, we can successfully hand over a channel from one cell to another cell. We implement asynchronous intra-BSC (but inter-BTS) handover. Changes: * introduce new DHO log category * extend rsl_chan_activate_lchan() with argument for HO reference * introduce actual minimal handover decision making in handover_decision.c * various fixes to bsc_handover_start() in handover_logic.c