sunping.xml 807 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <vendor vendor-id="Sun" code="42" name="Sun Microsystems, Inc."/>
  3. <application id="555" name="Sun Ping Application" uri="ftp://ftp.ietf.org/internet-drafts/draft-calhoun-diameter-sun-ping-02.txt">
  4. <command name="Ping" code="511" vendor-id="Sun"/>
  5. <avp name="Ping-Timestamp-Secs" code="1" vendor-id="Sun" mandatory="mustnot" vendor-bit="must">
  6. <type type-name="Unsigned32"/>
  7. </avp>
  8. <avp name="Ping-Timestamp-Usecs" code="2" vendor-id="Sun" mandatory="mustnot" vendor-bit="must">
  9. <type type-name="Unsigned32"/>
  10. </avp>
  11. <avp name="Ping-Timestamp" code="3" vendor-id="Sun" mandatory="mustnot" vendor-bit="must">
  12. <grouped>
  13. <gavp name="Ping-Timestamp-Secs"/>
  14. <gavp name="Ping-Timestamp-Usecs"/>
  15. </grouped>
  16. </avp>
  17. </application>