aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-12-14 09:00:24 +0100
committerHarald Welte <laforge@gnumonks.org>2009-12-14 09:00:24 +0100
commit648b6ce083e3826b5df912de61214961f4950321 (patch)
treeec44fd56bf84a4130b0a34251a9e35fc558d8534 /openbsc/include
parent37600be76cb022dbd51d768500613d9a8066990f (diff)
Add VTY setting for whether or not to sending MM INFO
Diffstat (limited to 'openbsc/include')
-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 57665386d..9bddd7aad 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -435,6 +435,7 @@ struct gsm_network {
enum gsm48_reject_value reject_cause;
int a5_encryption;
int neci;
+ int send_mm_info;
/* layer 4 */
int (*mncc_recv) (struct gsm_network *net, int msg_type, void *arg);