From e47f96b80c42809b99e5a875de949c843abd6957 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 18 Dec 2009 11:49:03 +0100 Subject: fix segfault in case of handover timer expiration --- openbsc/src/handover_logic.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc') diff --git a/openbsc/src/handover_logic.c b/openbsc/src/handover_logic.c index 66ff77362..93870aa4c 100644 --- a/openbsc/src/handover_logic.c +++ b/openbsc/src/handover_logic.c @@ -169,6 +169,7 @@ static int ho_chan_activ_ack(struct gsm_lchan *new_lchan) /* start T3103. We can continue either with T3103 expiration, * 04.08 HANDOVER COMPLETE or 04.08 HANDOVER FAIL */ ho->T3103.cb = ho_T3103_cb; + ho->T3103.data = ho; bsc_schedule_timer(&ho->T3103, 10, 0); return 0; -- cgit v1.2.3