diff options
author | Anders Svensson <[email protected]> | 2017-08-29 15:13:44 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2017-08-29 15:13:44 +0200 |
commit | c98204a6dacbade814fa32bb1792d05d0657d8db (patch) | |
tree | 14cac9b952c4384817a4054a616de3f0c56b93bd /lib/diameter/doc/src | |
parent | 6f9ddb858507dc91cfdf0ccc82f3f6aad5463f50 (diff) | |
parent | ce08fb57a66d20fdb3074ca62b7aac0228825e0a (diff) | |
download | otp-c98204a6dacbade814fa32bb1792d05d0657d8db.tar.gz otp-c98204a6dacbade814fa32bb1792d05d0657d8db.tar.bz2 otp-c98204a6dacbade814fa32bb1792d05d0657d8db.zip |
Merge branch 'anders/diameter/performance/OTP-14521' into maint
* anders/diameter/performance/OTP-14521:
Fix influence of decode_format on service events
Work around more common_test woe
Diffstat (limited to 'lib/diameter/doc/src')
-rw-r--r-- | lib/diameter/doc/src/diameter.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/diameter/doc/src/diameter.xml b/lib/diameter/doc/src/diameter.xml index 3ad24257a5..ad82cafd2f 100644 --- a/lib/diameter/doc/src/diameter.xml +++ b/lib/diameter/doc/src/diameter.xml @@ -962,7 +962,8 @@ Defaults to the empty list.</p> <item> <p> Whether or not to require that the number of AVPs in a message or -grouped AVP agree with those specified in the dictionary in question. +grouped AVP agree with those specified in the dictionary in question +when passing messages to &man_app; callbacks. If <c>true</c> then mismatches in an outgoing messages cause message encoding to fail, while mismatches in an incoming message are reported as 5005/5009 errors in the errors field of the diameter_packet record |