home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 December / PCWorld_2005-12_cd.bin / software / vyzkuste / trikyhackeru / trikyhackeru.exe / ethereal-setup-0.10.13.exe / diameter / dictionary.xml < prev    next >
Extensible Markup Language  |  2005-10-12  |  40KB  |  842 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE dictionary SYSTEM "dictionary.dtd" [
  3.     <!ENTITY nasreq SYSTEM "nasreq.xml">
  4.     <!ENTITY mobileipv4 SYSTEM "mobileipv4.xml">
  5.     <!ENTITY sunping SYSTEM "sunping.xml">
  6.     <!ENTITY imscxdx SYSTEM "imscxdx.xml">
  7. ]>
  8. <dictionary>
  9.     <base uri="http://www.ietf.org/rfc/rfc3588.txt">
  10.         <!--
  11.   $Log: dictionary.xml,v $
  12.   Revision 1.1  2001/11/01 21:52:44  guy
  13.   From David Frascone: duUpdate to Diameter dissector to load the
  14.   dictionary as an XML file rather than building it in, and various
  15.   Diameter updates.
  16.  
  17.   Revision 1.7  2001/08/24 18:03:24  chaos
  18.   Mark's Changes
  19.  
  20.   Revision 1.6  2001/07/31 19:13:55  chaos
  21.   Missed a couple of MIP AVPs
  22.  
  23.   Revision 1.5  2001/07/31 19:09:22  chaos
  24.   Added Mobile-Ip and Sun Ping Extension
  25.  
  26.   Revision 1.4  2001/07/31 17:43:25  chaos
  27.   Oops, forgot to turn on validity checking.  Fixed some errors found with validity checking turned on
  28.  
  29.   Revision 1.3  2001/07/31 16:56:31  chaos
  30.   Added commands, and validated with xmllint
  31.  
  32.   Revision 1.2  2001/07/31 16:29:34  chaos
  33.   Checking in some changes to verify log and ident strings
  34.  
  35. -->
  36.         <!-- *********************** Commands ***************************** -->
  37.         <!-- Diameter Base Protocol Command Codes -->
  38.         <command name="Abort-Session" code="274" vendor-id="None">
  39.             <!-- Maybe some avp stuff here one day -->
  40.         </command>
  41.         <command name="Accounting" code="271" vendor-id="None"/>
  42.         <command name="Capabilities-Exchange" code="257" vendor-id="None"/>
  43.         <command name="Device-Watchdog" code="280" vendor-id="None"/>
  44.         <command name="Disconnect-Peer" code="282" vendor-id="None"/>
  45.         <command name="Re-Auth" code="258" vendor-id="None"/>
  46.         <command name="Session-Termination" code="275" vendor-id="None"/>
  47.         <!-- ********************** End Commands ************************** -->
  48.         <!-- ************************* Vendors **************************** -->
  49.         <vendor vendor-id="None" code="0" name="None"/>
  50.         <vendor vendor-id="HP"    code="11"    name="Hewlett Packard"/>
  51.         <vendor vendor-id="Merit" code="61" name="Merit Networks"/>
  52.         <vendor vendor-id="Sun" code="42" name="Sun Microsystems, Inc."/>
  53.         <vendor vendor-id="USR" code="429" name="US Robotics Corp."/>
  54.         <vendor vendor-id="TGPP"  code="10415" name="3GPP"/>
  55.         <vendor vendor-id="TGPPCX" code="16777216" name="3GPP CX/DX"/>
  56.         <!-- *********************** End Vendors ************************** -->
  57.         <!-- ************************ typedefn's ************************** -->
  58.         <typedefn type-name="OctetString"/>
  59.         <!--
  60.          The data contains arbitrary data of variable length. Unless
  61.          otherwise noted, the AVP Length field MUST be set to at least 9
  62.          (13 if the 'V' bit is enabled).  Data used to transmit (human
  63.          readable) character string data uses the UTF-8 [24] character
  64.          set and is NOT NULL-terminated. The minimum Length field MUST
  65.          be 9, but can be set to any value up to 65504 bytes. AVP Values
  66.          of this type that do not align on a 32-bit boundary MUST have
  67.          the necessary padding.
  68.      -->
  69.         <typedefn type-name="UTF8String" type-parent="OctetString"/>
  70.         <!--
  71.          The UTF8String format is derived from the OctetString AVP Base
  72.          Format. This is a human readable string represented using the
  73.          ISO/IEC IS 10646-1 character set, encoded as an OctetString
  74.          using the UTF-8 [29] transformation format described in RFC
  75.          2279.
  76.  
  77.          Since additional code points are added by amendments to the
  78.          10646 standard from time to time, implementations MUST be
  79.          prepared to encounter any code point from 0x00000001 to
  80.          0x7fffffff. Byte sequences that do not correspond to the valid
  81.          UTF-8 encoding of a code point or are outside this range are
  82.          prohibited. Note that since a code point of 0x00000000 is
  83.          prohibited, no octet will contain a value of 0x00.
  84.  
  85.          The use of control codes SHOULD be avoided. When it is
  86.          necessary to represent a newline, the control code sequence CR
  87.          LF SHOULD be used.
  88.  
  89.          The use of leading or trailing white space SHOULD be avoided.
  90.  
  91.          For code points not directly supported by user interface
  92.          hardware or software, an alternative means of entry and
  93.          display, such as hexadecimal, MAY be provided.
  94.  
  95.          For information encoded in 7-bit US-ASCII, the UTF-8 encoding
  96.          is identical to the US-ASCII encoding.
  97.  
  98.          UTF-8 may require multiple bytes to represent a single
  99.          character / code point; thus the length of a UTF8String in
  100.          octets may be different from the number of characters encoded.
  101.  
  102.          Note that the size of an UTF8String is measured in octets, not
  103.          characters.
  104.  
  105.          The UTF8String MUST not contain any octets with a value of
  106.          zero.
  107.         -->
  108.         <typedefn type-name="IPAddress" type-parent="OctetString"/>
  109.         <!--
  110.          The IPAddress format is derived from the OctetString AVP Base
  111.          Format. It represents 32 bit (IPv4) [17] or 128 bit (IPv6) [16]
  112.          address, most significant octet first. The format of the
  113.          address (IPv4 or IPv6) is determined by the length. If the
  114.          attribute value is an IPv4 address, the AVP Length field MUST
  115.          be 12 (16 if 'V' bit is enabled), otherwise the AVP Length
  116.          field MUST be set to 24 (28 if the 'V' bit is enabled) for IPv6
  117.          addresses.
  118.      -->
  119.         <typedefn type-name="DiameterIdentity" type-parent="OctetString"/>
  120.         <!--
  121.          The DiameterIdentity format is derived from the OctetString AVP
  122.          Base Format.  It uses the UTF-8 encoding and has the same
  123.          requirements as the UTF8String.  In addition, it must follow
  124.          the Uniform Resource Identifiers (URI) syntax [29] rules
  125.          specified below:
  126.  
  127.             Diameter-Identity  = fqdn [ port ] [ transport ]
  128.                                  [ protocol ]
  129.  
  130.             aaa-protocol       = ( "diameter" | "radius" | "tacacs+" )
  131.  
  132.             protocol           = ";protocol=" aaa-protocol
  133.                                  ; If absent, the default AAA protocol
  134.                                  ; is diameter.
  135.  
  136.             fqdn               = Fully Qualified Host Name
  137.  
  138.             port               = ":" 1*DIGIT
  139.                                  ; One of the ports used to listen for
  140.                                  ; incoming connections. ; If absent,
  141.                                  ; the default Diameter port (TBD) is
  142.                                  ; assumed.
  143.  
  144.             transport-protocol = ( "tcp" | "sctp" | "udp" )
  145.  
  146.             transport          = ";transport=" transport-protocol
  147.  
  148.                                  ; One of the transports used to listen
  149.                                  ; for incoming connections. If absent,
  150.                                  ; the default SCTP [26] protocol is
  151.                                  ; assumed. UDP MUST NOT be used when
  152.                                  ; the aaa-protocol field is set to
  153.                                  ; diameter.
  154.  
  155.             The following are examples of valid Diameter host
  156.             identities:
  157.  
  158.                host.abc.com;transport=tcp
  159.                host.abc.com:6666;transport=tcp
  160.                aaa://host.abc.com;protocol=diameter
  161.                aaa://host.abc.com:6666;protocol=diameter
  162.                aaa://host.abc.com:6666;transport=tcp;protocol=diameter
  163.                aaa://host.abc.com:1813;transport=udp;protocol=radius
  164.  
  165.          Since multiple Diameter processes on a single host cannot
  166.          listen for incoming connections on the same port on a given
  167.          protocol, the DiameterIdentity is guaranteed to be unique per
  168.          host.
  169.  
  170.          A Diameter node MAY advertise different identities on each
  171.          connection, via the CER and CEA's Origin-Host AVP, but the same
  172.          identity MUST be used throughout the duration of a connection.
  173.  
  174.          When comparing AVPs of this format, it is necessary to add any
  175.          absent fields with the default values prior to the comparison.
  176.          For example, diameter-host.abc.com would be expanded to
  177.          aaa://diameter/diameter-host.abc.com:TBD;protocol=sctp.
  178.         -->
  179.         <typedefn type-name="IPFilterRule" type-parent="OctetString"/>
  180.         <!--
  181.          The IPFilterRule format is derived from the OctetString AVP
  182.          Base Format.  It uses the UTF-8 encoding and has the same
  183.          requirements as the UTF8String. Packets may be filtered based
  184.          on the following information that is associated with it:
  185.  
  186.             Direction                          (in or out)
  187.             Source and destination IP address  (possibly masked)
  188.             Protocol
  189.             Source and destination port        (lists or ranges)
  190.             TCP flags
  191.             IP fragment flag
  192.             IP options
  193.             ICMP types
  194.  
  195.          Rules for the appropriate direction are evaluated in order,
  196.          with the first matched rule terminating the evaluation.  Each
  197.          packet is evaluated once. If no rule matches, the packet is
  198.          dropped if the last rule evaluated was a permit, and passed if
  199.          the last rule was a deny.
  200.  
  201.          IPFilterRule filters MUST follow the format:
  202.  
  203.             action dir proto from src to dst [options]
  204.  
  205.             action       permit - Allow packets that match the rule.
  206.                          deny   - Drop packets that match the rule.
  207.  
  208.             dir          "in" is from the terminal, "out" is to the
  209.                          terminal.
  210.  
  211.             proto        An IP protocol specified by number.  The "ip"
  212.                          keyword means any protocol will match.
  213.  
  214.             src and dst  <address/mask> [ports]
  215.  
  216.                          The <address/mask> may be specified as:
  217.                          ipno       An IPv4 or IPv6 number in dotted-
  218.                                     quad or canonical IPv6 form. Only
  219.                                     this exact IP number will match the
  220.                                     rule.
  221.                          ipno/bits  An IP number as above with a mask
  222.                                     width of the form 1.2.3.4/24.  In
  223.                                     this case all IP numbers from
  224.                                     1.2.3.0 to 1.2.3.255 will match.
  225.                                     The bit width MUST be valid for the
  226.                                     IP version and the IP number MUST
  227.                                     NOT have bits set beyond the mask.
  228.  
  229.                          The sense of the match can be inverted by
  230.                          preceding an address with the not modifier,
  231.                          causing all other addresses to be matched
  232.                          instead.  This does not affect the selection of
  233.                          port numbers.
  234.  
  235.                             The keyword "any" is 0.0.0.0/0 or the IPv6
  236.                             equivalent.  The keyword "assigned" is the
  237.                             address or set of addresses assigned to the
  238.                             terminal.  The first rule SHOULD be "deny in
  239.                             ip !assigned".
  240.  
  241.                          With the TCP, UDP and SCTP protocols, optional
  242.                          ports may be specified as:
  243.  
  244.                             {port|port-port}[,port[,...]]
  245.  
  246.                          The `-' notation specifies a range of ports
  247.                          (including boundaries).
  248.  
  249.                          Fragmented packets which have a non-zero offset
  250.                          (i.e. not the first fragment) will never match
  251.                          a rule which has one or more port
  252.                          specifications.  See the frag option for
  253.                          details on matching fragmented packets.
  254.  
  255.             options:
  256.                frag    Match if the packet is a fragment and this is not
  257.                        the first fragment of the datagram.  frag may not
  258.                        be used in conjunction with either tcpflags or
  259.                        TCP/UDP port specifications.
  260.  
  261.                ipoptions spec
  262.                        Match if the IP header contains the comma
  263.                        separated list of options specified in spec. The
  264.                        supported IP options are:
  265.  
  266.                        ssrr (strict source route), lsrr (loose source
  267.                        route), rr (record packet route) and ts
  268.                        (timestamp). The absence of a particular option
  269.                        may be denoted with a `!'.
  270.  
  271.                tcpoptions spec
  272.                        Match if the TCP header contains the comma
  273.                        separated list of options specified in spec. The
  274.                        supported TCP options are:
  275.  
  276.                        mss (maximum segment size), window (tcp window
  277.                        advertisement), sack (selective ack), ts (rfc1323
  278.                        timestamp) and cc (rfc1644 t/tcp connection
  279.                        count).  The absence of a particular option may
  280.                        be denoted with a `!'.
  281.  
  282.                established
  283.                        TCP packets only. Match packets that have the RST
  284.                        or ACK bits set.
  285.  
  286.                setup   TCP packets only. Match packets that have the SYN
  287.                        bit set but no ACK bit.
  288.  
  289.                tcpflags spec
  290.                        TCP packets only. Match if the TCP header
  291.                        contains the comma separated list of flags
  292.                        specified in spec. The supported TCP flags are:
  293.  
  294.                        fin, syn, rst, psh, ack and urg. The absence of a
  295.                        particular flag may be denoted with a `!'. A rule
  296.                        which contains a tcpflags specification can never
  297.                        match a fragmented packet which has a non-zero
  298.                        offset.  See the frag option for details on
  299.                        matching fragmented packets.
  300.  
  301.                icmptypes types
  302.                        ICMP packets only.  Match if the ICMP type is in
  303.                        the list types. The list may be specified as any
  304.                        combination of ranges or individual types
  305.                        separated by commas.  The supported ICMP types
  306.                        are:
  307.  
  308.                        echo reply (0), destination unreachable (3),
  309.                        source quench (4), redirect (5), echo request
  310.                        (8), router advertisement (9), router
  311.                        solicitation (10), time-to-live exceeded (11), IP
  312.                        header bad (12), timestamp request (13),
  313.                        timestamp reply (14), information request (15),
  314.                        information reply (16), address mask request (17)
  315.                        and address mask reply (18).
  316.  
  317.          There is one kind of packet that the access device MUST always
  318.          discard, that is an IP fragment with a fragment offset of one.
  319.          This is a valid packet, but it only has one use, to try to
  320.          circumvent firewalls.
  321.  
  322.             An access device that is unable to interpret or apply a deny
  323.             rule MUST terminate the session.  An access device that is
  324.             unable to interpret or apply a permit rule MAY apply a more
  325.             restrictive rule.  An access device MAY apply deny rules of
  326.             its own before the supplied rules, for example to protect
  327.             the access device owner's infrastructure.
  328.  
  329.          The rule syntax is a modified subset of ipfw(8) from FreeBSD,
  330.          and the ipfw.c code may provide a useful base for
  331.          implementations.
  332.         -->
  333.         <typedefn type-name="QOSFilterRule" type-parent="OctetString"/>
  334.         <!--
  335.          The QosFilterRule format is derived from the OctetString AVP
  336.          Base Format.  It uses the UTF-8 encoding and has the same
  337.          requirements as the UTF8String. Packets may be marked or
  338.          metered based on the following information that is associated
  339.          with it:
  340.  
  341.             Direction                          (in or out)
  342.             Source and destination IP address  (possibly masked)
  343.             Protocol
  344.             Source and destination port        (lists or ranges)
  345.             DSCP values                        (no mask or range)
  346.  
  347.          Rules for the appropriate direction are evaluated in order,
  348.          with the first matched rule terminating the evaluation.  Each
  349.          packet is evaluated once. If no rule matches, the packet is
  350.          treated as best effort.
  351.  
  352.          QoSFilterRule filters MUST follow the format:
  353.  
  354.             action dir proto from src to dst [options]
  355.  
  356.                          tag    - Mark packet with a specific DSCP [49].
  357.                                   The DSCP option MUST be included.
  358.  
  359.                          meter  - Meter traffic. The metering options
  360.                                   MUST be included.
  361.  
  362.             dir          "in" is from the terminal, "out" is to the
  363.                          terminal.
  364.  
  365.             proto        An IP protocol specified by number.  The "ip"
  366.                          keyword means any protocol will match.
  367.  
  368.             src and dst  <address/mask> [ports]
  369.  
  370.                          The <address/mask> may be specified as:
  371.                          ipno       An IPv4 or IPv6 number in dotted-
  372.                                     quad or canonical IPv6 form. Only
  373.                                     this exact IP number will match the
  374.                                     rule.
  375.                          ipno/bits  An IP number as above with a mask
  376.                                     width of the form 1.2.3.4/24.  In
  377.                                     this case all IP numbers from
  378.                                     1.2.3.0 to 1.2.3.255 will match.
  379.                                     The bit width MUST be valid for the
  380.                                     IP version and the IP number MUST
  381.                                     NOT have bits set beyond the mask.
  382.  
  383.                          The sense of the match can be inverted by
  384.                          preceding an address with the not modifier,
  385.                          causing all other addresses to be matched
  386.                          instead.  This does not affect the selection of
  387.                          port numbers.
  388.  
  389.                             The keyword "any" is 0.0.0.0/0 or the IPv6
  390.                             equivalent.  The keyword "assigned" is the
  391.                             address or set of addresses assigned to the
  392.                             terminal.  The first rule SHOULD be "deny in
  393.                             ip !assigned".
  394.  
  395.                          With the TCP, UDP and SCTP protocols, optional
  396.                          ports may be specified as:
  397.  
  398.                             {port|port-port}[,port[,...]]
  399.  
  400.                          The `-' notation specifies a range of ports
  401.                          (including boundaries).
  402.  
  403.             options:
  404.  
  405.                DSCP <color>
  406.                        color values as defined in [49]. Exact matching
  407.                        of DSCP values is required (no masks or ranges).
  408.                        the "deny" can replace the color_under or
  409.                        color_over values in the meter action for rate-
  410.                        dependent packet drop.
  411.  
  412.                metering <rate> <color_under> <color_over>
  413.                        The metering option provides Assured Forwarding,
  414.                        as defined in [50], and MUST be present if the
  415.                        action is set to meter. The rate option is the
  416.                        throughput, in bits per second, which is used by
  417.                        the access device to mark packets. Traffic above
  418.                        the rate is marked with the color_over codepoint,
  419.                        while traffic under the rate is marked with the
  420.                        color_under codepoint. The color_under and
  421.                        color_over options contain the drop preferences,
  422.                        and MUST conform to the recommended codepoint
  423.                        keywords described in [50] (e.g. AF13).
  424.  
  425.                        The metering option also supports the strict
  426.                        limit on traffic required by Expedited
  427.                        Forwarding, as defined in [51]. The color_over
  428.                        option may contain the keyword "drop" to prevent
  429.                        forwarding of traffic that exceeds the rate
  430.                        parameter.
  431.  
  432.          The rule syntax is a modified subset of ipfw(8) from FreeBSD,
  433.          and the ipfw.c code may provide a useful base for
  434.          implementations.
  435.  
  436.         -->
  437.         <typedefn type-name="MIPRegistrationRequest" type-parent="OctetString"/>
  438.         <typedefn type-name="Integer32"/>
  439.         <!--
  440.          32 bit signed value, in network byte order. The AVP Length
  441.          field MUST be set to 12 (16 if the 'V' bit is enabled).
  442.     -->
  443.         <typedefn type-name="VendorId" type-parent="Integer32"/>
  444.         <typedefn type-name="AppId" type-parent="Integer32"/>
  445.         <typedefn type-name="Integer64"/>
  446.         <!--
  447.          64 bit signed value, in network byte order. The AVP Length
  448.          field MUST be set to 16 (20 if the 'V' bit is enabled).
  449.         -->
  450.         <typedefn type-name="Unsigned32"/>
  451.         <!--
  452.          32 bit unsigned value, in network byte order. The AVP Length
  453.          field MUST be set to 12 (16 if the 'V' bit is enabled).
  454.          Unsigned32 values used to transmit time data contains the four
  455.          most significant octets returned from NTP [18], in network byte
  456.          order.
  457.     -->
  458.         <typedefn type-name="Time"/>
  459.         <!--
  460.          The Time format is derived from the Unsigned32 AVP Base Format.
  461.          This is 32 bit unsigned value containing the four most
  462.          significant octets returned from NTP [18], in network byte
  463.          order.
  464.  
  465.          This represent the number of seconds since 0h on 1 January 1900
  466.          with respect to the Coordinated Universal Time (UTC).
  467.  
  468.          On 6h 28m 16s UTC, 7 February 2036 the time value will
  469.          overflow.  NTP [18] describes a procedure to extend the time to
  470.          2104.
  471.         -->
  472.         <typedefn type-name="Unsigned64"/>
  473.         <!--
  474.          64 bit unsigned value, in network byte order. The AVP Length
  475.          field MUST be set to 16 (20 if the 'V' bit is enabled).
  476.     -->
  477.         <!-- ************************* End Typedefns ************************ -->
  478.         <!-- ******************* DIAMETER BASE PROTOCOL AVPS ************************ -->
  479.         <avp name="Accounting-Interim-Interval" code="482" mandatory="must" may-encrypt="yes" vendor-bit="mustnot">
  480.             <type type-name="Unsigned32"/>
  481.         </avp>
  482.         <avp name="Accounting-Multi-Session-Id" code="50" mandatory="must" protected="may" may-encrypt="yes" vendor-bit="mustnot">
  483.             <type type-name="Unsigned32"/>
  484.         </avp>
  485.         <avp name="Accounting-Record-Number" code="485" mandatory="must" may-encrypt="yes" vendor-bit="mustnot">
  486.             <type type-name="Unsigned32"/>
  487.         </avp>
  488.         <avp name="Accounting-Record-Type" code="480" mandatory="must" may-encrypt="yes" vendor-bit="mustnot">
  489.             <type type-name="Unsigned32"/>
  490.             <enum name="Event Record" code="1"/>
  491.             <enum name="Start Record" code="2"/>
  492.             <enum name="Interim Record" code="3"/>
  493.             <enum name="Stop Record" code="4"/>
  494.         </avp>
  495.         <avp name="Accounting-Session-Id" code="44" mandatory="must" protected="may" may-encrypt="yes" vendor-bit="mustnot">
  496.             <type type-name="Unsigned32"/>
  497.         </avp>
  498.         <avp name="Acct-Application-Id" code="259" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="mustnot">
  499.             <type type-name="AppId"/>
  500.             <enum name="Diameter Common Messages" code="0"/>
  501.             <enum name="Diameter NASREQ Application" code="1"/>
  502.             <enum name="Diameter Mobile IPv4 Application" code="2"/>
  503.             <enum name="Diameter Base Accounting" code="3"/>
  504.             <enum name="3GPP CX/DX" code="16777216"/>
  505.             <enum name="3GPP Sh" code="16777217"/>
  506.             <enum name="3GPP Re/Rf" code="16777218"/>
  507.             <enum name="3GPP Wx" code="16777219"/>
  508.             <enum name="GPP Zn" code="16777220"/>
  509.             <enum name="3GPP Zh" code="16777221"/>
  510.             <enum name="3GPP Gq" code="16777222"/>
  511.             <enum name="3GPP Gmb" code="16777223"/>
  512.         </avp>
  513.         <avp name="Alternate-Peer" code="275" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="mustnot">
  514.             <type type-name="DiameterIdentity"/>
  515.         </avp>
  516.         <avp name="Auth-Application-Id" code="258" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="mustnot">
  517.             <type type-name="AppId"/>
  518.         </avp>
  519.         <avp name="Auth-Request-Type" code="274" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="mustnot">
  520.             <type type-name="Unsigned32"/>
  521.             <enum name="Authenticate Only" code="1"/>
  522.             <enum name="Authorize Only" code="2"/>
  523.             <enum name="Authorize Authenticate" code="3"/>
  524.         </avp>
  525.         <avp name="Authorization-Lifetime" code="291" mandatory="must" may-encrypt="no" vendor-bit="mustnot">
  526.             <type type-name="Integer32"/>
  527.         </avp>
  528.         <avp name="Auth-Grace-Period" code="276" mandatory="must" may-encrypt="no" vendor-bit="mustnot">
  529.             <type type-name="Unsigned32"/>
  530.         </avp>
  531.         <avp name="Auth-Session-State" code="277" mandatory="must" may-encrypt="no" vendor-bit="mustnot">
  532.             <type type-name="Unsigned32"/>
  533.             <enum name="State Maintained" code="0"/>
  534.             <enum name="No State Maintained" code="1"/>
  535.         </avp>
  536.         <avp name="Re-Auth-Request-Type" code="285" mandatory="must" may-encrypt="no" vendor-bit="mustnot">
  537.             <type type-name="Unsigned32"/>
  538.             <enum name="Authorize Only" code="0"/>
  539.             <enum name="Authorize Authenticate" code="1"/>
  540.         </avp>
  541.         <avp name="Destination-Host" code="293" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="mustnot">
  542.             <type type-name="DiameterIdentity"/>
  543.         </avp>
  544.         <avp name="Destination-Realm" code="283" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="mustnot">
  545.             <type type-name="UTF8String"/>
  546.         </avp>
  547.         <avp name="Disconnect-Cause" code="273" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="mustnot">
  548.             <type type-name="Unsigned32"/>
  549.             <enum name="Rebooting" code="0"/>
  550.             <enum name="Busy" code="1"/>
  551.             <enum name="Do not want to talk to you" code="2"/>
  552.         </avp>
  553.         <avp name="Error-Message" code="281" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="mustnot">
  554.             <type type-name="UTF8String"/>
  555.         </avp>
  556.         <avp name="Error-Reporting-Host" code="294" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="mustnot">
  557.             <type type-name="DiameterIdentity"/>
  558.         </avp>
  559.         <avp name="Failed-AVP" code="279" mandatory="must" may-encrypt="no" vendor-bit="mustnot">
  560.             <type type-name="OctetString"/>
  561.         </avp>
  562.         <avp name="Firmware-Revision" code="267" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="mustnot">
  563.             <type type-name="Unsigned32"/>
  564.         </avp>
  565.         <avp name="Host-IP-Address" code="257" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="mustnot">
  566.             <type type-name="IPAddress"/>
  567.         </avp>
  568.         <avp name="Multi-Round-Time-Out" code="272" mandatory="must" may-encrypt="yes" vendor-bit="mustnot">
  569.             <type type-name="Unsigned32"/>
  570.         </avp>
  571.         <avp name="Origin-Host" code="264" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  572.             <type type-name="DiameterIdentity"/>
  573.         </avp>
  574.         <avp name="Origin-Realm" code="296" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  575.             <type type-name="UTF8String"/>
  576.         </avp>
  577.         <avp name="Origin-State-Id" code="278" mandatory="must" protected="mustnot" vendor-bit="mustnot">
  578.             <type type-name="Unsigned32"/>
  579.         </avp>
  580.         <avp name="Product-Name" code="269" mandatory="mustnot" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  581.             <type type-name="UTF8String"/>
  582.         </avp>
  583.         <avp name="Proxy-Host" code="280" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  584.             <type type-name="DiameterIdentity"/>
  585.         </avp>
  586.         <avp name="Proxy-Info" code="284" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  587.             <type type-name="OctetString"/>
  588.         </avp>
  589.         <avp name="Redirect-Host" code="292" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  590.             <type type-name="DiameterIdentity"/>
  591.         </avp>
  592.         <avp name="Redirect-Host-Usage" code="261" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  593.             <type type-name="Unsigned32"/>
  594.             <enum name="Don't Care" code="0"/>
  595.             <enum name="All Session" code="1"/>
  596.             <enum name="All Realm" code="2"/>
  597.             <enum name="Realm and Application" code="3"/>
  598.             <enum name="All Application" code="4"/>
  599.             <enum name="All Host" code="5"/>
  600.         </avp>
  601.         <avp name="Redirect-Max-Cache-Time" code="262" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  602.             <type type-name="Unsigned32"/>
  603.         </avp>
  604.         <avp name="Result-Code" code="268" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  605.             <type type-name="Unsigned32"/>
  606.             <enum name="DIAMETER_MULTI_ROUND_AUTH" code="1001"/>
  607.             <enum name="DIAMETER_SUCCESS" code="2001"/>
  608.             <enum name="DIAMETER_LIMITED_SUCCESS" code="2002"/>
  609.             <enum name="DIAMETER_COMMAND_UNSUPPORTED" code="3001"/>
  610.             <enum name="DIAMETER_UNABLE_TO_DELIVER" code="3002"/>
  611.             <enum name="DIAMETER_REALM_NOT_SERVED" code="3003"/>
  612.             <enum name="DIAMETER_TOO_BUSY" code="3004"/>
  613.             <enum name="DIAMETER_LOOP_DETECTED" code="3005"/>
  614.             <enum name="DIAMETER_REDIRECT_INDICATION" code="3006"/>
  615.             <enum name="DIAMETER_APPLICATION_UNSUPPORTED" code="3007"/>
  616.             <enum name="DIAMETER_INVALID_HDR_BITS" code="3008"/>
  617.             <enum name="DIAMETER_INVALID_AVP_BITS" code="3009"/>
  618.             <enum name="DIAMETER_UNKNOWN_PEER" code="3010"/>
  619.             <enum name="DIAMETER_AUTHENTICATION_REJECTED" code="4001"/>
  620.             <enum name="DIAMETER_OUT_OF_SPACE" code="4002"/>
  621.             <enum name="DIAMETER_ELECTION_LOST" code="4003"/>
  622.             <enum name="DIAMETER_ERROR_MIP_REPLY_FAILURE" code="4005"/>
  623.             <enum name="DIAMETER_ERROR_HA_NOT_AVAILABLE" code="4006"/>
  624.             <enum name="DIAMETER_ERROR_BAD_KEY" code="4007"/>
  625.             <enum name="DIAMETER_ERROR_MIP_FILTER_NOT_SUPPORTED" code="4008"/>
  626.             <enum name="DIAMETER_END_USER_SERVICE_DENIED" code="4010"/>
  627.             <enum name="DIAMETER_CREDIT_CONTROL_NOT_APPLICABLE" code="4011"/>
  628.             <enum name="DIAMETER_CREDIT_LIMIT_REACHED" code="4012"/>
  629.             <enum name="DIAMETER_AVP_UNSUPPORTED" code="5001"/>
  630.             <enum name="DIAMETER_UNKNOWN_SESSION_ID" code="5002"/>
  631.             <enum name="DIAMETER_AUTHORIZATION_REJECTED" code="5003"/>
  632.             <enum name="DIAMETER_INVALID_AVP_VALUE" code="5004"/>
  633.             <enum name="DIAMETER_MISSING_AVP" code="5005"/>
  634.             <enum name="DIAMETER_RESOURCES_EXCEEDED" code="5006"/>
  635.             <enum name="DIAMETER_CONTRADICTING_AVPS" code="5007"/>
  636.             <enum name="DIAMETER_AVP_NOT_ALLOWED" code="5008"/>
  637.             <enum name="DIAMETER_AVP_OCCURS_TOO_MANY_TIMES" code="5009"/>
  638.             <enum name="DIAMETER_NO_COMMON_APPLICATION " code="5010"/>
  639.             <enum name="DIAMETER_UNSUPPORTED_VERSION" code="5011"/>
  640.             <enum name="DIAMETER_UNABLE_TO_COMPLY" code="5012"/>
  641.             <enum name="DIAMETER_INVALID_BIT_IN_HEADER" code="5013"/>
  642.             <enum name="DIAMETER_INVALID_AVP_LENGTH" code="5014"/>
  643.             <enum name="DIAMETER_INVALID_MESSAGE_LENGTH" code="5015"/>
  644.             <enum name="DIAMETER_INVALID_AVP_BIT_COMBO" code="5016"/>
  645.             <enum name="DIAMETER_NO_COMMON_SECURITY" code="5017"/>
  646.             <enum name="DIAMETER_ERROR_NO_FOREIGN_HA_SERVICE" code="5024"/>
  647.             <enum name="DIAMETER_ERROR_END_TO_END_MIP_KEY_ENCRYPTION" code="5025"/>
  648.             <enum name="DIAMETER_USER_UNKNOWN" code="5030"/>
  649.             <enum name="DIAMETER_RATING_FAILED" code="5031"/>
  650.         </avp>
  651.         <avp name="Experimental-Result" code="297" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  652.             <grouped>
  653.                 <gavp name="Vendor-Id"/>
  654.                 <gavp name="Experimental-Result-Code"/>
  655.             </grouped>
  656.         </avp>
  657.         <avp name="Experimental-Result-Code" code="298" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  658.             <type type-name="Unsigned32"/>
  659.             <enum name="First Registration" code="2001"/>
  660.             <enum name="Subsequent Registration" code="2002"/>
  661.             <enum name="Unregistered Service" code="2003"/>
  662.             <enum name="Success Server Name Not Stored" code="2004"/>
  663.             <enum name="Server Selection" code="2005"/>
  664.             <enum name="Error User Unknown" code="5001"/>
  665.             <enum name="Error Identities Dont Match" code="5002"/>
  666.             <enum name="Error Identity Not Registered" code="5003"/>
  667.             <enum name="Error Roaming Not Allowed" code="5004"/>
  668.             <enum name="Error Roaming Identity Already Registered" code="5005"/>
  669.             <enum name="Error Roaming Auth Scheme Not Supported" code="5006"/>
  670.             <enum name="Error In Assignment Type" code="5007"/>
  671.             <enum name="Error Too Much Data" code="5008"/>
  672.             <enum name="Error Not Supported User Data" code="5009"/>
  673.             <enum name="DIAMETER_MISSING_USER_ID" code="5010"/>
  674.             <enum name="DIAMETER_ERROR_FEATURE_UNSUPPORTED" code="5011"/>
  675.         </avp>
  676.         <avp name="Route-Record" code="282" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  677.             <type type-name="DiameterIdentity"/>
  678.         </avp>
  679.         <avp name="Session-Id" code="263" mandatory="must" protected="mustnot" vendor-bit="mustnot">
  680.             <type type-name="UTF8String"/>
  681.         </avp>
  682.         <avp name="Session-Binding" code="270" mandatory="must" protected="mustnot" vendor-bit="mustnot">
  683.             <type type-name="Unsigned32"/>
  684.         </avp>
  685.         <avp name="Session-Server-Failover" code="271" mandatory="must" protected="mustnot" vendor-bit="mustnot">
  686.             <type type-name="Unsigned32"/>
  687.             <enum name="Refuse Service" code="0"/>
  688.             <enum name="Try Again" code="1"/>
  689.             <enum name="Allow Service" code="2"/>
  690.             <enum name="Try Again / Allow Service" code="3"/>
  691.         </avp>
  692.         <avp name="Source-Route" code="286" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  693.             <type type-name="DiameterIdentity"/>
  694.         </avp>
  695.         <avp name="Supported-Vendor-Id" code="265" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  696.             <type type-name="VendorId"/>
  697.         </avp>
  698.         <avp name="Termination-Cause" code="295" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  699.             <type type-name="Unsigned32"/>
  700.             <enum name="Logout" code="1"/>
  701.             <enum name="Service Not Provided" code="2"/>
  702.             <enum name="Bad Answer" code="3"/>
  703.             <enum name="Administrative" code="4"/>
  704.             <enum name="Link Broken" code="5"/>
  705.         </avp>
  706.         <avp name="Vendor-Id" code="266" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  707.             <type type-name="VendorId"/>
  708.         </avp>
  709.         <avp name="Vendor-Specific-Application-Id" code="260" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  710.             <grouped>
  711.                 <gavp name="Vendor-Id"/>
  712.                 <gavp name="Auth-Application-Id"/>
  713.                 <gavp name="Acct-Application-Id"/>
  714.             </grouped>
  715.         </avp>
  716.         <avp name="Example-AVP" code="999999" mandatory="mustnot" vendor-bit="may">
  717.             <grouped>
  718.                 <gavp name="Origin-Host"/>
  719.                 <gavp name="Host-IP-Address"/>
  720.             </grouped>
  721.         </avp>
  722.         <avp name="Event-Timestamp" code="55" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  723.             <type type-name="Time"/>
  724.         </avp>
  725.         <avp name="Acct-Interim-Interval" code="85" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  726.             <type type-name="Integer32"/>
  727.         </avp>
  728.         <!-- ************************ END DIAMETER BASE PROTOCOL AVPS ******************* -->
  729.         <!-- 3GPP Diameter accounting AVPs  -->
  730.         <avp name="Event-Type" code="823" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  731.             <grouped>
  732.                 <gavp name="SIP-Method"/>
  733.                 <gavp name="Event"/>
  734.                 <gavp name="Content-Type"/>
  735.                 <gavp name="Content-Length"/>
  736.                 <gavp name="Content-Disposition"/>
  737.             </grouped>
  738.         </avp>
  739.         <avp name="SIP-Method" code="824" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  740.             <type type-name="UTF8String"/>
  741.         </avp>
  742.         <avp name="Event" code="825" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  743.             <type type-name="UTF8String"/>
  744.         </avp>
  745.         <avp name="Content-Type" code="826" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  746.             <type type-name="UTF8String"/>
  747.         </avp>
  748.         <avp name="Content-Length" code="827" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  749.             <type type-name="Unsigned32"/>
  750.         </avp>
  751.         <avp name="Content-Disposition" code="828" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  752.             <type type-name="UTF8String"/>
  753.         </avp>
  754.         <avp name="Role-Of-Node" code="829" mandatory="must" protected="mustnot" vendor-bit="mustnot">
  755.             <type type-name="Unsigned32"/>
  756.             <enum name="ORIGINATING_ROLE" code="0"/>
  757.             <enum name="TERMINATING_ROLE" code="1"/>
  758.         </avp>
  759.         <avp name="User-Session-Id" code="830" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  760.             <type type-name="UTF8String"/>
  761.         </avp>
  762.         <avp name="Calling-Party-Address" code="831" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  763.             <type type-name="UTF8String"/>
  764.         </avp>
  765.         <avp name="Called-Party-Address" code="832" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  766.             <type type-name="UTF8String"/>
  767.         </avp>
  768.         <avp name="Time-Stamps" code="833" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  769.             <grouped>
  770.                 <gavp name="SIP-Request-Timestamp"/>
  771.                 <gavp name="SIP-Response-Timestamp"/>
  772.             </grouped>
  773.         </avp>
  774.         <avp name="SIP-Request-Timestamp" code="834" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  775.             <type type-name="UTF8String"/>
  776.         </avp>
  777.         <avp name="SIP-Response-Timestamp" code="835" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  778.             <type type-name="UTF8String"/>
  779.         </avp>
  780.         <avp name="Inter-Operator-Identifier" code="838" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  781.             <grouped>
  782.                 <gavp name="Originating-IOI"/>
  783.                 <gavp name="Terminating-IOI"/>
  784.             </grouped>
  785.         </avp>
  786.         <avp name="Originating-IOI" code="839" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  787.             <type type-name="UTF8String"/>
  788.         </avp>
  789.         <avp name="Terminating-IOI" code="840" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  790.             <type type-name="UTF8String"/>
  791.         </avp>
  792.         <avp name="IMS-Charging-Identifier " code="841" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  793.             <type type-name="UTF8String"/>
  794.         </avp>
  795.         <avp name="SDP-Session-Description" code="842" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  796.             <type type-name="UTF8String"/>
  797.         </avp>
  798.         <avp name="SDP-Media-components" code="843" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  799.             <grouped>
  800.                 <gavp name="SDP-Media-Name"/>
  801.                 <gavp name="SDP-Media-Description"/>
  802.             </grouped>
  803.         </avp>
  804.         <avp name="SDP-Media-Name" code="844" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  805.             <type type-name="UTF8String"/>
  806.         </avp>
  807.         <avp name="SDP-Media-Description" code="845" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  808.             <type type-name="UTF8String"/>
  809.         </avp>
  810.         <avp name="Cause" code="860" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  811.             <grouped>
  812.                 <gavp name="Cause-Code"/>
  813.                 <gavp name="Node-Functionality"/>
  814.             </grouped>
  815.         </avp>
  816.         <avp name="Cause-Code" code="861" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  817.             <type type-name="Integer32"/>
  818.             <enum name="End of SUBSCRIBE dialog" code="-2"/>
  819.             <enum name="Successful transaction" code="-1"/>
  820.             <enum name="Normal end of session" code="0"/>
  821.             <enum name="Unspecified error" code="1"/>
  822.             <enum name="Unsuccessful session setup" code="2"/>
  823.             <enum name="Internal error" code="3"/>
  824.         </avp>
  825.         <avp name="Node-Functionality" code="862" mandatory="must" may-encrypt="no" protected="mustnot" vendor-bit="mustnot">
  826.             <type type-name="Unsigned32"/>
  827.             <enum name="S-CSCF" code="0"/>
  828.             <enum name="P-CSCF" code="1"/>
  829.             <enum name="I-CSCF" code="2"/>
  830.             <enum name="MRFC" code="3"/>
  831.             <enum name="MGCF" code="4"/>
  832.             <enum name="BGCF" code="5"/>
  833.             <enum name="AS" code="6"/>
  834.             <enum name="UE" code="7"/>
  835.         </avp>
  836.     </base>
  837.     &nasreq;
  838.     &mobileipv4;
  839.     &sunping;
  840.     &imscxdx;
  841. </dictionary>
  842.