diff options
author | Anders Svensson <[email protected]> | 2017-08-31 08:57:57 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2017-09-01 17:22:36 +0200 |
commit | 99db256e992591ab5cd03d77adcd4ad8d8a16a7e (patch) | |
tree | d53fe461180dfcd056f86bbbaac10d2f924681ca /lib/diameter/doc/src | |
parent | a1b2f90096a70e521fdbcb2176aacf1dcc7c7f0e (diff) | |
download | otp-99db256e992591ab5cd03d77adcd4ad8d8a16a7e.tar.gz otp-99db256e992591ab5cd03d77adcd4ad8d8a16a7e.tar.bz2 otp-99db256e992591ab5cd03d77adcd4ad8d8a16a7e.zip |
Tweak {decode_format, false} semantics
Represent the decoded message by its atom-valued name in
diameter_packet.msg, which makes trace much more readable. A
diameter_avp.value is untouched (ie. undefined): the AVP name is already
in the name field.
Diffstat (limited to 'lib/diameter/doc/src')
-rw-r--r-- | lib/diameter/doc/src/diameter.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/diameter/doc/src/diameter.xml b/lib/diameter/doc/src/diameter.xml index b7be184058..c31929c3f0 100644 --- a/lib/diameter/doc/src/diameter.xml +++ b/lib/diameter/doc/src/diameter.xml @@ -810,8 +810,8 @@ dictionary file in question. If <c>list</c> or <c>map</c> then a <c>[Name | Avps]</c> pair where <c>Avps</c> is either a list of AVP name/values pairs or a map keyed on AVP names respectively. -If <c>false</c> then the representation is omitted and <c>msg</c> and -<c>value</c> fields are set to <c>false</c>. +If <c>false</c> then the representation is as the atom-value message +name, or <c>undefined</c> for a Grouped AVP. See also &codec_message;.</p> <p> |