aboutsummaryrefslogtreecommitdiffstats
path: root/diameter
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2018-12-05 11:39:23 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2018-12-05 11:09:49 +0000
commit59e71df81cac81552b8b51780e15d087c26692d7 (patch)
tree2269d058ac88d4da89a31c598a0fcdcdfd127e77 /diameter
parentb618ece9b78803ece7382b166936908eb342541b (diff)
Diameter: add 3GPP MCPTT-Identifier and MCVideo-Identifier AVPs
Change-Id: Iabc8d91a149b3dd20cd5ff1cebbeae505a3c55ca Reviewed-on: https://code.wireshark.org/review/30919 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'diameter')
-rw-r--r--diameter/TGPP.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/diameter/TGPP.xml b/diameter/TGPP.xml
index aa4ba3e872..9c5842c8d7 100644
--- a/diameter/TGPP.xml
+++ b/diameter/TGPP.xml
@@ -589,6 +589,9 @@
<avp name="Retry-Interval" code="541" mandatory="may" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
<type type-name="Unsigned32"/>
</avp>
+ <avp name="MCPTT-Identifier" code="547" mandatory="mustnot" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
+ <type type-name="OctetString"/>
+ </avp>
<avp name="Content-Version" code="552" mandatory="mustnot" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
<type type-name="Unsigned64"/>
</avp>
@@ -616,6 +619,9 @@
<avp name="Extended-Min-Requested-BW-UL" code="561" mandatory="mustnot" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
<type type-name="Unsigned32"/>
</avp>
+ <avp name="MCVideo-Identifier" code="562" mandatory="mustnot" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
+ <type type-name="OctetString"/>
+ </avp>
</application> <!-- 3GPP Rx -->
<!-- The AVP codes from 600 to 699 are reserved for TS 29.229. -->