aboutsummaryrefslogtreecommitdiffstats
path: root/diameter
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2007-01-26 10:40:34 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2007-01-26 10:40:34 +0000
commit10404864ac397bc9a1408e2c3ac3ce9fb3df2356 (patch)
treea9c0e4d17746e4b8e11c6848d7bfe2bd7d71e728 /diameter
parent7280702537491baecedd52ae6457e97d1c78d9cc (diff)
Fix bugs 1330 & 1333 (one wrong and one missing entry in XML description)
svn path=/trunk/; revision=20563
Diffstat (limited to 'diameter')
-rw-r--r--diameter/dictionary.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/diameter/dictionary.xml b/diameter/dictionary.xml
index 9e26b44c85..ec2d83642b 100644
--- a/diameter/dictionary.xml
+++ b/diameter/dictionary.xml
@@ -710,7 +710,7 @@
<enum name="Port Administratively Disabled" code="22"/>
</avp>
<avp name="Accounting-Multi-Session-Id" code="50" mandatory="must" protected="may" may-encrypt="yes" vendor-bit="mustnot">
- <type type-name="Unsigned32"/>
+ <type type-name="OctetString"/>
</avp>
<avp name="Acct-Link-Count" code="51" mandatory="may">
<type type-name="Integer32"/>
@@ -1055,7 +1055,10 @@
<enum name="AUTHORIZE_ONLY" code="0"/>
<enum name="AUTHORIZE_AUTHENTICATE" code="1"/>
</avp>
-<!-- 286-290 Unallocated http://www.iana.org/assignments/aaa-parameters (last updated 20 September 2005)?? -->
+ <avp name="Accounting-Sub-Session-Id" code="287" mandatory="must" protected="may" may-encrypt="yes" vendor-bit="mustnot">
+ <type type-name="Unsigned64"/>
+ </avp>
+<!-- 286 & 288-290 Unallocated http://www.iana.org/assignments/aaa-parameters (last updated 20 September 2005)?? -->
<avp name="Authorization-Lifetime" code="291" mandatory="must" may-encrypt="no" vendor-bit="mustnot">
<type type-name="Integer32"/>
</avp>