File: TGPPRx.xml

package info (click to toggle)
wireshark 1.12.1%2Bg01b65bf-4%2Bdeb8u14
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 234,068 kB
  • sloc: ansic: 1,912,971; xml: 84,598; cpp: 41,923; python: 30,175; perl: 25,286; lex: 6,416; sh: 6,406; pascal: 6,120; makefile: 3,968; yacc: 297; asm: 156; awk: 58; tcl: 35
file content (59 lines) | stat: -rw-r--r-- 2,617 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8"?>

    <application id="16777236" name="3GPP Rx" uri="http://www.3gpp.org/ftp/Specs/html-info/29214.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">
       <grouped> 
          <gavp name="Media-Component-Description"/>
          <gavp name="Max-Requested-Bandwidth-UL"/>
          <gavp name="Max-Requested-Bandwidth-DL"/>
       </grouped> 
    </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>
      <avp name="MPS-Identifier" code="528" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="yes">
        <type type-name="OctetString" />
      </avp>
      <!--
529 AF-Signalling-Protocol Enumerated
530 Sponsored-Connectivity-Data Grouped
-->
      <avp name="Sponsor-Identity" code="531" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="yes">
        <type type-name="OctetString" />
      </avp>
      <avp name="Application-Service-Provider-Identity" code="532" mandatory="must" vendor-bit="must" vendor-id="TGPP" may-encrypt="yes">
        <type type-name="OctetString" />
      </avp>
      <!-- ************************ END Rx AVPS ******************* -->

    </application>