[PATCH] libosmo-sccp[master]: osmo_ss7: make OVERRIDE the default traffic mode type (0)

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sat Apr 8 07:17:35 UTC 2017


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 <laforge at gnumonks.org>



More information about the gerrit-log mailing list