Skip to content
Success

Changes

Summary

  1. AS loadsharing: Normal route distribution regardless of active state (details)
Commit b97ff1e65ea35befcce42b5eb0723b0f0b89f8f1 by Pau Espin Pedrol
AS loadsharing: Normal route distribution regardless of active state

Before this patch, the normal route for a given loadshare eSLS entry (seed)
would only be filled in with available routes.
That means that if eg. N routes are configured but only 1 is really
available upon startup and a lot of traffic happens, the full eSLS will
be filled with that route, and as a result all traffic on that combined
linkset will be sent through that route.

Instead, we want to populate the eSLS table with Normal Route field
properly distributed over all routes. If a given route is not active at
that time, then simply pick an Alternative Route during that time.

Change-Id: I6daf114416c69c84bdc3042efcaf2918f91c2e87
The file was modifiedsrc/osmo_ss7_combined_linkset.c
The file was modifiedsrc/ss7_combined_linkset.h