home *** CD-ROM | disk | FTP | other *** search
/ Mikrobitti Huvi & Hyöty 2007 / MBHH07.iso / Internet / Muut / Asenna / Wireshark.exe / diameter / dictionary.xml < prev    next >
Encoding:
Extensible Markup Language  |  2006-10-31  |  68.5 KB  |  1,570 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- $Id: dictionary.xml 19366 2006-09-29 21:26:27Z etxrab $ -->
  3. <!DOCTYPE dictionary SYSTEM "dictionary.dtd" [
  4.     <!ENTITY nasreq SYSTEM "nasreq.xml">
  5.     <!ENTITY mobileipv4 SYSTEM "mobileipv4.xml">
  6.     <!ENTITY chargecontrol SYSTEM "chargecontrol.xml">
  7.     <!ENTITY sunping SYSTEM "sunping.xml">
  8.     <!ENTITY imscxdx SYSTEM "imscxdx.xml">
  9.     <!ENTITY TGPPSh SYSTEM "TGPPSh.xml">
  10. ]>
  11. <dictionary>
  12.     <base uri="http://www.ietf.org/rfc/rfc3588.txt">
  13.         <!--
  14.   $Log: dictionary.xml,v $
  15.   Revision 1.1  2001/11/01 21:52:44  guy
  16.   From David Frascone: duUpdate to Diameter dissector to load the
  17.   dictionary as an XML file rather than building it in, and various
  18.   Diameter updates.
  19.  
  20.   Revision 1.7  2001/08/24 18:03:24  chaos
  21.   Mark's Changes
  22.  
  23.   Revision 1.6  2001/07/31 19:13:55  chaos
  24.   Missed a couple of MIP AVPs
  25.  
  26.   Revision 1.5  2001/07/31 19:09:22  chaos
  27.   Added Mobile-Ip and Sun Ping Extension
  28.  
  29.   Revision 1.4  2001/07/31 17:43:25  chaos
  30.   Oops, forgot to turn on validity checking.  Fixed some errors found with validity checking turned on
  31.  
  32.   Revision 1.3  2001/07/31 16:56:31  chaos
  33.   Added commands, and validated with xmllint
  34.  
  35.   Revision 1.2  2001/07/31 16:29:34  chaos
  36.   Checking in some changes to verify log and ident strings
  37.  
  38. -->
  39.         <!-- *********************** Commands ***************************** -->
  40.         <!-- Diameter Base Protocol Command Codes -->
  41.         <command name="Abort-Session" code="274" vendor-id="None">
  42.             <!-- Maybe some avp stuff here one day -->
  43.         </command>
  44.         <command name="Accounting" code="271" vendor-id="None"/>
  45.         <command name="Capabilities-Exchange" code="257" vendor-id="None"/>
  46.         <command name="Device-Watchdog" code="280" vendor-id="None"/>
  47.         <command name="Disconnect-Peer" code="282" vendor-id="None"/>
  48.         <command name="Re-Auth" code="258" vendor-id="None"/>
  49.         <command name="Session-Termination" code="275" vendor-id="None"/>
  50.         <!-- ********************** End Commands ************************** -->
  51.         <!-- ************************* Vendors **************************** -->
  52.         <vendor vendor-id="None" code="0" name="None"/>
  53.         <vendor vendor-id="HP"    code="11"    name="Hewlett Packard"/>
  54.         <vendor vendor-id="Merit" code="61" name="Merit Networks"/>
  55.         <vendor vendor-id="Sun" code="42" name="Sun Microsystems, Inc."/>
  56.         <vendor vendor-id="USR" code="429" name="US Robotics Corp."/>
  57.         <vendor vendor-id="TGPP"  code="10415" name="3GPP"/>
  58.         <vendor vendor-id="TGPPCX" code="16777216" name="3GPP CX/DX"/>
  59.         <vendor vendor-id="Ericsson"  code="193" name="Ericsson"/>
  60.         <!-- *********************** End Vendors ************************** -->
  61.         <!-- ************************ typedefn's ************************** -->
  62.         <typedefn type-name="OctetString"/>
  63.         <!--
  64.          The data contains arbitrary data of variable length. Unless
  65.          otherwise noted, the AVP Length field MUST be set to at least 9
  66.          (13 if the 'V' bit is enabled).  Data used to transmit (human
  67.          readable) character string data uses the UTF-8 [24] character
  68.          set and is NOT NULL-terminated. The minimum Length field MUST
  69.          be 9, but can be set to any value up to 65504 bytes. AVP Values
  70.          of this type that do not align on a 32-bit boundary MUST have
  71.          the necessary padding.
  72.      -->
  73.         <typedefn type-name="UTF8String" type-parent="OctetString"/>
  74.         <!--
  75.          The UTF8String format is derived from the OctetString AVP Base
  76.          Format. This is a human readable string represented using the
  77.          ISO/IEC IS 10646-1 character set, encoded as an OctetString
  78.          using the UTF-8 [29] transformation format described in RFC
  79.          2279.
  80.  
  81.          Since additional code points are added by amendments to the
  82.          10646 standard from time to time, implementations MUST be
  83.          prepared to encounter any code point from 0x00000001 to
  84.          0x7fffffff. Byte sequences that do not correspond to the valid
  85.          UTF-8 encoding of a code point or are outside this range are
  86.          prohibited. Note that since a code point of 0x00000000 is
  87.          prohibited, no octet will contain a value of 0x00.
  88.  
  89.          The use of control codes SHOULD be avoided. When it is
  90.          necessary to represent a newline, the control code sequence CR
  91.          LF SHOULD be used.
  92.  
  93.          The use of leading or trailing white space SHOULD be avoided.
  94.  
  95.          For code points not directly supported by user interface
  96.          hardware or software, an alternative means of entry and
  97.          display, such as hexadecimal, MAY be provided.
  98.  
  99.          For information encoded in 7-bit US-ASCII, the UTF-8 encoding
  100.          is identical to the US-ASCII encoding.
  101.  
  102.          UTF-8 may require multiple bytes to represent a single
  103.          character / code point; thus the length of a UTF8String in
  104.          octets may be different from the number of characters encoded.
  105.  
  106.          Note that the size of an UTF8String is measured in octets, not
  107.          characters.
  108.  
  109.          The UTF8String MUST not contain any octets with a value of
  110.          zero.
  111.         -->
  112.         <typedefn type-name="IPAddress" type-parent="OctetString"/>
  113.         <!--
  114.          The IPAddress format is derived from the OctetString AVP Base
  115.          Format. It represents 32 bit (IPv4) [17] or 128 bit (IPv6) [16]
  116.          address, most significant octet first. The format of the
  117.          address (IPv4 or IPv6) is determined by the length. If the
  118.          attribute value is an IPv4 address, the AVP Length field MUST
  119.          be 12 (16 if 'V' bit is enabled), otherwise the AVP Length
  120.          field MUST be set to 24 (28 if the 'V' bit is enabled) for IPv6
  121.          addresses.
  122.      -->
  123.         <typedefn type-name="DiameterIdentity" type-parent="OctetString"/>
  124.         <!--
  125.          The DiameterIdentity format is derived from the OctetString AVP
  126.          Base Format.  It uses the UTF-8 encoding and has the same
  127.          requirements as the UTF8String.  In addition, it must follow
  128.          the Uniform Resource Identifiers (URI) syntax [29] rules
  129.          specified below:
  130.  
  131.             Diameter-Identity  = fqdn [ port ] [ transport ]
  132.                                  [ protocol ]
  133.  
  134.             aaa-protocol       = ( "diameter" | "radius" | "tacacs+" )
  135.  
  136.             protocol           = ";protocol=" aaa-protocol
  137.                                  ; If absent, the default AAA protocol
  138.                                  ; is diameter.
  139.  
  140.             fqdn               = Fully Qualified Host Name
  141.  
  142.             port               = ":" 1*DIGIT
  143.                                  ; One of the ports used to listen for
  144.                                  ; incoming connections. ; If absent,
  145.                                  ; the default Diameter port (TBD) is
  146.                                  ; assumed.
  147.  
  148.             transport-protocol = ( "tcp" | "sctp" | "udp" )
  149.  
  150.             transport          = ";transport=" transport-protocol
  151.  
  152.                                  ; One of the transports used to listen
  153.                                  ; for incoming connections. If absent,
  154.                                  ; the default SCTP [26] protocol is
  155.                                  ; assumed. UDP MUST NOT be used when
  156.                                  ; the aaa-protocol field is set to
  157.                                  ; diameter.
  158.  
  159.             The following are examples of valid Diameter host
  160.             identities:
  161.  
  162.                host.abc.com;transport=tcp
  163.                host.abc.com:6666;transport=tcp
  164.                aaa://host.abc.com;protocol=diameter
  165.                aaa://host.abc.com:6666;protocol=diameter
  166.                aaa://host.abc.com:6666;transport=tcp;protocol=diameter
  167.                aaa://host.abc.com:1813;transport=udp;protocol=radius
  168.  
  169.          Since multiple Diameter processes on a single host cannot
  170.          listen for incoming connections on the same port on a given
  171.          protocol, the DiameterIdentity is guaranteed to be unique per
  172.          host.
  173.  
  174.          A Diameter node MAY advertise different identities on each
  175.          connection, via the CER and CEA's Origin-Host AVP, but the same
  176.          identity MUST be used throughout the duration of a connection.
  177.  
  178.          When comparing AVPs of this format, it is necessary to add any
  179.          absent fields with the default values prior to the comparison.
  180.          For example, diameter-host.abc.com would be expanded to
  181.          aaa://diameter/diameter-host.abc.com:TBD;protocol=sctp.
  182.         -->
  183.         <typedefn type-name="IPFilterRule" type-parent="OctetString"/>
  184.         <!--
  185.          The IPFilterRule format is derived from the OctetString AVP
  186.          Base Format.  It uses the UTF-8 encoding and has the same
  187.          requirements as the UTF8String. Packets may be filtered based
  188.          on the following information that is associated with it:
  189.  
  190.             Direction                          (in or out)
  191.             Source and destination IP address  (possibly masked)
  192.             Protocol
  193.             Source and destination port        (lists or ranges)
  194.             TCP flags
  195.             IP fragment flag
  196.             IP options
  197.             ICMP types
  198.  
  199.          Rules for the appropriate direction are evaluated in order,
  200.          with the first matched rule terminating the evaluation.  Each
  201.          packet is evaluated once. If no rule matches, the packet is
  202.          dropped if the last rule evaluated was a permit, and passed if
  203.          the last rule was a deny.
  204.  
  205.          IPFilterRule filters MUST follow the format:
  206.  
  207.             action dir proto from src to dst [options]
  208.  
  209.             action       permit - Allow packets that match the rule.
  210.                          deny   - Drop packets that match the rule.
  211.  
  212.             dir          "in" is from the terminal, "out" is to the
  213.                          terminal.
  214.  
  215.             proto        An IP protocol specified by number.  The "ip"
  216.                          keyword means any protocol will match.
  217.  
  218.             src and dst  <address/mask> [ports]
  219.  
  220.                          The <address/mask> may be specified as:
  221.                          ipno       An IPv4 or IPv6 number in dotted-
  222.                                     quad or canonical IPv6 form. Only
  223.                                     this exact IP number will match the
  224.                                     rule.
  225.                          ipno/bits  An IP number as above with a mask
  226.                                     width of the form 1.2.3.4/24.  In
  227.                                     this case all IP numbers from
  228.                                     1.2.3.0 to 1.2.3.255 will match.
  229.                                     The bit width MUST be valid for the
  230.                                     IP version and the IP number MUST
  231.                                     NOT have bits set beyond the mask.
  232.  
  233.                          The sense of the match can be inverted by
  234.                          preceding an address with the not modifier,
  235.                          causing all other addresses to be matched
  236.                          instead.  This does not affect the selection of
  237.                          port numbers.
  238.  
  239.                             The keyword "any" is 0.0.0.0/0 or the IPv6
  240.                             equivalent.  The keyword "assigned" is the
  241.                             address or set of addresses assigned to the
  242.                             terminal.  The first rule SHOULD be "deny in
  243.                             ip !assigned".
  244.  
  245.                          With the TCP, UDP and SCTP protocols, optional
  246.                          ports may be specified as:
  247.  
  248.                             {port|port-port}[,port[,...]]
  249.  
  250.                          The `-' notation specifies a range of ports
  251.                          (including boundaries).
  252.  
  253.                          Fragmented packets which have a non-zero offset
  254.                          (i.e. not the first fragment) will never match
  255.                          a rule which has one or more port
  256.                          specifications.  See the frag option for
  257.                          details on matching fragmented packets.
  258.  
  259.             options:
  260.                frag    Match if the packet is a fragment and this is not
  261.                        the first fragment of the datagram.  frag may not
  262.                        be used in conjunction with either tcpflags or
  263.                        TCP/UDP port specifications.
  264.  
  265.                ipoptions spec
  266.                        Match if the IP header contains the comma
  267.                        separated list of options specified in spec. The
  268.                        supported IP options are:
  269.  
  270.                        ssrr (strict source route), lsrr (loose source
  271.                        route), rr (record packet route) and ts
  272.                        (timestamp). The absence of a particular option
  273.                        may be denoted with a `!'.
  274.  
  275.                tcpoptions spec
  276.                        Match if the TCP header contains the comma
  277.                        separated list of options specified in spec. The
  278.                        supported TCP options are:
  279.  
  280.                        mss (maximum segment size), window (tcp window
  281.                        advertisement), sack (selective ack), ts (rfc1323
  282.                        timestamp) and cc (rfc1644 t/tcp connection
  283.                        count).  The absence of a particular option may
  284.                        be denoted with a `!'.
  285.  
  286.                established
  287.                        TCP packets only. Match packets that have the RST
  288.                        or ACK bits set.
  289.  
  290.                setup   TCP packets only. Match packets that have the SYN
  291.                        bit set but no ACK bit.
  292.  
  293.                tcpflags spec
  294.                        TCP packets only. Match if the TCP header
  295.                        contains the comma separated list of flags
  296.                        specified in spec. The supported TCP flags are:
  297.  
  298.                        fin, syn, rst, psh, ack and urg. The absence of a
  299.                        particular flag may be denoted with a `!'. A rule
  300.                        which contains a tcpflags specification can never
  301.                        match a fragmented packet which has a non-zero
  302.                        offset.  See the frag option for details on
  303.                        matching fragmented packets.
  304.  
  305.                icmptypes types
  306.                        ICMP packets only.  Match if the ICMP type is in
  307.                        the list types. The list may be specified as any
  308.                        combination of ranges or individual types
  309.                        separated by commas.  The supported ICMP types
  310.                        are:
  311.  
  312.                        echo reply (0), destination unreachable (3),
  313.                        source quench (4), redirect (5), echo request
  314.                        (8), router advertisement (9), router
  315.                        solicitation (10), time-to-live exceeded (11), IP
  316.                        header bad (12), timestamp request (13),
  317.                        timestamp reply (14), information request (15),
  318.                        information reply (16), address mask request (17)
  319.                        and address mask reply (18).
  320.  
  321.          There is one kind of packet that the access device MUST always
  322.          discard, that is an IP fragment with a fragment offset of one.
  323.          This is a valid packet, but it only has one use, to try to
  324.          circumvent firewalls.
  325.  
  326.             An access device that is unable to interpret or apply a deny
  327.             rule MUST terminate the session.  An access device that is
  328.             unable to interpret or apply a permit rule MAY apply a more
  329.             restrictive rule.  An access device MAY apply deny rules of
  330.             its own before the supplied rules, for example to protect
  331.             the access device owner's infrastructure.
  332.  
  333.          The rule syntax is a modified subset of ipfw(8) from FreeBSD,
  334.          and the ipfw.c code may provide a useful base for
  335.          implementations.
  336.         -->
  337.         <typedefn type-name="QOSFilterRule" type-parent="OctetString"/>
  338.         <!--
  339.          The QosFilterRule format is derived from the OctetString AVP
  340.          Base Format.  It uses the UTF-8 encoding and has the same
  341.          requirements as the UTF8String. Packets may be marked or
  342.          metered based on the following information that is associated
  343.          with it:
  344.  
  345.             Direction                          (in or out)
  346.             Source and destination IP address  (possibly masked)
  347.             Protocol
  348.             Source and destination port        (lists or ranges)
  349.             DSCP values                        (no mask or range)
  350.  
  351.          Rules for the appropriate direction are evaluated in order,
  352.          with the first matched rule terminating the evaluation.  Each
  353.          packet is evaluated once. If no rule matches, the packet is
  354.          treated as best effort.
  355.  
  356.          QoSFilterRule filters MUST follow the format:
  357.  
  358.             action dir proto from src to dst [options]
  359.  
  360.                          tag    - Mark packet with a specific DSCP [49].
  361.                                   The DSCP option MUST be included.
  362.  
  363.                          meter  - Meter traffic. The metering options
  364.                                   MUST be included.
  365.  
  366.             dir          "in" is from the terminal, "out" is to the
  367.                          terminal.
  368.  
  369.             proto        An IP protocol specified by number.  The "ip"
  370.                          keyword means any protocol will match.
  371.  
  372.             src and dst  <address/mask> [ports]
  373.  
  374.                          The <address/mask> may be specified as:
  375.                          ipno       An IPv4 or IPv6 number in dotted-
  376.                                     quad or canonical IPv6 form. Only
  377.                                     this exact IP number will match the
  378.                                     rule.
  379.                          ipno/bits  An IP number as above with a mask
  380.                                     width of the form 1.2.3.4/24.  In
  381.                                     this case all IP numbers from
  382.                                     1.2.3.0 to 1.2.3.255 will match.
  383.                                     The bit width MUST be valid for the
  384.                                     IP version and the IP number MUST
  385.                                     NOT have bits set beyond the mask.
  386.  
  387.                          The sense of the match can be inverted by
  388.                          preceding an address with the not modifier,
  389.                          causing all other addresses to be matched
  390.                          instead.  This does not affect the selection of
  391.                          port numbers.
  392.  
  393.                             The keyword "any" is 0.0.0.0/0 or the IPv6
  394.                             equivalent.  The keyword "assigned" is the
  395.                             address or set of addresses assigned to the
  396.                             terminal.  The first rule SHOULD be "deny in
  397.                             ip !assigned".
  398.  
  399.                          With the TCP, UDP and SCTP protocols, optional
  400.                          ports may be specified as:
  401.  
  402.                             {port|port-port}[,port[,...]]
  403.  
  404.                          The `-' notation specifies a range of ports
  405.                          (including boundaries).
  406.  
  407.             options:
  408.  
  409.                DSCP <color>
  410.                        color values as defined in [49]. Exact matching
  411.                        of DSCP values is required (no masks or ranges).
  412.                        the "deny" can replace the color_under or
  413.                        color_over values in the meter action for rate-
  414.                        dependent packet drop.
  415.  
  416.                metering <rate> <color_under> <color_over>
  417.                        The metering option provides Assured Forwarding,
  418.                        as defined in [50], and MUST be present if the
  419.                        action is set to meter. The rate option is the
  420.                        throughput, in bits per second, which is used by
  421.                        the access device to mark packets. Traffic above
  422.                        the rate is marked with the color_over codepoint,
  423.                        while traffic under the rate is marked with the
  424.                        color_under codepoint. The color_under and
  425.                        color_over options contain the drop preferences,
  426.                        and MUST conform to the recommended codepoint
  427.                        keywords described in [50] (e.g. AF13).
  428.  
  429.                        The metering option also supports the strict
  430.                        limit on traffic required by Expedited
  431.                        Forwarding, as defined in [51]. The color_over
  432.                        option may contain the keyword "drop" to prevent
  433.                        forwarding of traffic that exceeds the rate
  434.                        parameter.
  435.  
  436.          The rule syntax is a modified subset of ipfw(8) from FreeBSD,
  437.          and the ipfw.c code may provide a useful base for
  438.          implementations.
  439.  
  440.         -->
  441.         <typedefn type-name="MIPRegistrationRequest" type-parent="OctetString"/>
  442.         <typedefn type-name="Integer32"/>
  443.         <!--
  444.          32 bit signed value, in network byte order. The AVP Length
  445.          field MUST be set to 12 (16 if the 'V' bit is enabled).
  446.     -->
  447.         <typedefn type-name="VendorId" type-parent="Integer32"/>
  448.         <typedefn type-name="AppId" type-parent="Integer32"/>
  449.         <typedefn type-name="Integer64"/>
  450.         <!--
  451.          64 bit signed value, in network byte order. The AVP Length
  452.          field MUST be set to 16 (20 if the 'V' bit is enabled).
  453.         -->
  454.         <typedefn type-name="Unsigned32"/>
  455.         <!--
  456.          32 bit unsigned value, in network byte order. The AVP Length
  457.          field MUST be set to 12 (16 if the 'V' bit is enabled).
  458.          Unsigned32 values used to transmit time data contains the four
  459.          most significant octets returned from NTP [18], in network byte
  460.          order.
  461.     -->
  462.         <typedefn type-name="Time"/>
  463.         <!--
  464.          The Time format is derived from the Unsigned32 AVP Base Format.
  465.          This is 32 bit unsigned value containing the four most
  466.          significant octets returned from NTP [18], in network byte
  467.          order.
  468.  
  469.          This represent the number of seconds since 0h on 1 January 1900
  470.          with respect to the Coordinated Universal Time (UTC).
  471.  
  472.          On 6h 28m 16s UTC, 7 February 2036 the time value will
  473.          overflow.  NTP [18] describes a procedure to extend the time to
  474.          2104.
  475.         -->
  476.         <typedefn type-name="Unsigned64"/>
  477.         <!--
  478.          64 bit unsigned value, in network byte order. The AVP Length
  479.          field MUST be set to 16 (20 if the 'V' bit is enabled).
  480.     -->
  481.         <typedefn type-name="Enumerated" type-parent="Unsigned32"/>
  482.         <typedefn type-name="DiameterURI" type-parent="UTF8String"/>
  483.  
  484.         <!-- ************************* End Typedefns ************************ -->
  485.         <!-- ******************* RADIUS AVPS ************************ -->
  486.         <!-- http://www.iana.org/assignments/aaa-parameters -->
  487.         <!-- 1-255    Radius attributes                  [RAD-IANA] -->
  488.         <avp name="User-Name" code="1" mandatory="must">
  489.             <type type-name="UTF8String"/>
  490.         </avp>
  491.         <avp name="User-Password" code="2" mandatory="may">
  492.             <type type-name="OctetString"/>
  493.         </avp>
  494.         <avp name="CHAP-Password" code="3" mandatory="may">
  495.             <type type-name="OctetString"/>
  496.         </avp>
  497.         <avp name="NAS-IP-Address" code="4" mandatory="may">
  498.             <type type-name="IPAddress"/>
  499.         </avp>
  500.         <avp name="NAS-Port" code="5" mandatory="may">
  501.             <type type-name="Integer32"/>
  502.         </avp>
  503.         <avp name="Service-Type" code="6">
  504.             <type type-name="Unsigned32"/>
  505.             <enum name="Login" code="1"/>
  506.             <enum name="Framed" code="2"/>
  507.             <enum name="Callback-Login" code="3"/>
  508.             <enum name="Callback-Framed" code="4"/>
  509.             <enum name="Outbound" code="5"/>
  510.             <enum name="Administrative" code="6"/>
  511.             <enum name="NAS-Prompt" code="7"/>
  512.             <enum name="Authenticate-Only" code="8"/>
  513.             <enum name="Callback-NAS-Prompt" code="9"/>
  514.             <enum name="Call Check" code="10"/>
  515.             <enum name="Callback Administrative" code="11"/>
  516.             <enum name="Voice" code="12"/>
  517.             <enum name="Fax" code="13"/>
  518.             <enum name="Modem Relay" code="14"/>
  519.             <enum name="IAPP-Register" code="15"/>
  520.             <enum name="IAPP-AP-Check" code="16"/>
  521.             <enum name="Authorize Only" code="17"/>
  522.         </avp>
  523.         <avp name="Framed-Protocol" code="7">
  524.             <type type-name="Unsigned32"/>
  525.             <enum name="ARA" code="3"/>
  526.             <enum name="Ascend-ARA" code="255"/>
  527.             <enum name="COMB" code="260"/>
  528.             <enum name="EURAW" code="257"/>
  529.             <enum name="EUUI" code="258"/>
  530.             <enum name="FR" code="261"/>
  531.             <enum name="Gandalf" code="4"/>
  532.             <enum name="MPP" code="256"/>
  533.             <enum name="PPP" code="1"/>
  534.             <enum name="SLIP" code="2"/>
  535.             <enum name="X25" code="259"/>
  536.             <enum name="Xylogics" code="5"/>
  537.         </avp>
  538.         <avp name="Framed-IP-Address" code="8" mandatory="may">
  539.             <type type-name="IPAddress"/>
  540.         </avp>
  541.         <avp name="Framed-IP-Netmask" code="9" mandatory="may">
  542.             <type type-name="IPAddress"/>
  543.         </avp>
  544.         <avp name="Framed-Routing" code="10">
  545.             <type type-name="Unsigned32"/>
  546.             <enum name="Broadcast" code="1"/>
  547.             <enum name="Broadcast-Listen" code="3"/>
  548.             <enum name="Listen" code="2"/>
  549.             <enum name="None" code="0"/>
  550.         </avp>
  551.         <avp name="Filter-Id" code="11" mandatory="may">
  552.             <type type-name="OctetString"/>
  553.         </avp>
  554.         <avp name="Framed-MTU" code="12" mandatory="may">
  555.             <type type-name="Integer32"/>
  556.         </avp>
  557.         <avp name="Framed-Compression" code="13">
  558.             <type type-name="Unsigned32"/>
  559.             <enum name="IPX-Header-Compression" code="2"/>
  560.             <enum name="None" code="0"/>
  561.             <enum name="Van-Jacobson-TCP-IP" code="1"/>
  562.         </avp>
  563.          <avp name="Login-IP-Host" code="14" mandatory="may">
  564.              <type type-name="IPAddress"/>
  565.          </avp>
  566.         <avp name="Login-Service" code="15">
  567.             <type type-name="Unsigned32"/>
  568.             <enum name="Telnet" code="0"/>
  569.             <enum name="Rlogin" code="1"/>
  570.             <enum name="TCP-Clear" code="2"/>
  571.             <enum name="PortMaster" code="3"/>
  572.             <enum name="LAT" code="4"/>
  573.             <enum name="X25-PAD" code="5"/>
  574.             <enum name="X25-T3POS" code="6"/>
  575.             <enum name="TCP Clear Quiet (suppresses any NAS-generated connect string)" code="8"/>
  576.         </avp>
  577.          <avp name="Login-TCP-Port" code="16" mandatory="may">
  578.             <type type-name="Integer32"/>
  579.         </avp>
  580.         <avp name="Reply-Message" code="18" mandatory="may">
  581.             <type type-name="OctetString"/>
  582.         </avp>
  583.         <avp name="Callback-Number" code="19" mandatory="may">
  584.             <type type-name="OctetString"/>
  585.         </avp>
  586.         <avp name="Callback-Id" code="20" mandatory="may">
  587.             <type type-name="OctetString"/>
  588.         </avp>
  589.         <avp name="Framed-Route" code="22" mandatory="may">
  590.             <type type-name="OctetString"/>
  591.         </avp>
  592.         <avp name="Framed-IPX-Network" code="23" mandatory="may">
  593.             <type type-name="Integer32"/>
  594.         </avp>
  595.         <avp name="State" code="24" mandatory="may">
  596.             <type type-name="OctetString"/>
  597.         </avp>
  598.         <avp name="Class" code="25" mandatory="must">
  599.             <type type-name="OctetString"/>
  600.         </avp>
  601.         <avp name="Vendor-Specific" code="26">
  602.             <type type-name="Unsigned32"/>
  603.             <!-- Should vendors be enum'ed? -->
  604.         </avp>
  605.         <avp name="Session-Timeout" code="27" mandatory="must">
  606.             <type type-name="Unsigned32"/>
  607.         </avp>
  608.         <avp name="Idle-Timeout" code="28" mandatory="may">
  609.             <type type-name="Integer32"/>
  610.         </avp>
  611.         <avp name="Termination-Action" code="29">
  612.             <type type-name="Unsigned32"/>
  613.             <enum name="Default" code="0"/>
  614.             <enum name="RADIUS-Request" code="1"/>
  615.         </avp>
  616.         <avp name="Called-Station-Id" code="30" mandatory="may">
  617.             <type type-name="OctetString"/>
  618.         </avp>
  619.         <avp name="Calling-Station-Id" code="31" mandatory="may">
  620.             <type type-name="OctetString"/>
  621.         </avp>
  622.         <avp name="NAS-Identifier" code="32" mandatory="may">
  623.             <type type-name="OctetString"/>
  624.         </avp>
  625.         <avp name="Proxy-State" code="33" mandatory="must">
  626.             <type type-name="OctetString"/>
  627.         </avp>
  628.         <avp name="Login-LAT-Service" code="34" mandatory="may">
  629.             <type type-name="OctetString"/>
  630.         </avp>
  631.         <avp name="Login-LAT-Node" code="35" mandatory="may">
  632.             <type type-name="OctetString"/>
  633.         </avp>
  634.         <avp name="Login-LAT-Group" code="36" mandatory="may">
  635.             <type type-name="OctetString"/>
  636.         </avp>
  637.         <avp name="Framed-AppleTalk-Link" code="37" mandatory="may">
  638.             <type type-name="Integer32"/>
  639.         </avp>
  640.         <avp name="Framed-AppleTalk-Network" code="38" mandatory="may">
  641.             <type type-name="Integer32"/>
  642.         </avp>
  643.         <avp name="Framed-AppleTalk-Zone" code="39" mandatory="may">
  644.             <type type-name="OctetString"/>
  645.         </avp>
  646.         <avp name="Acct-Status-Type" code="40">
  647.             <type type-name="Unsigned32"/>
  648.             <enum name="Accounting-Off" code="8"/>
  649.             <enum name="Accounting-On" code="7"/>
  650.             <enum name="Alive" code="3"/>
  651.             <enum name="Cancel" code="6"/>
  652.             <enum name="Modem-Start" code="4"/>
  653.             <enum name="Modem-Stop" code="5"/>
  654.             <enum name="Start" code="1"/>
  655.             <enum name="Stop" code="2"/>
  656.         </avp>
  657.         <avp name="Acct-Delay-Time" code="41" mandatory="may">
  658.             <type type-name="Integer32"/>
  659.         </avp>
  660.         <avp name="Acct-Input-Octets" code="42" mandatory="may">
  661.             <type type-name="Integer32"/>
  662.         </avp>
  663.         <avp name="Acct-Output-Octets" code="43" mandatory="may">
  664.             <type type-name="Integer32"/>
  665.         </avp>
  666.         <avp name="Accounting-Session-Id" code="44" mandatory="must" protected="may" may-encrypt="yes" vendor-bit="mustnot">
  667.             <type type-name="Unsigned32"/>
  668.         </avp>
  669.         <avp name="Acct-Authentic" code="45">
  670.             <type type-name="Unsigned32"/>
  671.             <enum name="None" code="0"/>
  672.             <enum name="RADIUS" code="1"/>
  673.             <enum name="Local" code="2"/>
  674.             <enum name="Remote" code="3"/>
  675.             <enum name="Diameter" code="4"/>
  676.         </avp>
  677.         <avp name="Acct-Session-Time" code="46" mandatory="may">
  678.             <type type-name="Integer32"/>
  679.         </avp>
  680.         <avp name="Acct-Input-Packets" code="47" mandatory="may">
  681.             <type type-name="Integer32"/>
  682.         </avp>
  683.         <avp name="Acct-Output-Packets" code="48" mandatory="may">
  684.             <type type-name="Integer32"/>
  685.         </avp>
  686.         <avp name="Acct-Terminate-Cause" code="49">
  687.             <type type-name="Unsigned32"/>
  688.             <enum name="User-Request" code="1"/>
  689.             <enum name="Lost-Carrier" code="2"/>
  690.             <enum name="Lost-Service" code="3"/>
  691.             <enum name="Idle-Timeout" code="4"/>
  692.             <enum name="Session-Timeout" code="5"/>
  693.             <enum name="Admin-Reset" code="6"/>
  694.             <enum name="Admin-Reboot" code="7"/>
  695.             <enum name="Port-Error" code="8"/>
  696.             <enum name="NAS-Error" code="9"/>
  697.             <enum name="NAS-Request" code="10"/>
  698.             <enum name="NAS-Reboot" code="11"/>
  699.             <enum name="Port-Unneeded" code="12"/>
  700.             <enum name="Port-Preempted" code="13"/>
  701.             <enum name="Port-Suspended" code="14"/>
  702.             <enum name="Service-Unavailable" code="15"/>
  703.             <enum name="Callback" code="16"/>
  704.             <enum name="User-Error" code="17"/>
  705.             <enum name="Host-Request" code="18"/>
  706.             <enum name="Supplicant Restart" code="19"/>
  707.             <enum name="Reauthentication Failure" code="20"/>
  708.             <enum name="Port Reinitialized" code="21"/>
  709.             <enum name="Port Administratively Disabled" code="22"/>
  710.         </avp>
  711.         <avp name="Accounting-Multi-Session-Id" code="50" mandatory="must" protected="may" may-encrypt="yes" vendor-bit="mustnot">
  712.             <type type-name="Unsigned32"/>
  713.         </avp>
  714.         <avp name="Acct-Link-Count" code="51" mandatory="may">
  715.             <type type-name="Integer32"/>
  716.         </avp>
  717.         <avp name="Acct-Input-Gigawords" code="52" mandatory="may">
  718.             <type type-name="Integer32"/>
  719.         </avp>
  720.         <avp name="Acct-Output-Gigawords" code="53" mandatory="may">
  721.             <type type-name="Integer32"/>
  722.         </avp>
  723.         <avp name="Event-Timestamp" code="55" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  724.             <type type-name="Time"/>
  725.         </avp>
  726. <!--  56-59    (unassigned) -->
  727.         <avp name="CHAP-Challenge" code="60" mandatory="may">
  728.             <type type-name="OctetString"/>
  729.         </avp>
  730.         <avp name="NAS-Port-Type" code="61" mandatory="must" may-encrypt="yes">
  731.             <type type-name="Enumerated"/>
  732.             <enum name="Async" code="0"/>
  733.             <enum name="HDLC-Clear-Channel" code="7"/>
  734.             <enum name="ISDN-Async-v110" code="4"/>
  735.             <enum name="ISDN-Async-v120" code="3"/>
  736.             <enum name="ISDN-Sync" code="2"/>
  737.             <enum name="PIAFS" code="6"/>
  738.             <enum name="Sync" code="1"/>
  739.             <enum name="Virtual" code="5"/>
  740.             <enum name="X25" code="8"/>
  741.             <enum name="X75" code="9"/>
  742.             <enum name="G.3 Fax" code="10"/>
  743.             <enum name="SDSL - Symmetric DSL" code="11"/>
  744.             <enum name="ADSL-CAP - Asymmetric DSL, Carrierless Amplitude Phase Modulation" code="12"/>
  745.             <enum name="ADSL-DMT - Asymmetric DSL, Discrete Multi-Tone" code="13"/>
  746.             <enum name="IDSL - ISDN Digital Subscriber Line" code="14"/>
  747.             <enum name="Ethernet" code="15"/>
  748.             <enum name="xDSL - Digital Subscriber Line of unknown type" code="16"/>
  749.             <enum name="Cable" code="17"/>
  750.             <enum name="Wireless - Other" code="18"/>
  751.             <enum name="Wireless - IEEE 802.11  " code="19"/>
  752.             <enum name="Token-Ring" code="20"/>
  753.             <enum name="FDDI" code="21"/>
  754.             <enum name="Wireless - CDMA2000" code="22"/>
  755.             <enum name="Wireless - UMTS" code="23"/>
  756.             <enum name="Wireless - 1X-EV" code="24"/>
  757.             <enum name="IAPP" code="25"/>
  758.             <enum name="FTTP - Fiber to the Premises" code="26"/>
  759.         </avp>
  760.         <avp name="Port-Limit" code="62" mandatory="may">
  761.             <type type-name="Integer32"/>
  762.         </avp>
  763.         <avp name="Login-LAT-Port" code="63" mandatory="may">
  764.             <type type-name="OctetString"/>
  765.         </avp>
  766.         <avp name="Tunnel-Type" code="64">
  767.             <type type-name="Unsigned32"/>
  768.             <enum name="PPTP" code="1"/>
  769.             <enum name="L2F" code="2"/>
  770.             <enum name="L2TP" code="3"/>
  771.             <enum name="ATMP" code="4"/>
  772.             <enum name="VTP" code="5"/>
  773.             <enum name="AH" code="6"/>
  774.             <enum name="IP-IP-Encap" code="7"/>
  775.             <enum name="MIN-IP-IP" code="8"/>
  776.             <enum name="ESP" code="9"/>
  777.             <enum name="GRE" code="10"/>
  778.             <enum name="DVS" code="11"/>
  779.             <enum name="IP-IP" code="12"/>
  780.             <enum name="VLAN" code="13"/>
  781.         </avp>
  782.         <avp name="Tunnel-Medium-Type" code="65">
  783.             <type type-name="Unsigned32"/>
  784.             <enum name="IPv4" code="1"/>
  785.             <enum name="IPv6" code="2"/>
  786.             <enum name="NSAP" code="3"/>
  787.             <enum name="HDLC" code="4"/>
  788.             <enum name="BBN" code="5"/>
  789.             <enum name="IEEE-802" code="6"/>
  790.             <enum name="E-163" code="7"/>
  791.             <enum name="E-164" code="8"/>
  792.             <enum name="F-69" code="9"/>
  793.             <enum name="X-121" code="10"/>
  794.             <enum name="IPX" code="11"/>
  795.             <enum name="Appletalk-802" code="12"/>
  796.             <enum name="Decnet4" code="13"/>
  797.             <enum name="Vines" code="14"/>
  798.             <enum name="E-164-NSAP" code="15"/>
  799.         </avp>
  800.         <avp name="Acct-Tunnel-Client-Endpoint" code="66" mandatory="may">
  801.             <type type-name="OctetString"/>
  802.         </avp>
  803.         <avp name="Tunnel-Server-Endpoint" code="67" mandatory="may">
  804.             <type type-name="OctetString"/>
  805.         </avp>
  806.         <avp name="Acct-Tunnel-Connection-ID" code="68" mandatory="may">
  807.             <type type-name="OctetString"/>
  808.         </avp>
  809.         <avp name="Tunnel-Password" code="69" mandatory="may">
  810.             <type type-name="OctetString"/>
  811.         </avp>
  812.         <avp name="ARAP-Password" code="70" mandatory="may">
  813.             <type type-name="OctetString"/>
  814.         </avp>
  815.         <avp name="ARAP-Features" code="71" mandatory="may">
  816.             <type type-name="OctetString"/>
  817.         </avp>
  818.         <avp name="ARAP-Zone-Access" code="72" mandatory="may">
  819.             <type type-name="Integer32"/>
  820.         </avp>
  821.         <avp name="ARAP-Security" code="73" mandatory="may">
  822.             <type type-name="Integer32"/>
  823.         </avp>
  824.         <avp name="ARAP-Security-Data" code="74" mandatory="may">
  825.             <type type-name="OctetString"/>
  826.         </avp>
  827.         <avp name="Password-Retry" code="75" mandatory="may">
  828.             <type type-name="Integer32"/>
  829.         </avp>
  830.         <avp name="Prompt" code="76" mandatory="may">
  831.             <type type-name="Integer32"/>
  832.         </avp>
  833.         <avp name="Connect-Info" code="77" mandatory="may">
  834.             <type type-name="OctetString"/>
  835.         </avp>
  836.         <avp name="Configuration-Token" code="78" mandatory="may">
  837.             <type type-name="OctetString"/>
  838.         </avp>
  839.         <avp name="EAP-Message" code="79" mandatory="may">
  840.             <type type-name="OctetString"/>
  841.         </avp>
  842.         <avp name="Signature" code="80" mandatory="may">
  843.             <type type-name="OctetString"/>
  844.         </avp>
  845.         <avp name="ARAP-Challenge-Response" code="84" mandatory="may">
  846.             <type type-name="OctetString"/>
  847.         </avp>
  848.         <avp name="Acct-Interim-Interval" code="85" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  849.             <type type-name="Integer32"/>
  850.         </avp>
  851.         <avp name="Framed-Interface-Id" code="96" mandatory="may">
  852.             <type type-name="Unsigned64"/>
  853.         </avp>
  854.         <avp name="Framed-IPv6-Prefix" code="97" mandatory="may">
  855.             <type type-name="OctetString"/>
  856.         </avp>
  857.         <!-- ******************* DIAMETER BASE PROTOCOL AVPS ************************ -->
  858.         <avp name="Host-IP-Address" code="257" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="mustnot">
  859.             <type type-name="IPAddress"/>
  860.         </avp>
  861.         <avp name="Auth-Application-Id" code="258" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="mustnot">
  862.             <type type-name="AppId"/>
  863.         </avp>        
  864.         <avp name="Acct-Application-Id" code="259" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="mustnot">
  865.             <type type-name="AppId"/>
  866.             <enum name="Diameter Common Messages" code="0"/>
  867.             <enum name="Diameter NASREQ Application" code="1"/>
  868.             <enum name="Diameter Mobile IPv4 Application" code="2"/>
  869.             <enum name="Diameter Base Accounting" code="3"/>
  870.             <enum name="3GPP CX/DX" code="16777216"/>
  871.             <enum name="3GPP Sh" code="16777217"/>
  872.             <enum name="3GPP Re/Rf" code="16777218"/>
  873.             <enum name="3GPP Wx" code="16777219"/>
  874.             <enum name="GPP Zn" code="16777220"/>
  875.             <enum name="3GPP Zh" code="16777221"/>
  876.             <enum name="3GPP Gq" code="16777222"/>
  877.             <enum name="3GPP Gmb" code="16777223"/>
  878.             <enum name="3GPP Gx" code="16777224"/>
  879.             <enum name="3GPP Gx over Gy" code="16777225"/>
  880.             <enum name="3GPP MM10" code="16777226"/>
  881.             <enum name="Ericsson MSI" code="16777227"/>
  882.             <enum name="Ericsson Zx" code="16777228"/>
  883.             <enum name="3GPP Rx" code="16777229"/>
  884.         </avp>
  885.         <avp name="Vendor-Specific-Application-Id" code="260" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  886.             <grouped>
  887.                 <gavp name="Vendor-Id"/>
  888.                 <gavp name="Auth-Application-Id"/>
  889.                 <gavp name="Acct-Application-Id"/>
  890.             </grouped>
  891.         </avp>
  892.         <avp name="Redirect-Host-Usage" code="261" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  893.             <type type-name="Unsigned32"/>
  894.             <enum name="Don't Care" code="0"/>
  895.             <enum name="All Session" code="1"/>
  896.             <enum name="All Realm" code="2"/>
  897.             <enum name="Realm and Application" code="3"/>
  898.             <enum name="All Application" code="4"/>
  899.             <enum name="All Host" code="5"/>
  900.         </avp>
  901.         <avp name="Redirect-Max-Cache-Time" code="262" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  902.             <type type-name="Unsigned32"/>
  903.         </avp>
  904.         <avp name="Session-Id" code="263" mandatory="must" protected="mustnot" vendor-bit="mustnot">
  905.             <type type-name="UTF8String"/>
  906.         </avp>
  907.         <avp name="Origin-Host" code="264" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  908.             <type type-name="DiameterIdentity"/>
  909.         </avp>
  910.         <avp name="Supported-Vendor-Id" code="265" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  911.             <type type-name="VendorId"/>
  912.         </avp>
  913.         <avp name="Vendor-Id" code="266" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  914.             <type type-name="VendorId"/>
  915.         </avp>
  916.         <avp name="Firmware-Revision" code="267" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="mustnot">
  917.             <type type-name="Unsigned32"/>
  918.         </avp>
  919.         <avp name="Result-Code" code="268" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  920.             <type type-name="Unsigned32"/>
  921.             <enum name="DIAMETER_MULTI_ROUND_AUTH" code="1001"/>
  922.             <enum name="DIAMETER_SUCCESS" code="2001"/>
  923.             <enum name="DIAMETER_LIMITED_SUCCESS" code="2002"/>
  924.             <enum name="DIAMETER_COMMAND_UNSUPPORTED" code="3001"/>
  925.             <enum name="DIAMETER_UNABLE_TO_DELIVER" code="3002"/>
  926.             <enum name="DIAMETER_REALM_NOT_SERVED" code="3003"/>
  927.             <enum name="DIAMETER_TOO_BUSY" code="3004"/>
  928.             <enum name="DIAMETER_LOOP_DETECTED" code="3005"/>
  929.             <enum name="DIAMETER_REDIRECT_INDICATION" code="3006"/>
  930.             <enum name="DIAMETER_APPLICATION_UNSUPPORTED" code="3007"/>
  931.             <enum name="DIAMETER_INVALID_HDR_BITS" code="3008"/>
  932.             <enum name="DIAMETER_INVALID_AVP_BITS" code="3009"/>
  933.             <enum name="DIAMETER_UNKNOWN_PEER" code="3010"/>
  934.             <enum name="DIAMETER_AUTHENTICATION_REJECTED" code="4001"/>
  935.             <enum name="DIAMETER_OUT_OF_SPACE" code="4002"/>
  936.             <enum name="DIAMETER_ELECTION_LOST" code="4003"/>
  937.             <enum name="DIAMETER_ERROR_MIP_REPLY_FAILURE" code="4005"/>
  938.             <enum name="DIAMETER_ERROR_HA_NOT_AVAILABLE" code="4006"/>
  939.             <enum name="DIAMETER_ERROR_BAD_KEY" code="4007"/>
  940.             <enum name="DIAMETER_ERROR_MIP_FILTER_NOT_SUPPORTED" code="4008"/>
  941.             <enum name="DIAMETER_END_USER_SERVICE_DENIED" code="4010"/>
  942.             <enum name="DIAMETER_CREDIT_CONTROL_NOT_APPLICABLE" code="4011"/>
  943.             <enum name="DIAMETER_CREDIT_LIMIT_REACHED" code="4012"/>
  944.             <enum name="DIAMETER_AVP_UNSUPPORTED" code="5001"/>
  945.             <enum name="DIAMETER_UNKNOWN_SESSION_ID" code="5002"/>
  946.             <enum name="DIAMETER_AUTHORIZATION_REJECTED" code="5003"/>
  947.             <enum name="DIAMETER_INVALID_AVP_VALUE" code="5004"/>
  948.             <enum name="DIAMETER_MISSING_AVP" code="5005"/>
  949.             <enum name="DIAMETER_RESOURCES_EXCEEDED" code="5006"/>
  950.             <enum name="DIAMETER_CONTRADICTING_AVPS" code="5007"/>
  951.             <enum name="DIAMETER_AVP_NOT_ALLOWED" code="5008"/>
  952.             <enum name="DIAMETER_AVP_OCCURS_TOO_MANY_TIMES" code="5009"/>
  953.             <enum name="DIAMETER_NO_COMMON_APPLICATION " code="5010"/>
  954.             <enum name="DIAMETER_UNSUPPORTED_VERSION" code="5011"/>
  955.             <enum name="DIAMETER_UNABLE_TO_COMPLY" code="5012"/>
  956.             <enum name="DIAMETER_INVALID_BIT_IN_HEADER" code="5013"/>
  957.             <enum name="DIAMETER_INVALID_AVP_LENGTH" code="5014"/>
  958.             <enum name="DIAMETER_INVALID_MESSAGE_LENGTH" code="5015"/>
  959.             <enum name="DIAMETER_INVALID_AVP_BIT_COMBO" code="5016"/>
  960.             <enum name="DIAMETER_NO_COMMON_SECURITY" code="5017"/>
  961.             <enum name="DIAMETER_ERROR_NO_FOREIGN_HA_SERVICE" code="5024"/>
  962.             <enum name="DIAMETER_ERROR_END_TO_END_MIP_KEY_ENCRYPTION" code="5025"/>
  963.             <enum name="DIAMETER_USER_UNKNOWN" code="5030"/>
  964.             <enum name="DIAMETER_RATING_FAILED" code="5031"/>
  965.         </avp>
  966.         <avp name="Product-Name" code="269" mandatory="mustnot" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  967.             <type type-name="UTF8String"/>
  968.         </avp>
  969.         <avp name="Session-Binding" code="270" mandatory="must" protected="mustnot" vendor-bit="mustnot">
  970.             <type type-name="Unsigned32"/>
  971.             <enum name="RE_AUTH" code="1"/>
  972.             <enum name="STR" code="2"/>
  973.             <enum name="Unallocated" code="3"/>
  974.             <enum name="ACCOUNTING" code="4"/>
  975.         </avp>
  976.         <avp name="Session-Server-Failover" code="271" mandatory="must" protected="mustnot" vendor-bit="mustnot">
  977.             <type type-name="Unsigned32"/>
  978.             <enum name="REFUSE_SERVICE" code="0"/>
  979.             <enum name="TRY_AGAIN" code="1"/>
  980.             <enum name="ALLOW_SERVICE" code="2"/>
  981.             <enum name="TRY_AGAIN_ALLOW_SERVICE" code="3"/>
  982.         </avp>
  983.         <avp name="Multi-Round-Time-Out" code="272" mandatory="must" may-encrypt="yes" vendor-bit="mustnot">
  984.             <type type-name="Unsigned32"/>
  985.         </avp>
  986.         <avp name="Disconnect-Cause" code="273" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="mustnot">
  987.             <type type-name="Unsigned32"/>
  988.             <enum name="REBOOTING" code="0"/>
  989.             <enum name="BUSY" code="1"/>
  990.             <enum name="DO_NOT_WANT_TO_TALK_TO_YOU" code="2"/>
  991.         </avp>
  992.         <avp name="Auth-Request-Type" code="274" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="mustnot">
  993.             <type type-name="Unsigned32"/>
  994.             <enum name="Authenticate Only" code="1"/>
  995.             <enum name="Authorize Only" code="2"/>
  996.             <enum name="Authorize Authenticate" code="3"/>
  997.         </avp>
  998.         <avp name="Alternate-Peer" code="275" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="mustnot">
  999.             <type type-name="DiameterIdentity"/>
  1000.         </avp>
  1001.         <avp name="Auth-Grace-Period" code="276" mandatory="must" may-encrypt="no" vendor-bit="mustnot">
  1002.             <type type-name="Unsigned32"/>
  1003.         </avp>
  1004.         <avp name="Auth-Session-State" code="277" mandatory="must" may-encrypt="no" vendor-bit="mustnot">
  1005.             <type type-name="Unsigned32"/>
  1006.             <enum name="STATE_MAINTAINED" code="0"/>
  1007.             <enum name="NO_STATE_MAINTAINED" code="1"/>
  1008.         </avp>
  1009.         <avp name="Origin-State-Id" code="278" mandatory="must" protected="mustnot" vendor-bit="mustnot">
  1010.             <type type-name="Unsigned32"/>
  1011.         </avp>
  1012.         <avp name="Failed-AVP" code="279" mandatory="must" may-encrypt="no" vendor-bit="mustnot">
  1013.             <grouped>
  1014.             
  1015.             </grouped>
  1016.             
  1017.         </avp>
  1018.         <avp name="Proxy-Host" code="280" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  1019.             <type type-name="DiameterIdentity"/>
  1020.         </avp>
  1021.         <avp name="Error-Message" code="281" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="mustnot">
  1022.             <type type-name="UTF8String"/>
  1023.         </avp>
  1024.         <avp name="Route-Record" code="282" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  1025.             <type type-name="DiameterIdentity"/>
  1026.         </avp>
  1027.         <avp name="Destination-Realm" code="283" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="mustnot">
  1028.             <type type-name="UTF8String"/>
  1029.         </avp>
  1030.         <avp name="Proxy-Info" code="284" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  1031.             <type type-name="OctetString"/>
  1032.         </avp>
  1033.         <avp name="Re-Auth-Request-Type" code="285" mandatory="must" may-encrypt="no" vendor-bit="mustnot">
  1034.             <type type-name="Unsigned32"/>
  1035.             <enum name="AUTHORIZE_ONLY" code="0"/>
  1036.             <enum name="AUTHORIZE_AUTHENTICATE" code="1"/>
  1037.         </avp>
  1038. <!-- 286-290    Unallocated http://www.iana.org/assignments/aaa-parameters (last updated 20 September 2005)?? -->
  1039.         <avp name="Authorization-Lifetime" code="291" mandatory="must" may-encrypt="no" vendor-bit="mustnot">
  1040.             <type type-name="Integer32"/>
  1041.         </avp>
  1042.          <avp name="Redirect-Host" code="292" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  1043.             <type type-name="DiameterIdentity"/>
  1044.         </avp>
  1045.         <avp name="Destination-Host" code="293" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="mustnot">
  1046.             <type type-name="DiameterIdentity"/>
  1047.         </avp>
  1048.         <avp name="Error-Reporting-Host" code="294" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="mustnot">
  1049.             <type type-name="DiameterIdentity"/>
  1050.         </avp>
  1051.         <avp name="Termination-Cause" code="295" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  1052.             <type type-name="Unsigned32"/>
  1053.             <enum name="DIAMETER_LOGOUT" code="1"/>
  1054.             <enum name="DIAMETER_SERVICE_NOT_PROVIDED" code="2"/>
  1055.             <enum name="DIAMETER_BAD_ANSWER" code="3"/>
  1056.             <enum name="DIAMETER_ADMINISTRATIVE" code="4"/>
  1057.             <enum name="DIAMETER_LINK_BROKEN" code="5"/>
  1058.             <enum name="DIAMETER_AUTH_EXPIRED" code="6"/>
  1059.             <enum name="DIAMETER_USER_MOVED" code="7"/>
  1060.             <enum name="DIAMETER_SESSION_TIMEOUT" code="8"/>
  1061.         </avp>
  1062.         <avp name="Origin-Realm" code="296" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  1063.             <type type-name="DiameterIdentity"/>
  1064.         </avp>
  1065.         <avp name="Experimental-Result" code="297" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  1066.             <grouped>
  1067.                 <gavp name="Vendor-Id"/>
  1068.                 <gavp name="Experimental-Result-Code"/>
  1069.             </grouped>
  1070.         </avp>
  1071.         <!-- 3GPP TS 29.230 version 6.5.0 Release 6, ETSI TS 129 230 V6.5.0 (2005-09) -->
  1072.         <avp name="Experimental-Result-Code" code="298" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  1073.             <type type-name="Unsigned32"/>
  1074.             <enum name="DIAMETER_FIRST_REGISTRATION" code="2001"/>
  1075.             <enum name="DIAMETER_SUBSEQUENT_REGISTRATION" code="2002"/>
  1076.             <enum name="DIAMETER_UNREGISTERED_SERVICE" code="2003"/>
  1077.             <enum name="DIAMETER_SUCCESS_SERVER_NAME_NOT_STORED" code="2004"/>
  1078.             <enum name="SDIAMETER_SERVER_SELECTION" code="2005"/>
  1079.             <enum name="DIAMETER_USER_DATA_NOT_AVAILABLE" code="4100"/>
  1080.             <enum name="DIAMETER_PRIOR_UPDATE_IN_PROGRESS" code="4101"/>
  1081.             <enum name="DIAMETER_ERROR_USER_UNKNOWN" code="5001"/>
  1082.             <enum name="DIAMETER_ERROR_IDENTITIES_DONT_MATCH" code="5002"/>
  1083.             <enum name="DIAMETER_ERROR_IDENTITY_NOT_REGISTERED" code="5003"/>
  1084.             <enum name="DIAMETER_ERROR_ROAMING_NOT_ALLOWED" code="5004"/>
  1085.             <enum name="DIAMETER_ERROR_IDENTITY_ALREADY_REGISTERED" code="5005"/>
  1086.             <enum name="DIAMETER_ERROR_AUTH_SCHEME_NOT_SUPPORTED" code="5006"/>
  1087.             <enum name="DIAMETER_ERROR_IN_ASSIGNMENT_TYPE" code="5007"/>
  1088.             <enum name="DIAMETER_ERROR_TOO_MUCH_DATA" code="5008"/>
  1089.             <enum name="DIAMETER_ERROR_NOT_SUPPORTED_USER_DATA" code="5009"/>
  1090.             <enum name="DIAMETER_MISSING_USER_ID" code="5010"/>
  1091.             <enum name="DIAMETER_ERROR_FEATURE_UNSUPPORTED" code="5011"/>
  1092.             <enum name="DIAMETER_ERROR_USER_NO_WLAN_SUBSCRIPTION" code="5041"/>
  1093.             <enum name="DIAMETER_ERROR_W-APN_UNUSED_BY_USER" code="5042"/>
  1094.             <enum name="DIAMETER_ERROR_W-DIAMETER_ERROR_NO_ACCESS_INDEPENDENT_SUBSCRIPTION" code="5043"/>
  1095.             <enum name="DIAMETER_ERROR_USER_NO_W-APN_SUBSCRIPTION" code="5044"/>
  1096.             <enum name="DIAMETER_ERROR_USER_DATA_NOT_RECOGNIZED" code="5100"/>
  1097.             <enum name="DIAMETER_ERROR_OPERATION_NOT_ALLOWED" code="5101"/>
  1098.             <enum name="DIAMETER_ERROR_USER_DATA_CANNOT_BE_READ" code="5102"/>
  1099.             <enum name="DIAMETER_ERROR_USER_DATA_CANNOT_BE_MODIFIED" code="5103"/>
  1100.             <enum name="DIAMETER_ERROR_USER_DATA_CANNOT_BE_NOTIFIED" code="5104"/>
  1101.             <enum name="DIAMETER_ERROR_TRANSPARENT_DATA_OUT_OF_SYNC" code="5105"/>
  1102.             <enum name="DIAMETER_ERROR_START_INDICATION" code="5120"/>
  1103.             <enum name="DIAMETER_ERROR_STOP_INDICATION" code="5121"/>
  1104.             <enum name="DIAMETER_ERROR_UNKNOWN_MBMS_BEARER_SERVICE" code="5122"/>
  1105.             <enum name="DIAMETER_ERROR_SERVICE_AREA" code="5123"/>
  1106.             <enum name="DIAMETER_ERROR_INITIAL_PARAMETERS" code="5140"/>
  1107.             <enum name="DIAMETER_ERROR_TRIGGER_EVENT" code="5141"/>
  1108.         </avp>
  1109.         <avp name="E2E-Sequence" code="300" mandatory="must">
  1110.             <grouped>
  1111.                 <gavp name="foo"/>
  1112.             </grouped>
  1113.         </avp>
  1114.         <!-- 301-317    Unallocated -->
  1115. <!-- AVP:s 317 - 348 Belongs to Diameter Mobile IPv4 Application and is defined in mobileipv4.xml --> 
  1116. <!-- AVP:s 363 - 408 Belongs to Diameter Network Access Server Application and is defined in nasreq.xml -->
  1117. <!-- AVP:s 411 - 461 Belongs to Carge Control and is defined in chargecontrol.xml --> 
  1118. <!-- 466-479    Unallocated -->
  1119.         <avp name="Accounting-Record-Type" code="480" mandatory="must" may-encrypt="yes" vendor-bit="mustnot">
  1120.             <type type-name="Enumerated"/>
  1121.             <enum name="Event Record" code="1"/>
  1122.             <enum name="Start Record" code="2"/>
  1123.             <enum name="Interim Record" code="3"/>
  1124.             <enum name="Stop Record" code="4"/>
  1125.         </avp>
  1126. <!-- 481-482    Unallocated -->
  1127.         <avp name="Accounting-Realtime-Required" code="483" mandatory="must" may-encrypt="yes" vendor-bit="mustnot">
  1128.             <type type-name="Unsigned32"/>
  1129.             <enum name="Reserved" code="0"/>
  1130.             <enum name="DELIVER_AND_GRANT" code="1"/>
  1131.             <enum name="GRANT_AND_STORE" code="2"/>
  1132.             <enum name="GRANT_AND_LOSE" code="3"/>
  1133.         </avp>
  1134. <!-- 484    unallocated  -->
  1135.         <avp name="Accounting-Record-Number" code="485" mandatory="must" may-encrypt="yes" vendor-bit="mustnot">
  1136.             <type type-name="Unsigned32"/>
  1137.         </avp>
  1138. <!-- 486    unallocated  -->
  1139.         <avp name="Accounting-Sub-Session-Id" code="487" mandatory="must">
  1140.             <type type-name="Unsigned64"/>
  1141.         </avp>
  1142.         <avp name="Example-AVP" code="999999" mandatory="mustnot" vendor-bit="may">
  1143.             <grouped>
  1144.                 <gavp name="Origin-Host"/>
  1145.                 <gavp name="Host-IP-Address"/>
  1146.             </grouped>
  1147.         </avp>
  1148.         <!-- ************************ END DIAMETER BASE PROTOCOL AVPS ******************* -->
  1149.         <!-- 3GPP Diameter charging applications (3GPP TS 32.299 version 7.0.0 Release 7)-->
  1150.         <avp name="Event-Type" code="823" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1151.             <grouped>
  1152.                 <gavp name="SIP-Method"/>
  1153.                 <gavp name="Event"/>
  1154.                 <gavp name="Content-Type"/>
  1155.                 <gavp name="Content-Length"/>
  1156.                 <gavp name="Content-Disposition"/>
  1157.             </grouped>
  1158.         </avp>
  1159.         <avp name="SIP-Method" code="824" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1160.             <type type-name="UTF8String"/>
  1161.         </avp>
  1162.         <avp name="Event" code="825" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1163.             <type type-name="UTF8String"/>
  1164.         </avp>
  1165.         <avp name="Content-Type" code="826" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1166.             <type type-name="UTF8String"/>
  1167.         </avp>
  1168.         <avp name="Content-Length" code="827" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1169.             <type type-name="UTF8String"/>
  1170.         </avp>
  1171.         <avp name="Content-Disposition" code="828" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1172.             <type type-name="UTF8String"/>
  1173.         </avp>
  1174.         <avp name="Role-Of-Node" code="829" mandatory="must" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1175.             <type type-name="Enumerated"/>
  1176.             <enum name="ORIGINATING_ROLE" code="0"/>
  1177.             <enum name="TERMINATING_ROLE" code="1"/>
  1178.         </avp>
  1179.         <avp name="User-Session-Id" code="830" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1180.             <type type-name="UTF8String"/>
  1181.         </avp>
  1182.         <avp name="Calling-Party-Address" code="831" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1183.             <type type-name="UTF8String"/>
  1184.         </avp>
  1185.         <avp name="Called-Party-Address" code="832" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1186.             <type type-name="UTF8String"/>
  1187.         </avp>
  1188.         <avp name="Time-Stamps" code="833" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1189.             <grouped>
  1190.                 <gavp name="SIP-Request-Timestamp"/>
  1191.                 <gavp name="SIP-Response-Timestamp"/>
  1192.             </grouped>
  1193.         </avp>
  1194.         <avp name="SIP-Request-Timestamp" code="834" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1195.             <type type-name="UTF8String"/>
  1196.         </avp>
  1197.         <avp name="SIP-Response-Timestamp" code="835" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1198.             <type type-name="UTF8String"/>
  1199.         </avp>
  1200.         <avp name="Application-Server" code="836" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1201.             <type type-name="UTF8String"/>
  1202.         </avp>
  1203.         <avp name="Application-provided-Called-Party-Address" code="837" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1204.             <type type-name="UTF8String"/>
  1205.         </avp>
  1206.         <avp name="Inter-Operator-Identifier" code="838" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1207.             <grouped>
  1208.                 <gavp name="Originating-IOI"/>
  1209.                 <gavp name="Terminating-IOI"/>
  1210.             </grouped>
  1211.         </avp>
  1212.         <avp name="Originating-IOI" code="839" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1213.             <type type-name="UTF8String"/>
  1214.         </avp>
  1215.         <avp name="Terminating-IOI" code="840" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1216.             <type type-name="UTF8String"/>
  1217.         </avp>
  1218.         <avp name="IMS-Charging-Identifier " code="841" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1219.             <type type-name="UTF8String"/>
  1220.         </avp>
  1221.         <avp name="SDP-Session-Description" code="842" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1222.             <type type-name="UTF8String"/>
  1223.         </avp>
  1224.         <avp name="SDP-Media-components" code="843" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1225.             <grouped>
  1226.                 <gavp name="SDP-Media-Name"/>
  1227.                 <gavp name="SDP-Media-Description"/>
  1228.             </grouped>
  1229.         </avp>
  1230.         <avp name="SDP-Media-Name" code="844" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1231.             <type type-name="UTF8String"/>
  1232.         </avp>
  1233.         <avp name="SDP-Media-Description" code="845" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1234.             <type type-name="UTF8String"/>
  1235.         </avp>
  1236.         <avp name="GPRS-Charging-ID" code="846" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1237.             <type type-name="UTF8String"/>
  1238.         </avp>
  1239.         <avp name="GGSN-Address" code="847" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1240.             <type type-name="UTF8String"/>
  1241.         </avp>
  1242.         <avp name="Served-Party-IP-Address" code="848" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1243.             <type type-name="IPAddress"/>
  1244.         </avp>
  1245.         <avp name="Authorised-QoS" code="849" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1246.             <type type-name="UTF8String"/>
  1247.         </avp>
  1248.         <avp name="Application-Server-Information" code="850" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1249.             <grouped>
  1250.                 <gavp name="Application-Server"/>
  1251.                 <gavp name="Application-Provided-Called-Party-Address"/>
  1252.             </grouped>
  1253.         </avp>
  1254.         <avp name="Trunk-Group-ID" code="851" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1255.             <grouped>
  1256.                 <gavp name="Incoming-Trunk-Group-ID"/>
  1257.                 <gavp name="Outgoing-Trunk-Group-ID"/>
  1258.             </grouped>
  1259.         </avp>
  1260.         <avp name="Incoming-Trunk-Group-ID" code="852" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1261.             <type type-name="UTF8String"/>
  1262.         </avp>
  1263.         <avp name="Outgoing-Trunk-Group-ID" code="853" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1264.             <type type-name="UTF8String"/>
  1265.         </avp>
  1266.         <avp name="Bearer-Service" code="854" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1267.             <type type-name="OctetString"/>
  1268.         </avp>
  1269.         <avp name="Service-ID" code="855" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1270.             <type type-name="UTF8String"/>
  1271.         </avp>
  1272.         <avp name="Cause" code="860" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1273.             <grouped>
  1274.                 <gavp name="Cause-Code"/>
  1275.                 <gavp name="Node-Functionality"/>
  1276.             </grouped>
  1277.         </avp>
  1278.         <avp name="Cause-Code" code="861" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1279.             <type type-name="Enumerated"/>
  1280.             <enum name="End of SUBSCRIBE dialog" code="-2"/>
  1281.             <enum name="Successful transaction" code="-1"/>
  1282.             <enum name="Normal end of session" code="0"/>
  1283.             <enum name="Unspecified error" code="1"/>
  1284.             <enum name="Unsuccessful session setup" code="2"/>
  1285.             <enum name="Internal error" code="3"/>
  1286.             <enum name="Multiple Choices" code="300"/>
  1287.             <enum name="Moved Permanently" code="301"/>
  1288.              <enum name="Moved Temporarily" code="302"/>
  1289.             <enum name="Use Proxy" code="305"/>
  1290.             <enum name="Alternative Service" code="380"/>
  1291.             <enum name="Bad Request" code="400"/>
  1292.             <enum name="Unauthorized" code="401"/>
  1293.             <enum name="Payment Required" code="402"/>
  1294.             <enum name="Forbidden" code="403"/>
  1295.             <enum name="Not Found" code="404"/>
  1296.             <enum name="Method Not Allowed" code="405"/>
  1297.              <enum name="Not Acceptable" code="406"/>
  1298.             <enum name="Proxy Authentication Required" code="407"/>
  1299.             <enum name="Request Timeout" code="408"/>
  1300.             <enum name="Gone" code="410"/>
  1301.             <enum name="Conditional Request Failed" code="412"/>
  1302.             <enum name="Request Entity Too Large" code="413"/>
  1303.             <enum name="Request-URI Too Long" code="414"/>
  1304.             <enum name="Unsupported Media Type" code="415"/>
  1305.              <enum name="Unsupported URI Scheme" code="416"/>
  1306.             <enum name="Unknown Resource-Priority" code="417"/>
  1307.              <enum name="Bad Extension" code="420"/>
  1308.              <enum name="Extension Required" code="421"/>
  1309.             <enum name="Session Interval Too Small" code="422"/>
  1310.             <enum name="Interval Too Brief" code="423"/>
  1311.              <enum name="Use Identity Header" code="428"/>
  1312.             <enum name="Provide Referrer Identity" code="429"/>
  1313.             <enum name="Bad Identity-Info" code="436"/>
  1314.              <enum name="Unsupported Certificate" code="437"/>
  1315.             <enum name="Invalid Identity Header" code="438"/>
  1316.              <enum name="Temporarily Unavailable" code="480"/>
  1317.              <enum name="Call/Transaction Does Not Exist" code="481"/>
  1318.             <enum name="Loop Detected" code="482"/>
  1319.             <enum name="Too Many Hops" code="483"/>
  1320.             <enum name="Address Incomplete" code="484"/>
  1321.             <enum name="Ambiguous" code="485"/>
  1322.             <enum name="Busy Here" code="486"/>
  1323.             <enum name="Request Terminated" code="487"/>
  1324.              <enum name="Not Acceptable Here" code="488"/>
  1325.              <enum name="Bad Event" code="489"/>
  1326.             <enum name="Request Pending" code="491"/>
  1327.             <enum name="Undecipherable" code="493"/>
  1328.             <enum name="Security Agreement Required" code="494"/>
  1329.             <enum name="Server Internal Error" code="500"/>
  1330.             <enum name="Not Implemented" code="501"/>
  1331.             <enum name="Bad Gateway" code="502"/>
  1332.             <enum name="Service Unavailable" code="503"/>
  1333.             <enum name="Server Time-out" code="504"/>
  1334.             <enum name="Version Not Supported" code="505"/>
  1335.             <enum name="Message Too Large" code="513"/>
  1336.             <enum name="Precondition Failure" code="580"/> 
  1337.               <enum name="Busy Everywhere" code="600"/>
  1338.             <enum name="Decline" code="603"/>
  1339.             <enum name="Does Not Exist Anywhere" code="604"/>
  1340.             <enum name="Not Acceptable" code="606"/>
  1341.         </avp>
  1342.         <avp name="Node-Functionality" code="862" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1343.             <type type-name="Unsigned32"/>
  1344.             <enum name="S-CSCF" code="0"/>
  1345.             <enum name="P-CSCF" code="1"/>
  1346.             <enum name="I-CSCF" code="2"/>
  1347.             <enum name="MRFC" code="3"/>
  1348.             <enum name="MGCF" code="4"/>
  1349.             <enum name="BGCF" code="5"/>
  1350.             <enum name="AS" code="6"/>
  1351.             <enum name="UE" code="7"/>
  1352.         </avp>
  1353.         <avp name="Service-Specific-Data" code="863" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1354.             <type type-name="UTF8String"/>
  1355.         </avp>
  1356.         <avp name="Originator" code="864" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1357.             <type type-name="Enumerated"/>
  1358.             <enum name="Calling Party" code="0"/>
  1359.             <enum name="Called Party" code="1"/>
  1360.         </avp>
  1361.         <avp name="PS-Furnish-Charging-Information" code="865" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1362.             <grouped>
  1363.                 <gavp name="GPRS-Charging-Id"/>
  1364.                 <gavp name="PS-Free-Format-Data"/>
  1365.                 <gavp name="PS-Append-Free-Format-Data"/>
  1366.             </grouped>
  1367.         </avp>
  1368.         <avp name="PS-Free-Format-Data" code="866" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1369.             <type type-name="OctetString"/>
  1370.         </avp>
  1371.         <avp name="PS-Append-Free-Format-Data" code="867" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1372.             <type type-name="Enumerated"/>
  1373.             <enum name="Append" code="0"/>
  1374.             <enum name="Overwrite" code="1"/>
  1375.         </avp>
  1376.         <avp name="Trigger-Type" code="870" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1377.             <type type-name="Enumerated"/>
  1378.             <enum name="CHANGE_IN_SGSN_IP_ADDRESS" code="1"/>
  1379.             <enum name="CHANGE_IN_QOS" code="2"/>
  1380.             <enum name="CHANGE_IN_LOCATION" code="3"/>
  1381.             <enum name="CHANGE_IN_RAT" code="4"/>
  1382.             <enum name="CHANGEINQOS_TRAFFIC_CLASS" code="10"/>
  1383.             <enum name="CHANGEINQOS_RELIABILITY_CLASS" code="11"/>
  1384.             <enum name="CHANGEINQOS_DELAY_CLASS" code="12"/>
  1385.             <enum name="CHANGEINQOS_PEAK_THROUGHPUT" code="13"/>
  1386.             <enum name="CHANGEINQOS_PRECEDENCE_CLASS" code="14"/>
  1387.             <enum name="CHANGEINQOS_MEAN_THROUGHPUT" code="15"/>
  1388.             <enum name="CHANGEINQOS_MAXIMUM_BIT_RATE_FOR_UPLINK" code="16"/>
  1389.             <enum name="CHANGEINQOS_MAXIMUM_BIT_RATE_FOR_DOWNLINK" code="17"/>
  1390.             <enum name="CHANGEINQOS_RESIDUAL_BER" code="18"/>
  1391.             <enum name="CHANGEINQOS_SDU_ERROR_RATIO" code="19"/>
  1392.             <enum name="CHANGEINQOS_TRANSFER_DELAY" code="20"/>
  1393.             <enum name="CHANGEINQOS_TRAFFIC_HANDLING_PRIORITY" code="21"/>
  1394.             <enum name="CHANGEINQOS_GUARANTEED_BIT_RATE_FOR_UPLINK" code="22"/>
  1395.             <enum name="CHANGEINQOS_GUARANTEED_BIT_RATE_FOR_DOWNLINK" code="23"/>
  1396.             <enum name="CHANGEINLOCATION_MCC" code="30"/>
  1397.             <enum name="CHANGEINLOCATION_MNC" code="31"/>
  1398.             <enum name="CHANGEINLOCATION_RAC" code="32"/>
  1399.             <enum name="CHANGEINLOCATION_LAC" code="33"/>
  1400.             <enum name="CHANGEINLOCATION_CellId" code="34"/>
  1401.         </avp>
  1402.         <avp name="Quota-Holding-Time" code="871" mandatory="must">
  1403.             <type type-name="Unsigned32"/>
  1404.         </avp>
  1405.         <avp name="PS-Append-Free-Format-Data" code="872" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1406.             <type type-name="Enumerated"/>
  1407.             <enum name="THRESHOLD" code="0"/>
  1408.             <enum name="QHT" code="1"/>
  1409.             <enum name="FINAL" code="2"/>
  1410.             <enum name="QUOTA_EXHAUSTED" code="3"/>
  1411.             <enum name="VALIDITY_TIME" code="4"/>
  1412.             <enum name="OTHER_QUOTA_TYPE" code="5"/>
  1413.             <enum name="RATING_CONDITION_CHANGE" code="6"/>
  1414.             <enum name="FORCED_REAUTHORISATION" code="7"/>
  1415.             <enum name="POOL_EXHAUSTED" code="8"/>
  1416.         </avp>
  1417.         <avp name="Service-Information" code="873" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1418.             <grouped>
  1419.                 <gavp name="PS-Information"/>
  1420.                 <gavp name="WLAN-Information"/>
  1421.                 <gavp name="IMS-Information"/>
  1422.                 <gavp name="MMS-Information"/>
  1423.                 <gavp name="LCS-Information"/>
  1424.                 <gavp name="PoC-Information"/>
  1425.                 <gavp name="MBMS-Information"/>
  1426.             </grouped>
  1427.         </avp>
  1428.         <avp name="IMS-Information" code="876" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1429.             <grouped>
  1430.                 <gavp name="Event-Type"/>
  1431.                 <gavp name="Role-Of-Node"/>
  1432.                 <gavp name="Node-Functionality"/>
  1433.                 <gavp name="User-Session-ID"/>
  1434.                 <gavp name="Calling-Party-Address"/>
  1435.                 <gavp name="Called-Party-Address"/>
  1436.                 <gavp name="Time-Stamps"/>
  1437.                 <gavp name="Application-Server-Information"/>
  1438.                 <gavp name="Inter-Operator-Identifier"/>
  1439.                 <gavp name="IMS-Charging-Identifier"/>
  1440.                 <gavp name="SDP-Session-Description"/>
  1441.                 <gavp name="SDP-Media-Component"/>
  1442.                 <gavp name="GGSN-Address"/>
  1443.                 <gavp name="Served-Party-IP-Address"/>
  1444.                 <gavp name="Server-Capabilities"/>
  1445.                 <gavp name="Trunk-Group-ID"/>
  1446.                 <gavp name="Bearer-Service"/>
  1447.                 <gavp name="Service-Id"/>
  1448.                 <gavp name="Service-Specific-Data"/>
  1449.                 <gavp name="Message-Body"/>
  1450.                 <gavp name="Cause-Code"/>
  1451.             </grouped>
  1452.         </avp>
  1453.  
  1454.         <avp name="PoC-Information" code="879" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1455.             <grouped>
  1456.                 <gavp name="PoC-Server-Role"/>
  1457.                 <gavp name="PoC-Session-Type"/>
  1458.                 <gavp name="Number-Of-Participants"/>
  1459.                 <gavp name="Participants-Involved"/>
  1460.                 <gavp name="Talk-Burst-Exchange"/>
  1461.                 <gavp name="PoC-Controlling-Address"/>
  1462.                 <gavp name="PoC-Group-Name"/>
  1463.             </grouped>
  1464.         </avp>
  1465.  
  1466.         <avp name="Media-Initiator-Flag" code="882" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1467.             <type type-name="Enumerated"/>
  1468.             <enum name="called party" code="0"/>
  1469.             <enum name="calling party" code="1"/>
  1470.             <enum name="unknown" code="2"/>
  1471.         </avp>
  1472.  
  1473.         <avp name="PoC-Server-Role" code="883" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1474.             <type type-name="Enumerated"/>
  1475.             <enum name="Participating PoC Server" code="0"/>
  1476.             <enum name="Controlling PoC Server" code="1"/>
  1477.         </avp>
  1478.  
  1479.         <avp name="PoC-Server-Role" code="884" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1480.             <type type-name="Enumerated"/>
  1481.             <enum name="1 to 1 PoC session" code="0"/>
  1482.             <enum name="chat PoC group session" code="1"/>
  1483.             <enum name="pre-arranged PoC group session" code="2"/>
  1484.             <enum name="ad-hoc PoC group session" code="3"/>
  1485.         </avp>
  1486.  
  1487.         <avp name="Number-Of-Participants" code="885" mandatory="must">
  1488.             <type type-name="Integer32"/>
  1489.         </avp>
  1490.  
  1491.         <avp name="Message-Body" code="889" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot" vendor-id="TGPP" >
  1492.             <grouped>
  1493.                 <gavp name="Content-Type"/>
  1494.                 <gavp name="Content-Length"/>
  1495.                 <gavp name="Content-Disposition"/>
  1496.                 <gavp name="Originator"/>
  1497.             </grouped>
  1498.         </avp>
  1499.         
  1500.         <!-- 3GPP TS 29.061 version 6.5.0 Release 6 -->
  1501.  
  1502.         <avp name="TMGI" code="900" mandatory="must">
  1503.             <type type-name="OctetString"/>
  1504.         </avp>
  1505.  
  1506.         <avp name="Required-MBMSBearer-Capabilities" code="901" mandatory="must">
  1507.             <type type-name="UTF8String"/>
  1508.         </avp>
  1509.  
  1510.         <avp name="MBMS-StartStop-Indication" code="902" mandatory="must">
  1511.             <type type-name="Enumerated"/>
  1512.             <enum name="START" code="0"/>
  1513.             <enum name="STOP" code="1"/>
  1514.         </avp>
  1515.  
  1516.         <avp name="MBMS-Service-Area" code="903" mandatory="must">
  1517.             <type type-name="OctetString"/>
  1518.         </avp>
  1519.  
  1520.         <avp name="MBMS-Session-Duration" code="904" mandatory="must">
  1521.             <type type-name="Unsigned32"/>
  1522.         </avp>
  1523.  
  1524.         <avp name="Alternative-APN" code="905" mandatory="must">
  1525.             <type type-name="UTF8String"/>
  1526.         </avp>
  1527.  
  1528.         <avp name="MBMS-Service-Type" code="906" mandatory="must">
  1529.             <type type-name="Enumerated"/>
  1530.             <enum name="MULTICAST" code="0"/>
  1531.             <enum name="BROADCAST" code="1"/>
  1532.         </avp>
  1533.  
  1534.         <avp name="MBMS-2G-3G-Indicator AVP" code="907" mandatory="must">
  1535.             <type type-name="Enumerated"/>
  1536.             <enum name="2G" code="0"/>
  1537.             <enum name="3G" code="1"/>
  1538.             <enum name="2G-AND-3G" code="2"/>
  1539.         </avp>
  1540.  
  1541.         <avp name="RAI" code="909" mandatory="must">
  1542.             <type type-name="UTF8String"/>
  1543.         </avp>
  1544.  
  1545.         <avp name="Additional-MBMS-Trace-Info" code="910" mandatory="must">
  1546.             <type type-name="OctetString"/>
  1547.         </avp>
  1548.  
  1549.         <avp name="MBMS-Time-To-Data-Transfer" code="911" mandatory="must">
  1550.             <type type-name="OctetString"/>
  1551.         </avp>
  1552.  
  1553.         <avp name="MBMS-Session-Identity-Repetition-Number " code="912" mandatory="must">
  1554.             <type type-name="Unsigned32"/>
  1555.         </avp>
  1556.  
  1557.  
  1558.     </base>
  1559.     <application id="0" name="Diameter Common Messages" uri="http://www.ietf.org/rfc/rfc3588.txt?number=3588">
  1560.     </application>
  1561.     <application id="3" name="Diameter Base Accounting" uri="http://www.ietf.org/rfc/rfc3588.txt?number=3588">
  1562.     </application>
  1563.     &nasreq;
  1564.     &mobileipv4;
  1565.     &chargecontrol;
  1566.     &sunping;
  1567.     &imscxdx;
  1568.     &TGPPSh;
  1569. </dictionary>
  1570.