aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-04-16 20:03:15 +0200
committerHarald Welte <laforge@gnumonks.org>2019-05-19 07:26:28 +0000
commita94907ec062067845797775172ad7a973e93c7a0 (patch)
tree843e2d35ee594088ec123a382cd65fdf16eceb9f /include
parent6c548dc615543a8b33306185f111329ffb31d6d0 (diff)
bssap: Detect MSC Osmux support on RESET (ACK) recv
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/bsc_msc_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/bsc/bsc_msc_data.h b/include/osmocom/bsc/bsc_msc_data.h
index 271bdd4b7..472084579 100644
--- a/include/osmocom/bsc/bsc_msc_data.h
+++ b/include/osmocom/bsc/bsc_msc_data.h
@@ -133,6 +133,8 @@ struct bsc_msc_data {
/* Whether we want to use Osmux against this MSC. Controlled via VTY */
enum osmux_usage use_osmux;
+ /* Whether we detected the MSC supports Osmux (during BSSMAP_RESET) */
+ bool remote_supports_osmux;
};
/*