From 950d808c97a4c5b579f4f1cc16b95f2d419d3505 Mon Sep 17 00:00:00 2001
From: Erlang/OTP
+ Don't leave extra bit in decoded AVP data.
++ An extra bit could be communicated in the data field of a + diameter_avp record in the case of length errors. Of no + consequence for code using the record encoding of + Diameter messages, but code examining diameter_avp + records would see this bit.
++ Dictionary files must be recompiled for the fix to have + effect.
++ Own Id: OTP-12074
++ Fix counting of outgoing requests and answers setting the + E-bit.
++ OTP-11721 broke these counters for all outgoing requests + except DWR, and caused answers setting the E-bit to be + counted as unknown messages.
++ Own Id: OTP-12080
++ Fix Failed-AVP decode.
++ The best-effort decode only worked for AVPs in the common + dictionary, not for those in the dictionary of the + application identified in the Diameter Header of the + answer message in question.
++ Failed-AVP in an answer decoded with the RFC 3588 common + dictionary (diameter_gen_base_rfc3588) was regarded as an + error. The RFC 6733 dictionary was unaffected.
++ Dictionary files must be recompiled for the fix to have + effect.
++ Own Id: OTP-12094
+