From bc814501e8a28f72e16a4662250af01aaa2a1489 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 19 Dec 2009 21:41:52 +0100 Subject: [handover] add VTY parameter to enable/disable handover --- openbsc/include/openbsc/gsm_data.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h index 67465e460..f4e4d2172 100644 --- a/openbsc/include/openbsc/gsm_data.h +++ b/openbsc/include/openbsc/gsm_data.h @@ -452,6 +452,9 @@ struct gsm_network { int a5_encryption; int neci; int send_mm_info; + struct { + int active; + } handover; /* layer 4 */ int (*mncc_recv) (struct gsm_network *net, int msg_type, void *arg); -- cgit v1.2.3