From 2afb9157581c005a583ea33afc5d739d5b3380c2 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 14 Jun 2010 17:20:04 +0800 Subject: lchan: Introduce a handoff variable... This variable can be used by higher levels to declare they were done with lchan... --- openbsc/include/openbsc/gsm_data.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include/openbsc') diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h index e0d33707c..dcb2fe66c 100644 --- a/openbsc/include/openbsc/gsm_data.h +++ b/openbsc/include/openbsc/gsm_data.h @@ -218,6 +218,7 @@ struct gsm_subscriber_connection { /* use count. how many users use this channel */ unsigned int use_count; + int hand_off; /* Are we part of a special "silent" call */ int silent_call; -- cgit v1.2.3