diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2019-11-05 18:24:29 +0100 |
---|---|---|
committer | laforge <laforge@osmocom.org> | 2019-11-05 20:41:56 +0000 |
commit | 907121b85d50283a7e08eede27fd5d7bb112b89b (patch) | |
tree | 3b4134a8a161729de2ac02c91f1def3c6f0888f8 /include | |
parent | 02d0228a4000234bfb1aafb40d6adff5d9ce4c55 (diff) |
xua: Allow traffic mode set by peer if not set by VTY
Change-Id: I8ca17439b4dd023625f8f22689c0432341986099
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/sigtran/osmo_ss7.h | 3 |
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 { |