From 907121b85d50283a7e08eede27fd5d7bb112b89b Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 5 Nov 2019 18:24:29 +0100 Subject: xua: Allow traffic mode set by peer if not set by VTY Change-Id: I8ca17439b4dd023625f8f22689c0432341986099 --- include/osmocom/sigtran/osmo_ss7.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/osmocom/sigtran/osmo_ss7.h b/include/osmocom/sigtran/osmo_ss7.h index 1b5fc31..4f20d81 100644 --- a/include/osmocom/sigtran/osmo_ss7.h +++ b/include/osmocom/sigtran/osmo_ss7.h @@ -314,7 +314,10 @@ struct osmo_ss7_as { enum osmo_ss7_asp_protocol proto; struct osmo_ss7_routing_key routing_key; enum osmo_ss7_as_traffic_mode mode; + /* traffic mode was configured by VTY / config file */ bool mode_set_by_vty; + /* traffic mode was configured by RKM (routing key management) or ASPAC */ + bool mode_set_by_peer; uint32_t recovery_timeout_msec; uint8_t qos_class; struct { -- cgit v1.2.3