aboutsummaryrefslogtreecommitdiffstats
path: root/diameter/imscxdx.xml
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-07-03 21:18:36 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-07-03 21:18:36 +0000
commit2032e960d742f358b6aa38da07180bf3fd1af00e (patch)
tree5a74cb4875fcf66a59de0d3ca1cc14c9a5edf6d4 /diameter/imscxdx.xml
parent2a5e5f26a1b5443bf77c7f5913b85fbb43441d82 (diff)
From Martin Mathieson:
packet-diameter.c -------------------------- I completely reindented dissect_avps() before I made any changes, but when ignoring white space (in tkdiff, -w plus checking 'Ignore blanks when diffing'), its easy to see the small changes I've made: - when fail to find AVP info, show code in tree parent in decimal (as specs do) - add an expert info (undecoded, note) to indicate unknown AVP codes diameter/imscxdx.xml ------------------------------- - added 'Associated-Identities' svn path=/trunk/; revision=18641
Diffstat (limited to 'diameter/imscxdx.xml')
-rw-r--r--diameter/imscxdx.xml16
1 files changed, 11 insertions, 5 deletions
diff --git a/diameter/imscxdx.xml b/diameter/imscxdx.xml
index 28e67ee76b..535f7e56ff 100644
--- a/diameter/imscxdx.xml
+++ b/diameter/imscxdx.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id:$ -->
+<!-- $Id$ -->
<application id="16777215" name="IMS_Cx_Dx" uri="http://www.3GPP.org/ftp/Specs/html-info/29229.htm">
@@ -277,21 +277,21 @@
<enum name="Unregistered-Profile" code="2"/>
</avp>
<!-- GROUPED -->
- <avp name="Supported-Features" code="628" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="yes">
+ <avp name="Supported-Features" code="628" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="no">
<grouped>
<gavp name="Vendor-ID"/>
<gavp name="Feature-List-ID"/>
<gavp name="Feature-List"/>
</grouped>
</avp>
- <avp name="Feature-List-ID" code="629" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="yes">
+ <avp name="Feature-List-ID" code="629" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="no">
<type type-name="Unsigned32"/>
</avp>
- <avp name="Feature-List" code="630" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="yes">
+ <avp name="Feature-List" code="630" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="no">
<type type-name="Unsigned32"/>
</avp>
<!-- GROUPED -->
- <avp name="Supported-Applications" code="631" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="yes">
+ <avp name="Supported-Applications" code="631" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="no">
<grouped>
<gavp name="Auth-Application-Id"/>
<gavp name="Acct-Application-Id"/>
@@ -299,6 +299,12 @@
<gavp name="Secondary-Charging-Collection-Function-Name"/>
</grouped>
</avp>
+ <!-- GROUPED -->
+ <avp name="Associated-Identities" code="632" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="no">
+ <grouped>
+ <gavp name="User-Name"/>
+ </grouped>
+ </avp>
<!-- ************************ END IMS Cx Dx AVPS ******************* -->