aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-04-05 22:31:50 +0200
committerHarald Welte <laforge@gnumonks.org>2017-04-09 18:50:24 +0200
commit24ba61c0b2e648dc0bb2365f69fe452d796a66db (patch)
tree5a4387b6b8d46c2430dfd7443c181af72fad3a54
parent6e809af02e46fbce404c42419dc2c881d2993d82 (diff)
osmo_ss7: make OVERRIDE the default traffic mode type (0)
-rw-r--r--include/osmocom/sigtran/osmo_ss7.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/sigtran/osmo_ss7.h b/include/osmocom/sigtran/osmo_ss7.h
index 5bbcd65..7918a51 100644
--- a/include/osmocom/sigtran/osmo_ss7.h
+++ b/include/osmocom/sigtran/osmo_ss7.h
@@ -229,10 +229,10 @@ struct osmo_ss7_routing_key {
};
enum osmo_ss7_as_traffic_mode {
+ OSMO_SS7_AS_TMOD_OVERRIDE = 0, /* default */
OSMO_SS7_AS_TMOD_BCAST,
OSMO_SS7_AS_TMOD_LOADSHARE,
OSMO_SS7_AS_TMOD_ROUNDROBIN,
- OSMO_SS7_AS_TMOD_OVERRIDE,
_NUM_OSMO_SS7_ASP_TMOD
};