Added 3GPP TS 29.214 (Rx) AVPs
authorJosip Medved <jmedved@jmedved.com>
Wed, 24 Apr 2019 05:46:29 +0000 (22:46 -0700)
committerAnders Broman <a.broman58@gmail.com>
Wed, 24 Apr 2019 08:14:08 +0000 (08:14 +0000)
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>
diameter/TGPP.xml

index 9c5842c8d7d2b932a366ac9d7d4674ae96c8dfc3..876d71937f9b449aca4b0bd4c4092f8389e7f964 100644 (file)
        <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>