aboutsummaryrefslogtreecommitdiffstats
path: root/diameter
diff options
context:
space:
mode:
authorBranislav Makan <branislav.makan1994@gmail.com>2015-11-13 10:44:02 +0100
committerAnders Broman <a.broman58@gmail.com>2015-11-13 10:01:11 +0000
commitf10433351080f2dac4450b3a0137a4bdf1605afd (patch)
tree58bcd88bb53b3bdad7c11f26357d2e31fae4bf2c /diameter
parent661c9771f6ffeeda4b2ba278a9f15d1d14dbe525 (diff)
Diameter dictionary updated.
Added values for diameter AVP codes: 1085 Redirect-Information Grouped 1086 Redirect- Support Enumerated 1087 TDF-Information Grouped 1088 TDF-Application-Identifier OctetString 1089 TDF-Destination-Host DiameterIdentity 1090 TDF-Destination-Realm DiameterIdentity Change-Id: I8ba7a56a5a51b32a21a602751275e9ab254adbae Reviewed-on: https://code.wireshark.org/review/11801 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'diameter')
-rw-r--r--diameter/dictionary.xml39
1 files changed, 30 insertions, 9 deletions
diff --git a/diameter/dictionary.xml b/diameter/dictionary.xml
index e2174a14f4..f08161b4e6 100644
--- a/diameter/dictionary.xml
+++ b/diameter/dictionary.xml
@@ -3927,14 +3927,35 @@
<avp name="Credit-Management-Status" code="1082" mandatory="mustnot" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
<type type-name="Unsigned32"/>
</avp>
- <!--
- 1085 Redirect-Information Grouped
- 1086 Redirect- Support Enumerated
- 1087 TDF-Information Grouped
- 1088 TDF-Application-Identifier OctetString
- 1089 TDF-Destination-Host DiameterIdentity
- 1090 TDF-Destination-Realm DiameterIdentity
- -->
+ <!-- TS 29.212 V13.3.0 (2015-09) 86-->
+ <avp name="Redirect-Information" code="1085" mandatory="mustnot" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
+ <grouped>
+ <gavp name="Redirect-Support"/>
+ <gavp name="Redirect-Address-Type"/>
+ <gavp name="Redirect-Server-Address"/>
+ </grouped>
+ </avp>
+ <avp name="Redirect-Support" code="1086" mandatory="mustnot" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
+ <type type-name="Enumerated"/>
+ <enum name="REDIRECTION_DISABLED" code="0"/>
+ <enum name="REDIRECTION_ENABLED" code="1"/>
+ <avp/>
+ <avp name="TDF-Information" code="1087" mandatory="mustnot" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
+ <grouped>
+ <gavp name="TDF-Destination-Realm"/>
+ <gavp name="TDF-Destination-Host"/>
+ <gavp name="TDF-IP-Address"/>
+ </grouped>
+ </avp>
+ <avp name="TDF-Application-Identifier" code="1088" mandatory="mustnot" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
+ <type type-name="OctetString"/>
+ </avp>
+ <avp name="TDF-Destination-Host" code="1089" mandatory="mustnot" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
+ <type type-name="DiameterIdentity"/>
+ </avp>
+ <avp name="TDF-Destination-Realm" code="1090" mandatory="mustnot" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
+ <type type-name="DiameterIdentity"/>
+ </avp>
<avp name="TDF-IP-Address" code="1091" mandatory="mustnot" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
<type type-name="Adress"/>
</avp>
@@ -6382,7 +6403,7 @@
<enum name="Deletion" code="0"/>
<enum name="Modification" code="1"/>
</avp>
- <avp name="Mute-Notification" code="2809" vendor-bit="must" vendor-id="TGPP" may-encrypt="yes">
+ <avp name="Mute-Notification" code="2809" mandatory="mustnot" protected="may" vendor-bit="must" vendor-id="TGPP" may-encrypt="yes">
<type type-name="Enumerated"/>
<enum name="Mute Required" code="0"/>
</avp>