aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-05-07 11:48:16 +0200
committerHarald Welte <laforge@gnumonks.org>2019-05-19 07:28:02 +0000
commitf9f38b568cdf599cbdb7d188fabec2f65f816ad6 (patch)
treed63710bd00a1180325cce79c07f73ed5c906e957 /include
parent4faff9ef8693660f2ec59f9f305670349730affe (diff)
bssap: Detect BSC Osmux support on RESET (ACK) recv
Diffstat (limited to 'include')
-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) \