home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Aplikacje_64-bitowe / Wireshark / wireshark-win64-1.6.1.exe / diameter / TGPPRx.xml < prev    next >
Extensible Markup Language  |  2011-07-18  |  2KB  |  48 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- $Id: TGPPRx.xml 29461 2009-08-18 08:00:05Z etxrab $ -->
  3.  
  4.     <application id="16777236" name="3GPP Rx" uri="http://www.3gpp.org/ftp/Specs/html-info/29214.htm">
  5.         
  6.     <!-- ************************** Rx AVPS ********************* -->
  7.         <!-- 3GPP TS 29.214 V7.5.0 (2008-05)                          -->
  8.         <!--    AVP as defined in Section 5.3                         -->
  9. <!--
  10. From 3GPP TS 29.214 version 7.5.0 Release 7:
  11. Table 5.3.1 describes the Diameter AVPs defined for the Rx interface protocol, 
  12. their AVP Code values, types, possible flag values and whether or not the AVP 
  13. may be encrypted. The Vendor-Id header of all AVPs defined in the present document
  14. shall be set to 3GPP (10415).
  15. NOTE: Most of these AVPs have already been defined in 3GPP TS 29.209 [5] for Rel-6.
  16. Their definition is based on the one used for Rel-6 with some possible modifications
  17. to be applied to the Rel-7 protocols.
  18.  
  19. Wireshark:
  20. AVP 500 - 523
  21. Is defined in gqpolicy.xml
  22. -->
  23.  
  24.     <avp name="Codec-Data AVP" code="524" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="yes">
  25.        <type type-name="UTF8String" /> 
  26.     </avp>
  27.     
  28.     <avp name="Service-URN" code="525" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="yes">
  29.        <type type-name="OctetString" /> 
  30.     </avp>
  31.  
  32.     <avp name="Acceptable-Service-Info" code="526" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="yes">
  33.        <type type-name="Grouped" /> 
  34.           <gavp name="Media-Component-Description"/>
  35.           <gavp name="Max-Requested-Bandwidth-UL"/>
  36.           <gavp name="Max-Requested-Bandwidth-DL"/>
  37.     </avp>
  38.  
  39.     <avp name="Service-Info-Status" code="527" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="yes">
  40.        <type type-name="Enumerated" /> 
  41.           <enum name="FINAL_SERVICE_INFORMATION" code="0"/>
  42.           <enum name="PRELIMINARY_SERVICE_INFORMATION" code="1"/>
  43.     </avp>
  44.     
  45.     <!-- ************************ END Rx AVPS ******************* -->
  46.  
  47.     </application>
  48.