From 512f099b247b17b3145e90293167a4ba373b9471 Mon Sep 17 00:00:00 2001
From: Erlang/OTP
+ Don't leave extra bit in decoded AVP data.
++ OTP-12074 in OTP 17.3 missed one case: a length error on + a trailing AVP unknown to the dictionary in question.
++ Own Id: OTP-12642
++ Don't confuse Result-Code and Experimental-Result
++ The errors field of a decoded diameter_packet record was + populated with a Result-Code AVP when an + Experimental-Result containing a 3xxx Result-Code was + received in an answer not setting the E-bit. The correct + AVP is now extracted from the incoming message.
++ Own Id: OTP-12654 Aux Id: seq12851
++ Don't count on unknown Application Id.
++ OTP-11721 in OTP 17.1 missed the case of an Application + Id not agreeing with that of the dictionary in question, + causing counters to be accumulated on keys containing the + unknown id.
++ Own Id: OTP-12701
+