Review at  https://gerrit.osmocom.org/2235

osmo_ss7: make OVERRIDE the default traffic mode type (0)

Change-Id: Ie83fa0a403dcfc582d6bb59ec08d6a719d2f6398
---
M include/osmocom/sigtran/osmo_ss7.h
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/35/2235/1

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 @@
 };
 
 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
 };
 

-- 
To view, visit https://gerrit.osmocom.org/2235
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie83fa0a403dcfc582d6bb59ec08d6a719d2f6398
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <[email protected]>

Reply via email to