aboutsummaryrefslogtreecommitdiffstats
path: root/diameter
diff options
context:
space:
mode:
authorJosip Medved <jmedved@jmedved.com>2019-04-23 22:46:29 -0700
committerAnders Broman <a.broman58@gmail.com>2019-04-24 08:14:08 +0000
commitd34b8a21c78abd39411198582ba14ad8e63ade58 (patch)
tree5293b70d69246e615c6b18d416b10cf6dab74b81 /diameter
parent28773689e09f2a3080900fb32efccc083bbb4bce (diff)
Added 3GPP TS 29.214 (Rx) AVPs
The following 3GPP AVPs have been added - Sponsoring-Action (542) - Max-Supported-Bandwidth-DL (543) - Max-Supported-Bandwidth-UL (544) - Min-Desired-Bandwidth-DL (545) - Min-Desired-Bandwidth-UL (546) - Service-Authorization-Info (548) - Priority-Sharing-Indicator (550) - AF-Requested-Data (551) - Pre-emption-Control-Info (553) Description of AVPs have been taken from 3GPP TS 29.214 version 14.3.0. Change-Id: I3df5c458f28e1076ddc74bd9d2e32e0c98e14834 Reviewed-on: https://code.wireshark.org/review/32962 Petri-Dish: Anders Broman <a.broman58@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'diameter')
-rw-r--r--diameter/TGPP.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/diameter/TGPP.xml b/diameter/TGPP.xml
index 9c5842c8d7..876d71937f 100644
--- a/diameter/TGPP.xml
+++ b/diameter/TGPP.xml
@@ -589,12 +589,43 @@
<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="Sponsoring-Action" code="542" mandatory="mustnot" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
+ <type type-name="Enumerated"/>
+ <enum name="DISABLE_SPONSORING" code="0"/>
+ <enum name="ENABLE_SPONSORING" code="1"/>
+ </avp>
+ <avp name="Max-Supported-Bandwidth-DL" code="543" mandatory="mustnot" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
+ <type type-name="Unsigned32"/>
+ </avp>
+ <avp name="Max-Supported-Bandwidth-UL" code="544" mandatory="mustnot" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
+ <type type-name="Unsigned32"/>
+ </avp>
+ <avp name="Min-Desired-Bandwidth-DL" code="545" mandatory="mustnot" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
+ <type type-name="Unsigned32"/>
+ </avp>
+ <avp name="Min-Desired-Bandwidth-UL" code="546" mandatory="mustnot" 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="Service-Authorization-Info" code="548" mandatory="mustnot" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
+ <type type-name="Unsigned32"/>
+ </avp>
+ <avp name="Priority-Sharing-Indicator" code="550" mandatory="mustnot" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
+ <type type-name="Enumerated"/>
+ <enum name="PRIORITY_SHARING_ENABLED" code="0"/>
+ <enum name="PRIORITY_SHARING_DISABLED" code="1"/>
+ </avp>
+ <avp name="AF-Requested-Data" code="551" mandatory="mustnot" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
+ <type type-name="Unsigned32"/>
+ </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>
+ <avp name="Pre-emption-Control-Info" code="553" mandatory="mustnot" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
+ <type type-name="Unsigned32"/>
+ </avp>
<avp name="Extended-Max-Requested-BW-DL" code="554" mandatory="mustnot" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
<type type-name="Unsigned32"/>
</avp>