Harald Welte has submitted this change and it was merged.

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


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(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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: merged
Gerrit-Change-Id: Ie83fa0a403dcfc582d6bb59ec08d6a719d2f6398
Gerrit-PatchSet: 5
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder

Reply via email to