aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-14 17:20:04 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-14 17:20:04 +0800
commit2afb9157581c005a583ea33afc5d739d5b3380c2 (patch)
tree97092804c19eb3424117aee88b61edc2e7564d39 /openbsc/include/openbsc
parentdbac9295e7d9fa5d2f4b2d85473627259576bd04 (diff)
lchan: Introduce a handoff variable...
This variable can be used by higher levels to declare they were done with lchan...
Diffstat (limited to 'openbsc/include/openbsc')
-rw-r--r--openbsc/include/openbsc/gsm_data.h1
1 files changed, 1 insertions, 0 deletions
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;