diff options
author | Anders Broman <anders.broman@ericsson.com> | 2008-08-25 20:34:48 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2008-08-25 20:34:48 +0000 |
commit | e76f754f8e3b019e48f937117cde4c51ef35cb9d (patch) | |
tree | 1f14bcd1c8742a939ce0c05d1aaf6182de25c6e1 /diameter/TGPPRx.xml | |
parent | 798fe6accae8ebe85adf346ffcb2d1059db21e09 (diff) | |
download | wireshark-e76f754f8e3b019e48f937117cde4c51ef35cb9d.tar.gz wireshark-e76f754f8e3b019e48f937117cde4c51ef35cb9d.tar.bz2 wireshark-e76f754f8e3b019e48f937117cde4c51ef35cb9d.zip |
From Dave B:
I had a need to perform 3GPP Rx Interface decoding so I created an XML file for
as specified in the 3GPP TS 29.214 V7.5.0 (2008-05) .
Modified by me as AVP:s 500 - 523 overlap with gqpolicy.xml
svn path=/trunk/; revision=26085
Diffstat (limited to 'diameter/TGPPRx.xml')
-rw-r--r-- | diameter/TGPPRx.xml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/diameter/TGPPRx.xml b/diameter/TGPPRx.xml new file mode 100644 index 0000000000..490607eb5e --- /dev/null +++ b/diameter/TGPPRx.xml @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- $Id$ --> + + <application id="16777236" name="3GPP Rx" uri="http://www.3gpp.org/ftp/Specs/html-info/29211.htm"> + + <!-- ************************** Rx AVPS ********************* --> + <!-- 3GPP TS 29.214 V7.5.0 (2008-05) ------------------------ --> + <!-- AVP as defined in Section 5.3 ----------------------- --> +<!-- +From 3GPP TS 29.214 version 7.5.0 Release 7: +Table 5.3.1 describes the Diameter AVPs defined for the Rx interface protocol, +their AVP Code values, types, possible flag values and whether or not the AVP +may be encrypted. The Vendor-Id header of all AVPs defined in the present document +shall be set to 3GPP (10415). +NOTE: Most of these AVPs have already been defined in 3GPP TS 29.209 [5] for Rel-6. +Their definition is based on the one used for Rel-6 with some possible modifications +to be applied to the Rel-7 protocols. + +Wireshark: +AVP 500 - 523 +Is defined in gqpolicy.xml +--> + + <avp name="Codec-Data AVP" code="524" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="yes"> + <type type-name="UTF8String" /> + </avp> + + <avp name="Service-URN" code="525" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="yes"> + <type type-name="OctetString" /> + </avp> + + <avp name="Acceptable-Service-Info" code="526" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="yes"> + <type type-name="Grouped" /> + <gavp name="Media-Component-Description"/> + <gavp name="Max-Requested-Bandwidth-UL"/> + <gavp name="Max-Requested-Bandwidth-DL"/> + </avp> + + <avp name="Service-Info-Status" code="527" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="yes"> + <type type-name="Enumerated" /> + <enum name="FINAL_SERVICE_INFORMATION" code="0"/> + <enum name="PRELIMINARY_SERVICE_INFORMATION" code="1"/> + </avp> + + <!-- ************************ END Rx AVPS ******************* --> + + </application> |