WIP: FSCTL_PIPE_WAIT
[metze/wireshark/wip.git] / diameter / TGPPRx.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- $Id$ -->
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        <grouped> 
34           <gavp name="Media-Component-Description"/>
35           <gavp name="Max-Requested-Bandwidth-UL"/>
36           <gavp name="Max-Requested-Bandwidth-DL"/>
37        </grouped> 
38     </avp>
39
40     <avp name="Service-Info-Status" code="527" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="yes">
41        <type type-name="Enumerated" /> 
42           <enum name="FINAL_SERVICE_INFORMATION" code="0"/>
43           <enum name="PRELIMINARY_SERVICE_INFORMATION" code="1"/>
44     </avp>
45       <avp name="MPS-Identifier" code="528" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="yes">
46         <type type-name="OctetString" />
47       </avp>
48       <!--
49 529 AF-Signalling-Protocol Enumerated
50 530 Sponsored-Connectivity-Data Grouped
51 -->
52       <avp name="Sponsor-Identity" code="531" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="yes">
53         <type type-name="OctetString" />
54       </avp>
55       <avp name="Application-Service-Provider-Identity" code="532" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="yes">
56         <type type-name="OctetString" />
57       </avp>
58       <!-- ************************ END Rx AVPS ******************* -->
59
60     </application>