aboutsummaryrefslogtreecommitdiffstats
path: root/diameter
diff options
context:
space:
mode:
authorPascal Quantin <pascal@wireshark.org>2019-06-10 19:49:43 +0200
committerPascal Quantin <pascal@wireshark.org>2019-06-10 18:49:38 +0000
commit9d01faf0cbedf81018beb598cc6bee3eb193d91c (patch)
treedeae00a1913c64e02ef6c838701e1203cf5b09aa /diameter
parentbf854b8dcc5c974de1703f1e3dbdf5d03ec8b3a1 (diff)
Diameter 3GPP: add a few Rx related AVPs
Change-Id: I6ce7d2a8e624430a99371c0ff173e5e48609c6d1 Reviewed-on: https://code.wireshark.org/review/33549 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
Diffstat (limited to 'diameter')
-rw-r--r--diameter/TGPP.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/diameter/TGPP.xml b/diameter/TGPP.xml
index 876d71937f..162403439e 100644
--- a/diameter/TGPP.xml
+++ b/diameter/TGPP.xml
@@ -653,6 +653,15 @@
<avp name="MCVideo-Identifier" code="562" mandatory="mustnot" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
<type type-name="OctetString"/>
</avp>
+ <avp name="IMS-Content-Identifier" code="563" mandatory="mustnot" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
+ <type type-name="OctetString"/>
+ </avp>
+ <avp name="IMS-Content-Type" code="564" mandatory="mustnot" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
+ <type type-name="Enumerated"/>
+ <enum name="NO_CONTENT_DETAIL" code="0"/>
+ <enum name="CAT" code="1"/>
+ <enum name="CONFERENCE" code="2"/>
+ </avp>
</application> <!-- 3GPP Rx -->
<!-- The AVP codes from 600 to 699 are reserved for TS 29.229. -->