How it Works
The peer management module sends the request to the host selection module with the profile name, MSISDN, and IPv4 address. The host selection module checks the profile name in the local data structure that is populated from the configuration map. If the profile name matches, then it derives the host details with following algorithms.
-
MSISDN modules—The MSISDN is converted into numeric value. Then, the index is calculated by the available number of MSIDN mod host entries.
-
IP address modules—IP address is converted into numeric value. Then the index is calculated by the available number of numeric IP address value mod host entries.
-
Round robin—The default algorithm is the round robin of available entries per profile name.
Note | A host selection profile is bound with the Diameter client. You can bind one host selection profile for the multiple Diameter clients. |