# HG changeset patch # User František Kučera # Date 1376933258 -7200 # Node ID b852db8d2b5609fcee31940d6b00e213cd95901e # Parent 5fc4fc64116c71869dcb0b5d14c0f9f6bc4fa11a data: Diameter result code diff -r 5fc4fc64116c -r b852db8d2b56 data/dictionary.xml --- a/data/dictionary.xml Mon Aug 19 18:48:58 2013 +0200 +++ b/data/dictionary.xml Mon Aug 19 19:27:38 2013 +0200 @@ -704,8 +704,12 @@ protocol - - + + + + an AAA protocol and the predecessor of the Diameter protocol; + + security protocol @@ -736,7 +740,18 @@ - + + + a number which represents the result of an operation in the Diameter protocol; + codes are divided into several groups: + 1xxx – Informational, + 2xxx – Success, + 3xxx – Protocol errors, + 4xxx – Transient failures, + 5xxx – Permanent failure; + for example 2001 means success, 2002 limited success, 3001 unsupported command or 5001 unsupported AVP + +