From f9f38b568cdf599cbdb7d188fabec2f65f816ad6 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 7 May 2019 11:48:16 +0200 Subject: bssap: Detect BSC Osmux support on RESET (ACK) recv Related: OS#2551 Depends: libosmocore.git I28f83e2e32b9533c99e65ccc1562900ac2aec74e Change-Id: If4f33da9b414ab194098755d2c5be85e1fce5d31 --- include/osmocom/msc/ran_peer.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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) \ -- cgit v1.2.3