aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-10-16 14:50:06 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-10-24 13:23:09 +0200
commit3eae8ec9ef15fd9b4e63b5dbff8f2fd5aba52221 (patch)
treec5fe3d88d34285a4ab12d920c18880d68f308b93 /include
parentc99724a9ec5f427a2a9d2ceda0cc7d9b1f847a0c (diff)
ss7: Implement AS traffic mode loadshare using round robin ASP selection
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/sigtran/osmo_ss7.h1
1 files changed, 1 insertions, 0 deletions
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;
};