From 3eae8ec9ef15fd9b4e63b5dbff8f2fd5aba52221 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 16 Oct 2019 14:50:06 +0200 Subject: ss7: Implement AS traffic mode loadshare using round robin ASP selection Related: OS#4220 Change-Id: I98144dde237672df2e78c7c92923e6f4cb77a271 --- include/osmocom/sigtran/osmo_ss7.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmocom/sigtran') diff --git a/include/osmocom/sigtran/osmo_ss7.h b/include/osmocom/sigtran/osmo_ss7.h index 12aeea4..4f3d6f5 100644 --- a/include/osmocom/sigtran/osmo_ss7.h +++ b/include/osmocom/sigtran/osmo_ss7.h @@ -322,6 +322,7 @@ struct osmo_ss7_as { } pc_override; struct osmo_ss7_asp *asps[16]; + uint8_t last_asp_idx_sent; /* used for load-sharing traffic mode (round robin implementation) */ } cfg; }; -- cgit v1.2.3