summaryrefslogtreecommitdiff
path: root/diameter
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-04-15 16:29:23 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-04-15 16:29:23 +0000
commit0807f8f1e7983e5576817465a6109770cea23af3 (patch)
treefd4fbcfe69b368704a640fdfdccb9b6778e65944 /diameter
parentf4e31cadc327ed4e1ab5d0cd799f47a5f7d169d7 (diff)
downloadwireshark-0807f8f1e7983e5576817465a6109770cea23af3.tar.gz
Add Requested-Action AVP.
svn path=/trunk/; revision=48853
Diffstat (limited to 'diameter')
-rw-r--r--diameter/dictionary.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/diameter/dictionary.xml b/diameter/dictionary.xml
index 64f8b57127..52abab400d 100644
--- a/diameter/dictionary.xml
+++ b/diameter/dictionary.xml
@@ -2366,7 +2366,16 @@
433 Redirect-Address-Type [RFC4006]
434 Redirect-Server [RFC4006]
435 Redirect-Server-Address [RFC4006]
- 436 Requested-Action [RFC4006]
+ -->
+ <avp name="Requested-Action" code="436" mandatory="must" may-encrypt="yes" vendor-bit="mustnot">
+ <type type-name="Enumerated"/>
+ <enum name="DIRECT_DEBITING" code="0"/>
+ <enum name="REFUND_ACCOUNT" code="1"/>
+ <enum name="CHECK_BALANCE" code="2"/>
+ <enum name="PRICE_ENQUIRY" code="3"/>
+ </avp>
+
+ <!--
437 Requested-Service-Unit [RFC4006]
438 Restriction-Filter-Rule [RFC4006]
439 Service-Identifier [RFC4006]