aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/ran_peer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/msc/ran_peer.h')
-rw-r--r--include/osmocom/msc/ran_peer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/msc/ran_peer.h b/include/osmocom/msc/ran_peer.h
index e3ff59d9c..06ab50090 100644
--- a/include/osmocom/msc/ran_peer.h
+++ b/include/osmocom/msc/ran_peer.h
@@ -51,6 +51,9 @@ struct ran_peer {
/* See cell_id_list.h */
struct llist_head cells_seen;
+
+ /* Whether we detected the BSC supports Osmux (during BSSMAP_RESET) */
+ bool remote_supports_osmux;
};
#define ran_peer_for_each_ran_conn(RAN_CONN, RAN_PEER) \