There is a bug in how the SessionId parameter 2 and 3 are parsed.
The RFC3588 *recommends* that these values are 32bit decimal. Note: "recommends"
In aaa_session_attributes.cxx
AAAReturnCode DiameterSessionId::Get(...)
method tries to parse these values as uint32 (High/Low) when it should be strings.