DIAMETER_SESSION_ID Variable Plugin
Plugin will allow for generating diameter Session-ID value. Format will be
<identity>;<upper32bits>;<lower32bits>;<random>
identity: either current host name or custom identity provided as an argumentupper32bits: initialized with current timestamp in upper 32 bitslower32bits: initialized with 0 in lower 32 bits; value is then increased by 1 each time variable is readrandom: Random field will consist of 8 hexadecimal characters
Argument
Diameter identity. If not present, current machine name will be used.
Example: Using Current Host Name
Value $DIAMETER_SESSION_ID
Example: Custom Identity
Value $DIAMETER_SESSION_ID<host.aaseq.com>