diff options
author | Anders Svensson <[email protected]> | 2017-09-01 17:37:24 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2017-09-04 15:45:04 +0200 |
commit | 382c88e5fdb92c6f97acad2f1c260cc69759b8e5 (patch) | |
tree | 88cbf09ca64dd3b32ae52cc5a49b1b25d0de6768 /lib/diameter/test/diameter_codec_test.erl | |
parent | 22ce93c35f3bdc490cedc7d63529ed3e2fb20556 (diff) | |
download | otp-382c88e5fdb92c6f97acad2f1c260cc69759b8e5.tar.gz otp-382c88e5fdb92c6f97acad2f1c260cc69759b8e5.tar.bz2 otp-382c88e5fdb92c6f97acad2f1c260cc69759b8e5.zip |
Rename field in codec map: dictionary -> app_dictionary
To better reflect what the field is: field 'module' is the dictionary
module that's calling diameter_gen to decode a list of AVP, while field
'app_dictionary' is the dictionary module defining the message being
decoded.
Diffstat (limited to 'lib/diameter/test/diameter_codec_test.erl')
-rw-r--r-- | lib/diameter/test/diameter_codec_test.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diameter/test/diameter_codec_test.erl b/lib/diameter/test/diameter_codec_test.erl index d7cb6f0105..70e910ffa6 100644 --- a/lib/diameter/test/diameter_codec_test.erl +++ b/lib/diameter/test/diameter_codec_test.erl @@ -217,7 +217,7 @@ avp(Mod, encode = X, V, Name, _) -> opts(Mod) -> (opts())#{module => Mod, - dictionary => Mod}. + app_dictionary => Mod}. opts() -> #{decode_format => record, |