aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2009-12-19 21:41:52 +0100
committerHarald Welte <laforge@netfilter.org>2009-12-19 21:41:52 +0100
commitbc814501e8a28f72e16a4662250af01aaa2a1489 (patch)
treea510ceb0879cbb1091c73ffa3d6ca2c78e70124f /openbsc/include
parente786c32bc935bb7767335758e92c886322c8aeb5 (diff)
[handover] add VTY parameter to enable/disable handover
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gsm_data.h3
1 files changed, 3 insertions, 0 deletions
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);