aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-03-02 21:17:56 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-03-02 21:17:56 +0000
commit89a06f28c8b642b93ecbe744cf9550f7c2bd53a6 (patch)
treecf4d62674a5cd32d4d793473807f5dcaf8d21f2b
parent5600e98269356fb8c27ad22934575caa8e4f5533 (diff)
Correct some AVP types
svn path=/trunk/; revision=17448
-rw-r--r--diameter/dictionary.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/diameter/dictionary.xml b/diameter/dictionary.xml
index 6efd7be35d..dad6fe6680 100644
--- a/diameter/dictionary.xml
+++ b/diameter/dictionary.xml
@@ -1112,7 +1112,7 @@
<!-- AVP:s 411 - 461 Belongs to Carge Control and is defined in chargecontrol.xml -->
<!-- 466-479 Unallocated -->
<avp name="Accounting-Record-Type" code="480" mandatory="must" may-encrypt="yes" vendor-bit="mustnot">
- <type type-name="Unsigned32"/>
+ <type type-name="Enumerated"/>
<enum name="Event Record" code="1"/>
<enum name="Start Record" code="2"/>
<enum name="Interim Record" code="3"/>
@@ -1167,7 +1167,7 @@
<type type-name="UTF8String"/>
</avp>
<avp name="Role-Of-Node" code="829" mandatory="must" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
- <type type-name="Unsigned32"/>
+ <type type-name="Enumerated"/>
<enum name="ORIGINATING_ROLE" code="0"/>
<enum name="TERMINATING_ROLE" code="1"/>
</avp>