summaryrefslogtreecommitdiff
path: root/diameter/mobileipv4.xml
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-11-13 16:40:55 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-11-13 16:40:55 +0000
commit131a1b32693ffe32d2287a58826dbb4d897b2f92 (patch)
tree67db57e0119efe9a0e9b9ff780ca005a3143dde0 /diameter/mobileipv4.xml
parent5244ca9cdd52a3c9cfb00de061758b92f1f50d30 (diff)
downloadwireshark-131a1b32693ffe32d2287a58826dbb4d897b2f92.tar.gz
Update some 3GPP AVP:s
svn path=/trunk/; revision=16498
Diffstat (limited to 'diameter/mobileipv4.xml')
-rw-r--r--diameter/mobileipv4.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/diameter/mobileipv4.xml b/diameter/mobileipv4.xml
index 37566a8c57..5fa8bc6d8e 100644
--- a/diameter/mobileipv4.xml
+++ b/diameter/mobileipv4.xml
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!-- $Id:$ -->
<application id="4" name="Mobile IPv4 Application" uri="ftp://ftp.ietf.org/internet-drafts/draft-ietf-aaa-diameter-mobileip-07.txt">
@@ -10,6 +11,10 @@
<avp name="MIP-Filter-Rule" code="347" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="IPFilterRule"/>
</avp>
+ <avp name="MIP-Algorithm-Type" code="345" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
+ <type type-name="Unsigned32"/>
+ <enum name="HMAC-SHA-1" code="2"/>
+ </avp>
<avp name="MIP-Auth-Input-Data-Length" code="338" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="Unsigned32"/>
</avp>
@@ -57,6 +62,12 @@
<avp name="MIP-Reg-Reply" code="321" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="OctetString"/>
</avp>
+ <avp name="MIP-Replay-Mode" code="346" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
+ <type type-name="Unsigned32"/>
+ <enum name="None" code="1"/>
+ <enum name="Timestamps" code="2"/>
+ <enum name="Nonces" code="3"/>
+ </avp>
<!-- ************************ END Mobile-IPv4 AVPS ******************* -->
</application>