From f2553a6c3a9c677f71fd7f123c54d80a915f7a0a Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 30 Jun 2010 12:58:14 +0800 Subject: handover: Call bsc_handover_clear from gsm0808_clear The bsc_handover_clear will release an in-progress handover and free the lchana and the data associated with this handover --- openbsc/include/openbsc/handover.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'openbsc/include/openbsc/handover.h') diff --git a/openbsc/include/openbsc/handover.h b/openbsc/include/openbsc/handover.h index 8ab1b0642..5d710576c 100644 --- a/openbsc/include/openbsc/handover.h +++ b/openbsc/include/openbsc/handover.h @@ -1,8 +1,14 @@ #ifndef _HANDOVER_H #define _HANDOVER_H + +struct gsm_subscriber_connection; + /* Hand over the specified logical channel to the specified new BTS. * This is the main entry point for the actual handover algorithm, * after it has decided it wants to initiate HO to a specific BTS */ int bsc_handover_start(struct gsm_lchan *old_lchan, struct gsm_bts *bts); +/* clear any operation for this connection */ +void bsc_clear_handover(struct gsm_subscriber_connection *conn); + #endif /* _HANDOVER_H */ -- cgit v1.2.3