aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/sigtran/osmo_ss7.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/sigtran/osmo_ss7.h')
-rw-r--r--include/osmocom/sigtran/osmo_ss7.h3
1 files changed, 3 insertions, 0 deletions
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 {