summaryrefslogtreecommitdiff
path: root/diameter
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-02-27 07:02:29 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-02-27 07:02:29 +0000
commit6df7878bd5e7bc411e2e49274e44648ada3207f0 (patch)
treeb82f23167f9643e34bc597b20ba5f706991b48e6 /diameter
parent7725763b35a8c49b1ff5bad4db59edc4bd44bebd (diff)
downloadwireshark-6df7878bd5e7bc411e2e49274e44648ada3207f0.tar.gz
Add some AVP:s
svn path=/trunk/; revision=20940
Diffstat (limited to 'diameter')
-rw-r--r--diameter/TGPPSh.xml10
-rw-r--r--diameter/imscxdx.xml11
2 files changed, 15 insertions, 6 deletions
diff --git a/diameter/TGPPSh.xml b/diameter/TGPPSh.xml
index d26bd038c4..349e732298 100644
--- a/diameter/TGPPSh.xml
+++ b/diameter/TGPPSh.xml
@@ -5,10 +5,10 @@
<!-- 3GPP TS 29.329 version 6.6.0 Release 6, ETSI TS 129 329 V6.6.0 (2005-09)-->
<!-- 3GPP Sh Application -->
- <command name="User-Data" code="306" vendor-id="TGPP"/>
- <command name="Profile-Update" code="307" vendor-id="TGPP"/>
- <command name="Subscribe-Notifications" code="308" vendor-id="TGPP"/>
- <command name="Push-Notification" code="309" vendor-id="TGPP"/>
+ <command name="User-Data" code="306" vendor-id="TGPP"/>
+ <command name="Profile-Update" code="307" vendor-id="TGPP"/>
+ <command name="Subscribe-Notifications" code="308" vendor-id="TGPP"/>
+ <command name="Push-Notification" code="309" vendor-id="TGPP"/>
<!-- ************************** 3GPP Sh AVPS ********************* -->
<avp name="User-Identity" code="700" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="no">
@@ -33,6 +33,8 @@
<enum name="LocationInformation" code="14"/>
<enum name="UserState" code="15"/>
<enum name="ChargingInformation" code="16"/>
+ <enum name="MSISDN" code="17"/>
+ <enum name="PSIActivation" code="18"/>
</avp>
<avp name="Service-Indication" code="704" mandatory="must" vendor-bit="mustnot" vendor-id="TGPP" may-encrypt="yes">
<type type-name="OctetString"/>
diff --git a/diameter/imscxdx.xml b/diameter/imscxdx.xml
index 8cc3d475a1..861b092792 100644
--- a/diameter/imscxdx.xml
+++ b/diameter/imscxdx.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id$ -->
- <application id="16777215" name="IMS_Cx_Dx" uri="http://www.3GPP.org/ftp/Specs/html-info/29229.htm">
+ <application id="16777216" name="3GPP Cx" uri="http://www.3GPP.org/ftp/Specs/html-info/29229.htm">
<!-- IMS Cx Dx Application -->
<command name="User-Authorization" code="300" vendor-id="TGPP"/>
@@ -144,7 +144,7 @@
<type type-name="OctetString"/>
</avp>
<!-- ************************ END IMS Cx Dx AVPS ******************* -->
- <!-- ************************** IMS Cx Dx AVPS 3GPP TS 29.229 version 6.3.0 Release 6, ETSI TS 129 229 V6.3.0 (2004-12)********************* -->
+ <!-- ************************** IMS Cx Dx AVPS 3GPP TS 29.329 version 6.7.0 Release 6 ********************* -->
<avp name="Visited-Network-Identifier" code="600" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="no">
<type type-name="OctetString"/>
</avp>
@@ -305,6 +305,13 @@
<gavp name="User-Name"/>
</grouped>
</avp>
+ <avp name="Originating-Request" code="633" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="no">
+ <type type-name="Enumerated"/>
+ <enum name="ORIGINATING" code="0"/>
+ </avp>
+ <avp name="Wildcarded-PSI" code="634" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="no">
+ <type type-name="UTF8String"/>
+ </avp>
<!-- ************************ END IMS Cx Dx AVPS ******************* -->