aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/gsm_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/msc/gsm_data.h')
-rw-r--r--include/osmocom/msc/gsm_data.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/osmocom/msc/gsm_data.h b/include/osmocom/msc/gsm_data.h
index 42bb69a06..f6e3ed99f 100644
--- a/include/osmocom/msc/gsm_data.h
+++ b/include/osmocom/msc/gsm_data.h
@@ -19,6 +19,7 @@
#include <osmocom/msc/neighbor_ident.h>
#include "gsm_data_shared.h"
+#include "osmux.h"
/** annotations for msgb ownership */
#define __uses
@@ -231,6 +232,9 @@ struct gsm_network {
uint64_t range_end;
uint64_t next;
} handover_number;
+
+ /* Whether we want to use Osmux against BSCs. Controlled via VTY */
+ enum osmux_usage use_osmux;
};
struct osmo_esme;