aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/src/app
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2011-10-14 01:44:58 +0200
committerAnders Svensson <[email protected]>2011-10-17 12:26:46 +0200
commitc03ac3db1d90e2b86ac4acfd6f0d09a324be4a42 (patch)
tree16b5eeef77edb78c01cb88d937b8257f7ecd7396 /lib/diameter/src/app
parent7f6d6349514a62fa7a66dae9b01a8e5f364826fb (diff)
downloadotp-c03ac3db1d90e2b86ac4acfd6f0d09a324be4a42.tar.gz
otp-c03ac3db1d90e2b86ac4acfd6f0d09a324be4a42.tar.bz2
otp-c03ac3db1d90e2b86ac4acfd6f0d09a324be4a42.zip
@result_code -> @define in dictionary files
The section simply results in generated macros and has nothing specifically to do with result codes. It's still not documented, and neither are the macros generated from @enum, since the generated names are typically so long as to be impractical/unreadable in source. Better to use numeric values with a comment or define your own shorter macros as the need arises.
Diffstat (limited to 'lib/diameter/src/app')
-rw-r--r--lib/diameter/src/app/diameter_gen_base_rfc3588.dia2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diameter/src/app/diameter_gen_base_rfc3588.dia b/lib/diameter/src/app/diameter_gen_base_rfc3588.dia
index 4a12e21acd..4c14ee7575 100644
--- a/lib/diameter/src/app/diameter_gen_base_rfc3588.dia
+++ b/lib/diameter/src/app/diameter_gen_base_rfc3588.dia
@@ -340,7 +340,7 @@
GRANT_AND_STORE 2
GRANT_AND_LOSE 3
-@result_code Result-Code
+@define Result-Code
;; 7.1.1. Informational
DIAMETER_MULTI_ROUND_AUTH 1001