aboutsummaryrefslogtreecommitdiffstats
path: root/diameter
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-02-04 10:27:12 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-02-04 10:27:12 +0000
commit6766a850468914d72559545a74c5ac4d35d64b92 (patch)
treed2a91cfcbef78e941301ae3f00d0ad1c949308f9 /diameter
parent1434f575d5e41345a2ed7d4105b1f7ce2664eb68 (diff)
Fix a faulty def and add some 3gpp AVP:s
svn path=/trunk/; revision=17147
Diffstat (limited to 'diameter')
-rw-r--r--diameter/dictionary.xml37
1 files changed, 36 insertions, 1 deletions
diff --git a/diameter/dictionary.xml b/diameter/dictionary.xml
index 4dbaf5d594..9dc16abb52 100644
--- a/diameter/dictionary.xml
+++ b/diameter/dictionary.xml
@@ -1056,7 +1056,7 @@
<enum name="DIAMETER_SESSION_TIMEOUT" code="8"/>
</avp>
<avp name="Origin-Realm" code="296" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
- <type type-name="UTF8String"/>
+ <type type-name="DiameterIdentity"/>
</avp>
<avp name="Experimental-Result" code="297" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
<grouped>
@@ -1248,6 +1248,41 @@
<enum name="AS" code="6"/>
<enum name="UE" code="7"/>
</avp>
+ <avp name="Service-Information" code="873" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
+ <grouped>
+ <gavp name="PS-Information"/>
+ <gavp name="WLAN-Information"/>
+ <gavp name="IMS-Information"/>
+ <gavp name="MMS-Information"/>
+ <gavp name="LCS-Information"/>
+ <gavp name="PoC-Information"/>
+ <gavp name="MBMS-Information"/>
+ </grouped>
+ </avp>
+ <avp name="IMS-Information" code="876" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
+ <grouped>
+ <gavp name="Event-Type"/>
+ <gavp name="Role-Of-Node"/>
+ <gavp name="Node-Functionality"/>
+ <gavp name="User-Session-ID"/>
+ <gavp name="Calling-Party-Address"/>
+ <gavp name="Called-Party-Address"/>
+ <gavp name="Time-Stamps"/>
+ <gavp name="Application-Server-Information"/>
+ <gavp name="Inter-Operator-Identifier"/>
+ <gavp name="IMS-Charging-Identifier"/>
+ <gavp name="SDP-Session-Description"/>
+ <gavp name="SDP-Media-Component"/>
+ <gavp name="GGSN-Address"/>
+ <gavp name="Served-Party-IP-Address"/>
+ <gavp name="Server-Capabilities"/>
+ <gavp name="Trunk-Group-ID"/>
+ <gavp name="Bearer-Service"/>
+ <gavp name="Service-Id"/>
+ <gavp name="Service-Specific-Data"/>
+ <gavp name="Message-Body"/>
+ <gavp name="Cause-Code"/>
+ </grouped>
</base>
<application id="0" name="Diameter Common Messages" uri="http://www.ietf.org/rfc/rfc3588.txt?number=3588">
</application>