<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet type="text/xsl" href="dcap-parameters.xsl"?>
<?xml-model href="dcap-parameters.rng" schematypens="http://relaxng.org/ns/structure/1.0" ?>
<registry xmlns="http://www.iana.org/assignments" id="dcap-parameters">
  <title>Data Link Switching Client Access Protocol (DCAP) Parameters</title>
  <created>2009-10-23</created>
  <updated>2009-10-23</updated>

  <registry id="frame-codes">
    <title>Data Link Switching Protocol Frame Codes</title>
    <xref type="rfc" data="rfc2114"/>
    <registration_rule>RFC Required</registration_rule>
    <record>
      <name>CAN_U_REACH</name>
      <code>0x01</code>
      <function>Find if the station given is reachable</function>
      <xref type="rfc" data="rfc2114"/>
    </record>
    <record>
      <name>I_CAN_REACH</name>
      <code>0x02</code>
      <function>Positive response to CAN_U_REACH</function>
      <xref type="rfc" data="rfc2114"/>
    </record>
    <record>
      <name>I_CANNOT_REACH</name>
      <code>0x03</code>
      <function>Negative response to CAN_U_REACH</function>
      <xref type="rfc" data="rfc2114"/>
    </record>
    <record>
      <name>START_DL</name>
      <code>0x04</code>
      <function>Setup session for given addresses</function>
      <xref type="rfc" data="rfc2114"/>
    </record>
    <record>
      <name>DL_STARTED</name>
      <code>0x05</code>
      <function>Session Started</function>
      <xref type="rfc" data="rfc2114"/>
    </record>
    <record>
      <name>START_DL_FAILED</name>
      <code>0x06</code>
      <function>Session Start failed</function>
      <xref type="rfc" data="rfc2114"/>
    </record>
    <record>
      <name>XID_FRAME</name>
      <code>0x07</code>
      <function>XID Frame</function>
      <xref type="rfc" data="rfc2114"/>
    </record>
    <record>
      <name>CONTACT_STN</name>
      <code>0x08</code>
      <function>Contact destination to establish SABME</function>
      <xref type="rfc" data="rfc2114"/>
    </record>
    <record>
      <name>STN_CONTACTED</name>
      <code>0x09</code>
      <function>Station contacted - SABME mode set</function>
      <xref type="rfc" data="rfc2114"/>
    </record>
    <record>
      <name>DATA_FRAME</name>
      <code>0x0A</code>
      <function>Connectionless Data Frame for a link</function>
      <xref type="rfc" data="rfc2114"/>
    </record>
    <record>
      <name>INFO_FRAME</name>
      <code>0x0B</code>
      <function>Connection oriented I-Frame</function>
      <xref type="rfc" data="rfc2114"/>
    </record>
    <record>
      <name>HALT_DL</name>
      <code>0x0C</code>
      <function>Halt Data Link session</function>
      <xref type="rfc" data="rfc2114"/>
    </record>
    <record>
      <name>HALT_DL_NOACK</name>
      <code>0x0D</code>
      <function>Halt Data Link session without ack</function>
      <xref type="rfc" data="rfc2114"/>
    </record>
    <record>
      <name>DL_HALTED</name>
      <code>0x0E</code>
      <function>Session Halted</function>
      <xref type="rfc" data="rfc2114"/>
    </record>
    <record>
      <name>FCM_FRAME</name>
      <code>0x0F</code>
      <function>Data Link Session Flow Control Message</function>
      <xref type="rfc" data="rfc2114"/>
    </record>
    <record>
      <name>DGRM_FRAME</name>
      <code>0x11</code>
      <function>Connectionless Datagram Frame for a circuit</function>
      <xref type="rfc" data="rfc2114"/>
    </record>
    <record>
      <name>CAP_XCHANGE</name>
      <code>0x12</code>
      <function>Capabilities Exchange Message</function>
      <xref type="rfc" data="rfc2114"/>
    </record>
    <record>
      <name>CLOSE_PEER_REQUEST</name>
      <code>0x13</code>
      <function>Disconnect Peer Connection Request</function>
      <xref type="rfc" data="rfc2114"/>
    </record>
    <record>
      <name>CLOSE_PEER_RESPONSE</name>
      <code>0x14</code>
      <function>Disconnect Peer Connection Response</function>
      <xref type="rfc" data="rfc2114"/>
    </record>
    <record>
      <name>Unassigned</name>
      <code>0x15-0x1C</code>
      <function/>
    </record>
    <record>
      <name>PEER_TEST_REQ</name>
      <code>0x1D</code>
      <function>Peer keepalive test request</function>
      <xref type="rfc" data="rfc2114"/>
    </record>
    <record>
      <name>PEER_TEST_RSP</name>
      <code>0x1E</code>
      <function>Peer keepalive response</function>
      <xref type="rfc" data="rfc2114"/>
    </record>
  </registry>
  
  <registry id="capability-codes">
    <title>Data Link Switching Protocol Sender Capability Codes</title>
    <xref type="rfc" data="rfc2114"/>
    <registration_rule>RFC Required</registration_rule>
    <record>
      <code>0x01</code>
      <meaning>NetBIOS support</meaning>
      <xref type="rfc" data="rfc2114"/>
    </record>
    <record>
      <code>0x02</code>
      <meaning>TCP Listen Mode support</meaning>
      <xref type="rfc" data="rfc2114"/>
    </record>
    <record>
      <code>0x04</code>
      <meaning>Command/Response</meaning>
      <xref type="rfc" data="rfc2114"/>
    </record>
  </registry>
  <people/>
</registry>
