To work with the diameter protocol, I use the library https://github.com/fiorix/go-diameter.
When I try to send CER (Capabilities-Exchange-Request) to the diameter-server, I get a failed Result-Code AVP: 5012.
I think these are unspecified reasons. I don't have access to the server logs.
How to solve this error on the client side ?
Where do I start with the diagnostics?
How to fix response CEA - failed Result-Code AVP: 5012?
3.5k views Asked by Aleksey Budaev At
1
Im not familiar with this library, however you can find all result-codes here: result-codes
5012 means:
There are 2 options to your situation:
To solve the issue: