data: Diameter result code
authorFrantišek Kučera <franta-hg@frantovo.cz>
Mon, 19 Aug 2013 19:27:38 +0200
changeset 126b852db8d2b56
parent 125 5fc4fc64116c
child 127 23beb1c7d628
data: Diameter result code
data/dictionary.xml
     1.1 --- a/data/dictionary.xml	Mon Aug 19 18:48:58 2013 +0200
     1.2 +++ b/data/dictionary.xml	Mon Aug 19 19:27:38 2013 +0200
     1.3 @@ -704,8 +704,12 @@
     1.4  		<tag>protocol</tag>
     1.5  	</concept>
     1.6  	<concept>
     1.7 -		<term abbreviation="" completeForm="Radius" language="en"/>
     1.8 -		<explanation language="en"><text></text></explanation>
     1.9 +		<term abbreviation="RADIUS" completeForm="remote access dial in user service" language="en"/>
    1.10 +		<explanation language="en">
    1.11 +			<text>
    1.12 +				an AAA protocol and the predecessor of the Diameter protocol;
    1.13 +			</text>
    1.14 +		</explanation>
    1.15  		<tag>security</tag>
    1.16  		<tag>protocol</tag>
    1.17  	</concept>
    1.18 @@ -736,7 +740,18 @@
    1.19  	</concept>
    1.20  	<concept>
    1.21  		<term abbreviation="" completeForm="result code" language="en"/>
    1.22 -		<explanation language="en"><text></text></explanation>
    1.23 +		<explanation language="en">
    1.24 +			<text>
    1.25 +				a number which represents the result of an operation in the Diameter protocol;
    1.26 +				codes are divided into several groups:
    1.27 +					1xxx – Informational,
    1.28 +					2xxx – Success,
    1.29 +					3xxx – Protocol errors,
    1.30 +					4xxx – Transient failures,
    1.31 +					5xxx – Permanent failure;
    1.32 +				for example 2001 means success, 2002 limited success, 3001 unsupported command or 5001 unsupported AVP
    1.33 +			</text>
    1.34 +		</explanation>
    1.35  	</concept>
    1.36  	<concept>
    1.37  		<term abbreviation="CCR" completeForm="Credit-Control-Request" language="en"/>