aboutsummaryrefslogtreecommitdiffstats
path: root/diameter
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-05-14 19:46:48 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-05-14 19:46:48 +0000
commitcd01af1357a5587b22c4af3e43d82c27771add13 (patch)
tree88f3cabe397b8b93482ffc49aa7ca0a1ac197037 /diameter
parenta53776288feaebc336e0164dbcc4c889d3f3af37 (diff)
Fix up a comment and some indentation.
svn path=/trunk/; revision=49297
Diffstat (limited to 'diameter')
-rw-r--r--diameter/imscxdx.xml37
1 files changed, 18 insertions, 19 deletions
diff --git a/diameter/imscxdx.xml b/diameter/imscxdx.xml
index 468765f07f..a107aa2398 100644
--- a/diameter/imscxdx.xml
+++ b/diameter/imscxdx.xml
@@ -1,20 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id$ -->
- <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"/>
+ <command name="Server-Assignment" code="301" vendor-id="TGPP"/>
+ <command name="Location-Info" code="302" vendor-id="TGPP"/>
+ <command name="Multimedia-Auth" code="303" vendor-id="TGPP"/>
+ <command name="Registration-Termination" code="304" vendor-id="TGPP"/>
+ <command name="Push-Profile" code="305" vendor-id="TGPP"/>
- <!-- IMS Cx Dx Application -->
- <command name="User-Authorization" code="300" vendor-id="TGPP"/>
- <command name="Server-Assignment" code="301" vendor-id="TGPP"/>
- <command name="Location-Info" code="302" vendor-id="TGPP"/>
- <command name="Multimedia-Auth" code="303" vendor-id="TGPP"/>
- <command name="Registration-Termination" code="304" vendor-id="TGPP"/>
- <command name="Push-Profile" code="305" vendor-id="TGPP"/>
-
- <!-- ************************** IMS Cx Dx AVPS ********************* -->
+ <!-- ************************** IMS Cx Dx AVPS ********************* -->
<!--
- These AVP:s collide(share AVP code number) with other 3GPP AVP:s (TGPPGmb.xml)
- uncomment 1 - 28 here and uncomment the ones in TGPPGmb.xml if you want to use these.
+ These AVPs collide(share AVP code number) with other 3GPP AVPs (TGPPGmb.xml)
+ uncomment 1 - 28 here and comment out the ones in TGPPGmb.xml if you want to use these.
<avp name="Visited-Network-Identifier(Obsolete CN#25)" code="1" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="no">
<type type-name="OctetString"/>
</avp>
@@ -143,10 +141,11 @@
<avp name="Integrity-Key(Obsolete CN#25)" code="28" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="yes">
<type type-name="OctetString"/>
</avp>
- -->
+-->
+
<!-- ************************ END IMS Cx Dx AVPS ******************* -->
- <!-- ************************** IMS Cx Dx AVPS 3GPP TS 29.229 version 6.7.0 Release 6 ********************* -->
- <!-- Note: The AVP codes from 633 to 699 are reserved for TS 29.229. -->
+ <!-- ************************** IMS Cx Dx AVPS 3GPP TS 29.229 version 6.7.0 Release 6 ********************* -->
+ <!-- Note: The AVP codes from 633 to 699 are reserved for TS 29.229. -->
<avp name="Visited-Network-Identifier" code="600" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="no">
<type type-name="OctetString"/>
</avp>
@@ -404,9 +403,9 @@
<gavp name="Restoration-Info"/>
</grouped>
</avp>
- <!--
-652 Priviledged-Sender-Indication Enumerated
--->
+ <!--
+ 652 Priviledged-Sender-Indication Enumerated
+ -->
<!-- ************************ END IMS Cx Dx AVPS ******************* -->
- </application>
+</application>