<?xml version='1.0' encoding='utf-8'?>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.4.2 -->
<!DOCTYPE rfc SYSTEM "rfc2629-xhtml.ent">
<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>
<?rfc comments="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-drip-auth-42" category="std" obsoletes="" updates="" submissionType="IETF" xml:lang="en" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.7.0 -->
  <front>
    <title abbrev="DRIP Auth Formats">DRIP Entity Tag Authentication Formats &amp; Protocols for Broadcast Remote ID</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-drip-auth-42"/>
    <author initials="A." surname="Wiethuechter" fullname="Adam Wiethuechter" role="editor">
      <organization>AX Enterprize, LLC</organization>
      <address>
        <postal>
          <street>4947 Commercial Drive</street>
          <city>Yorkville</city>
          <region>NY</region>
          <code>13495</code>
          <country>USA</country>
        </postal>
        <email>adam.wiethuechter@axenterprize.com</email>
      </address>
    </author>
    <author initials="S." surname="Card" fullname="Stuart Card">
      <organization>AX Enterprize, LLC</organization>
      <address>
        <postal>
          <street>4947 Commercial Drive</street>
          <city>Yorkville</city>
          <region>NY</region>
          <code>13495</code>
          <country>USA</country>
        </postal>
        <email>stu.card@axenterprize.com</email>
      </address>
    </author>
    <author initials="R." surname="Moskowitz" fullname="Robert Moskowitz">
      <organization>HTT Consulting</organization>
      <address>
        <postal>
          <street/>
          <city>Oak Park</city>
          <region>MI</region>
          <code>48237</code>
          <country>USA</country>
        </postal>
        <email>rgm@labs.htt-consult.com</email>
      </address>
    </author>
    <date year="2023" month="December" day="14"/>
    <area>Internet</area>
    <workgroup>DRIP Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>The Drone Remote Identification Protocol (DRIP), plus trust policies and periodic access to registries, augments Unmanned Aircraft System (UAS) Remote Identification (RID), enabling local real time assessment of trustworthiness of received RID messages and observed UAS, even by Observers then lacking Internet access. This document defines DRIP message types and formats to be sent in Broadcast RID Authentication Messages to verify that attached and recent detached messages were signed by the registered owner of the DRIP Entity Tag (DET) claimed.</t>
    </abstract>
  </front>
  <middle>
    <section anchor="introduction" numbered="true" toc="default">
      <name>Introduction</name>
      <t>The initial regulations (e.g., <xref target="FAA-14CFR" format="default"/>) and standards (e.g., <xref target="F3411" format="default"/>) for Unmanned Aircraft (UA) Systems (UAS) Remote Identification and tracking (RID) do not address trust. However, this is a requirement that needs to be addressed for various different parties that have a stake in the safe operation of National Airspace Systems (NAS). DRIP's goal is to specify how RID can be made trustworthy and available in both Internet and local-only connected scenarios, especially in emergency situations.</t>
      <t>UAS often operate in a volatile environment. Small UA offer little capacity for computation and communication. UAS RID must also be accessible with ubiquitous and inexpensive devices without modification. This limits options.</t>
      <t>Generally, two communication schemes for UAS RID are considered: Broadcast and Network. This document focuses on adding trust to Broadcast RID (Section 3.2 of <xref target="RFC9153" format="default"/>).</t>
      <t>Senders can make any claims the RID message formats allow. Observers have no standardized means to assess the trustworthiness of message content, nor verify whether the messages were sent by the UA identified therein, nor confirm that the UA identified therein is the one they are visually observing. Indeed, Observers have no way to detect whether the messages were sent by a UA, or spoofed by some other transmitter (e.g., a laptop or smartphone) anywhere in direct wireless broadcast range. Authentication is the primary strategy for mitigating this issue.</t>
      <section anchor="drip-entity-tag-det-authentication-goals-for-broadcast-rid" numbered="true" toc="default">
        <name>DRIP Entity Tag (DET) Authentication Goals for Broadcast RID</name>
        <t>ASTM <xref target="F3411" format="default"/> Authentication Messages (Message Type 0x2), when used with DET-based formats, enable a high level of trust that the content of other ASTM Messages was generated by their claimed registered source. These messages are designed to provide the Observers with trustworthy and immediately actionable information. <xref target="auth-state-diagrams" format="default"/> provides a high-level overview of the various states of trustworthiness that may be used along with these formats.</t>
        <t>This authentication approach also provides some error correction (<xref target="fec-details" format="default"/>) as mandated by the United States (US) Federal Aviation Administration (FAA) <xref target="FAA-14CFR" format="default"/>, which is missing from <xref target="F3411" format="default"/> over Legacy Transports (Bluetooth 4.x).</t>
        <t>These DRIP enhancements to ASTM's <xref target="F3411" format="default"/> further support the important use case of Observers who may be offline at the time of observation.</t>
        <t>A summary of DRIP requirements <xref target="RFC9153" format="default"/> addressed herein is provided in <xref target="req-sum" format="default"/>.</t>
        <ul empty="true" spacing="normal">
          <li>Note: The Endorsement (used in <xref target="drip-link" format="default"/>) that proves that a DET is registered MUST come from its immediate parent in the registration hierarchy, e.g., a DRIP Identity Management Entity (DIME) <xref target="drip-registries" format="default"/>. In the definitive hierarchy, the parent of the UA is its HHIT Domain Authority (HDA), the parent of an HDA is its Registered Assigning Authority (RAA), etc. It is also assumed that all DRIP-aware entities use a DET as their identifier during interactions with other DRIP-aware entities.</li>
        </ul>
      </section>
    </section>
    <section anchor="terminology" numbered="true" toc="default">
      <name>Terminology</name>
      <section anchor="required-terminology" numbered="true" toc="default">
        <name>Required Terminology</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 <xref target="RFC2119" format="default"/> <xref target="RFC8174" format="default"/> when, and only when, they appear in all capitals, as shown here.</t>
      </section>
      <section anchor="definitions" numbered="true" toc="default">
        <name>Definitions</name>
        <t>This document makes use of the terms (CAA, Observer, USS, UTM, etc.) defined in <xref target="RFC9153" format="default"/>. Other terms (such as DIME) are from <xref target="RFC9434" format="default"/>, while others (DET, RAA, HDA, etc.) are from <xref target="RFC9374" format="default"/>.</t>
        <t>In addition, the following terms are defined for this document:</t>
        <t>Extended Transports:</t>
        <ul empty="true" spacing="normal">
          <li>Use of extended advertisements (Bluetooth 5.x), service info (Wi-Fi Neighbor Awareness Networking), or vendor specific information element (IEEE 802.11 Beacon) in broadcast frames as specified in <xref target="F3411" format="default"/>. Must use ASTM Message Pack (Message Type 0xF).</li>
        </ul>
        <t>Legacy Transports:</t>
        <ul empty="true" spacing="normal">
          <li>Use of broadcast frames (Bluetooth 4.x) as specified in <xref target="F3411" format="default"/>.</li>
        </ul>
        <t>Manifest:</t>
        <ul empty="true" spacing="normal">
          <li>an immutable list of items being transported (in this specific case over wireless communication).</li>
        </ul>
      </section>
    </section>
    <section anchor="background" numbered="true" toc="default">
      <name>Background</name>
      <section anchor="reasoning-for-ietf-drip-authentication" numbered="true" toc="default">
        <name>Reasoning for IETF DRIP Authentication</name>
        <t><xref target="F3411" format="default"/> defines Authentication Message framing only. It does not define authentication formats or methods. It explicitly anticipates several signature options but does not fully define those. Annex A1 of <xref target="F3411" format="default"/> defines a Broadcast Authentication Verifier Service, which has a heavy reliance on Observer real-time connectivity to the Internet. Fortunately, <xref target="F3411" format="default"/> also allows third party standard Authentication Types using Type 5 Specific Authentication Method (SAM), several of which DRIP defines herein.</t>
        <t>The standardization of specific formats to support the DRIP requirements in UAS RID for trustworthy communications over Broadcast RID is an important part of the chain of trust for a UAS ID. Per Section 5 of <xref target="RFC9434" format="default"/>, Authentication formats are needed to relay information for Observers to determine trust. No existing formats (defined in <xref target="F3411" format="default"/> or other organizations leveraging this feature) provide the functionality to satisfy this goal resulting in the work reflected in this document.</t>
        <section anchor="ua-attestation" numbered="true" toc="default">
          <name>UA Signed Evidence</name>
          <t>When an Observer receives a DRIP-based Authentication Message (<xref target="drip-wrapper" format="default"/>, <xref target="drip-manifest" format="default"/>, or <xref target="drip-frame" format="default"/>) containing UA-signed Evidence (in an Endorsement structure <xref target="bas" format="default"/>) it MUST validate the signature using the Host Identity (HI) corresponding to the UA's DRIP Entity Tag (DET).</t>
          <t>The UA's HI SHOULD be retrieved from DNS. If not available it may have been revoked. Note that accurate revocation status is a DIME inquiry; DNS non-response is a hint that a DET is expired or revoked. It MAY be retrieved from a local cache, if present. The local cache is typically populated by DNS lookups and/or by received Broadcast Endorsements (<xref target="dime-attestation" format="default"/>).</t>
          <t>Once the Observer has the registered UA's DET and HI, all further (or cached previous) DRIP-based Authentication Messages using the UA DET can be validated. Signed content, tied to the DET, can now be trusted to have been signed by the holder of the private key corresponding to the DET.</t>
          <t>Whether the content is true is a separate question which DRIP cannot address, but sanity checks (<xref target="reqs" format="default"/>) are possible.</t>
        </section>
        <section anchor="dime-attestation" numbered="true" toc="default">
          <name>DIME Endorsements of Subordinate DET</name>
          <t>When an Observer receives a DRIP Link Authentication Message (<xref target="drip-link" format="default"/>) containing an Endorsement by the DIME of a child DET registration, it MUST validate the signature using the HI corresponding to the DIME's DET.</t>
          <t>The DIME's HI, SHOULD be retrieved from DNS (e.g., Section 5 of <xref target="drip-registries" format="default"/>), when available. It MAY be cached from a prior DNS lookup or be stored in a distinct local store.</t>
        </section>
        <section anchor="dime-hierarchy" numbered="true" toc="default">
          <name>DIME Hierarchy Endorsements</name>
          <t>An Observer can receive a series of DRIP Link Authentication Messages (<xref target="drip-link" format="default"/>), each one pertaining to a DIME's registration in the DIME above it in the hierarchy. Similar to <xref target="dime-attestation" format="default"/>, each link in this chain MUST be validated.</t>
        </section>
        <section anchor="rid-trust" numbered="true" toc="default">
          <name>UAS RID Trust</name>
          <t><xref target="ua-attestation" format="default"/>, <xref target="dime-attestation" format="default"/>, and <xref target="dime-hierarchy" format="default"/> complete the trust chain for the claimed DET and associated HI (public key), but the chain cannot yet be trusted as having any relevance to the observed UA because replay attacks are trivial. At this point, the key nominally possessed by the UA is trusted but the UA has not yet been proven to possess that private key.</t>
          <t>It is necessary for the UA to prove possession by dynamically signing data that is unique and unpredictable but easily verified by the Observer. This can be a DRIP Wrapper or Manifest (<xref target="drip-wrapper" format="default"/>, <xref target="drip-manifest" format="default"/>) containing an ASTM Message that fulfills the requirements. Verification of this signed data MUST be performed by the Observer as part of the received UAS RID information trust assessment (<xref target="trust-assessment" format="default"/>).</t>
        </section>
      </section>
      <section anchor="auth-message" numbered="true" toc="default">
        <name>ASTM Authentication Message</name>
        <t>The Authentication Message (Message Type 0x2) is unique in the ASTM <xref target="F3411" format="default"/> Broadcast standard as it is the only message that can be larger than the Legacy Transport size. To address this limitation around transport size, it is defined as a set of "pages", each of which fits into a single Legacy Transport frame. For Extended Transports, pages are still used but all are in a single frame.</t>
        <ul empty="true" spacing="normal">
          <li>Informational Note: Message Pack (Message Type 0xF) is also larger than the Legacy Transport size but is limited for use only on Extended Transports where is can be supported.</li>
        </ul>
        <t>The following sub-sections are a brief overview of the Authentication Message format defined in <xref target="F3411" format="default"/> for better context on how DRIP Authentication fills and uses various fields already defined by ASTM <xref target="F3411" format="default"/>.</t>
        <section anchor="auth-page" numbered="true" toc="default">
          <name>Authentication Page</name>
          <t>This document leverages Authentication Type 0x5, Specific Authentication Method (SAM), as the principal authentication container, defining a set of SAM Types in <xref target="drip-authentication-formats" format="default"/>. Authentication Type is encoded in every Authentication Page in the <tt>Page Header</tt>. The SAM Type is defined as a field in the <tt>Authentication Payload</tt> (see <xref target="sam-data" format="default"/>).</t>
          <figure anchor="astm-auth-page">
            <name>Standard ASTM Authentication Message Page</name>
            <artwork align="center" name="" type="" alt=""><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|  Page Header  |                                               |
+---------------+                                               |
|                                                               |
|                                                               |
|                     Authentication Payload                    |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
          </figure>
          <t>Page Header: (1 octet)</t>
          <ul empty="true" spacing="normal">
            <li>Authentication Type (4 bits) and Page Number (4 bits)</li>
          </ul>
          <t>Authentication Payload: (23 octets per page)</t>
          <ul empty="true" spacing="normal">
            <li>Authentication Payload, including headers. Null padded. See <xref target="auth-payload" format="default"/>.</li>
          </ul>
          <t>The Authentication Message is structured as a set of pages per <xref target="astm-auth-page" format="default"/>. There is a technical maximum of 16 pages (indexed 0 to 15) that can be sent for a single Authentication Message, with each page carrying a maximum 23 octet <tt>Authentication Payload</tt>. See <xref target="drip-restrictions" format="default"/> for more details. Over Legacy Transports, these messages are "fragmented", with each page sent in a separate Legacy Transport frame.</t>
          <t>Either as a single Authentication Message or a set of fragmented Authentication Message Pages, the structure is further wrapped by outer ASTM framing and the specific link framing.</t>
        </section>
        <section anchor="auth-payload" numbered="true" toc="default">
          <name>Authentication Payload Field</name>
          <t><xref target="astm-auth" format="default"/> is the source data view of the data fields found in the Authentication Message as defined by <xref target="F3411" format="default"/>. This data is placed into <xref target="astm-auth-page" format="default"/>'s <tt>Authentication Payload</tt>, spanning multiple <tt>Authentication Pages</tt>.</t>
          <figure anchor="astm-auth">
            <name>ASTM Authentication Message Fields</name>
            <artwork align="center" name="" type="" alt=""><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|                     Authentication Headers                    |
|                               +---------------+---------------+
|                               |                               |
+---------------+---------------+                               |
.                                                               .
.                Authentication Data / Signature                .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+
|      ADL      |                                               |
+---------------+                                               |
.                                                               .
.                       Additional Data                         .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
          </figure>
          <t>Authentication Headers: (6 octets)</t>
          <ul empty="true" spacing="normal">
            <li>As defined in <xref target="F3411" format="default"/>.</li>
          </ul>
          <t>Authentication Data / Signature: (0 to 255 octets)</t>
          <ul empty="true" spacing="normal">
            <li>Opaque authentication data. The length of this payload is known through a field in the <tt>Authentication Headers</tt> (not shown here).</li>
          </ul>
          <t>Additional Data Length (ADL): (1 octet - unsigned)</t>
          <ul empty="true" spacing="normal">
            <li>Length in octets of <tt>Additional Data</tt>.</li>
          </ul>
          <t>Additional Data: (255 octets max)</t>
          <ul empty="true" spacing="normal">
            <li>Data that follows the <tt>Authentication Data / Signature</tt> but is not considered part of the <tt>Authentication Data</tt> thus is not covered by a signature. When <tt>Additional Data</tt> is being sent, a single unsigned octet (<tt>Additional Data Length</tt>) directly follows the <tt>Authentication Data / Signature</tt> and has the length, in octets, of the following <tt>Additional Data</tt>. For DRIP, this field is used to carry Forward Error Correction (FEC) data as defined in <xref target="fec-details" format="default"/>.</li>
          </ul>
        </section>
        <section anchor="specific-authentication-method-sam" numbered="true" toc="default">
          <name>Specific Authentication Method (SAM)</name>
          <section anchor="sam-data" numbered="true" toc="default">
            <name>SAM Data Format</name>
            <t><xref target="sam-frame" format="default"/> is the general format to hold authentication data when using SAM and is placed inside the <tt>Authentication Data/Signature</tt> field in <xref target="astm-auth" format="default"/>.</t>
            <figure anchor="sam-frame">
              <name>SAM Data Format</name>
              <artwork align="center" name="" type="" alt=""><![CDATA[
0                   1                   2                   3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|   SAM Type    |                                               |
+---------------+                                               |
.                                                               .
.                     SAM Authentication Data                   .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
            </figure>
            <t>SAM Type: (1 octet)</t>
            <ul empty="true" spacing="normal">
              <li>The following SAM Types are allocated to DRIP:</li>
            </ul>
            <table align="center">
              <name>DRIP SAM Types</name>
              <thead>
                <tr>
                  <th align="left">SAM Type</th>
                  <th align="left">Description</th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td align="left">0x01</td>
                  <td align="left">DRIP Link (<xref target="drip-link" format="default"/>)</td>
                </tr>
                <tr>
                  <td align="left">0x02</td>
                  <td align="left">DRIP Wrapper (<xref target="drip-wrapper" format="default"/>)</td>
                </tr>
                <tr>
                  <td align="left">0x03</td>
                  <td align="left">DRIP Manifest (<xref target="drip-manifest" format="default"/>)</td>
                </tr>
                <tr>
                  <td align="left">0x04</td>
                  <td align="left">DRIP Frame (<xref target="drip-frame" format="default"/>)</td>
                </tr>
              </tbody>
            </table>
            <ul empty="true" spacing="normal">
              <li>Note: ASTM International is the owner of these code points as they are defined in <xref target="F3411" format="default"/>. In accordance with Annex 5 of the ASTM's <xref target="F3411" format="default"/>, the International Civil Aviation Organization (ICAO) has been selected by ASTM as the registrar to manage allocations of these code points. The list of which can be found at <xref target="ASTM-Remote-ID" format="default"/>.</li>
            </ul>
            <t>SAM Authentication Data: (0 to 200 octets)</t>
            <ul empty="true" spacing="normal">
              <li>Contains opaque authentication data formatted as defined by the preceding SAM Type.</li>
            </ul>
          </section>
        </section>
        <section anchor="drip-restrictions" numbered="true" toc="default">
          <name>ASTM Broadcast RID Constraints</name>
          <section anchor="wireless-frame-constraints" numbered="true" toc="default">
            <name>Wireless Frame Constraints</name>
            <t>A UA has the option of broadcasting using Bluetooth (4.x and 5.x), Wi-Fi NAN, or IEEE 802.11 Beacon, see <xref target="reqs" format="default"/>. With Bluetooth, FAA and other Civil Aviation Authorities (CAA) mandate transmitting simultaneously over both 4.x and 5.x. The same application layer information defined in <xref target="F3411" format="default"/> MUST be transmitted over all the physical layer interfaces performing the function of RID.</t>
            <t>Bluetooth 4.x presents a payload size challenge in that it can only transmit 25 octets of payload per frame while other transports can support larger payloads per frame. However, the <xref target="F3411" format="default"/> messaging framing dictated by Bluetooth 4.x constraints is inherited by <xref target="F3411" format="default"/> over other media.</t>
          </section>
          <section anchor="paged-authentication-message-constraints" numbered="true" toc="default">
            <name>Paged Authentication Message Constraints</name>
            <t>To keep consistent formatting across the different transports (Legacy and Extended) and their independent restrictions, the authentication data being sent is REQUIRED to fit within the page limit that the most constrained existing transport can support. Under Broadcast RID, the Extended Transport that can hold the least amount of authentication data is Bluetooth 5.x at 9 pages.</t>
            <t>As such DRIP transmitters are REQUIRED to adhere to the following when using the Authentication Message:</t>
            <ol spacing="normal" type="1"><li>
                <tt>Authentication Data / Signature</tt> data MUST fit in the first 9 pages (Page Numbers 0 through 8).</li>
              <li>The <tt>Length</tt> field in the <tt>Authentication Headers</tt> (which encodes the length in octets of <tt>Authentication Data / Signature</tt> only) MUST NOT exceed the value of 201. This includes the SAM Type but excludes <tt>Additional Data</tt>.</li>
            </ol>
          </section>
          <section anchor="astm-timestamps" numbered="true" toc="default">
            <name>Timestamps</name>
            <t>In ASTM <xref target="F3411" format="default"/> timestamps are a Unix-style timestamp with an epoch of <tt>2019-01-01 00:00:00 UTC</tt>. For DRIP this format is adopted for Authentication to keep a common time format in Broadcast payloads.</t>
            <t>Under DRIP there are two timestamps defined <tt>Valid Not Before (VNB)</tt> and <tt>Valid Not After (VNA)</tt>.</t>
            <t>Valid Not Before (VNB) Timestamp: (4 octets)</t>
            <ul empty="true" spacing="normal">
              <li>Timestamp denoting recommended time to start trusting data in. MUST follow the format defined in <xref target="F3411" format="default"/> as described above. MUST be set no earlier than the time the signature (across a given structure) is generated.</li>
            </ul>
            <t>Valid Not After (VNA) Timestamp: (4 octets)</t>
            <ul empty="true" spacing="normal">
              <li>Timestamp denoting recommended time to stop trusting data. MUST follow the format defined in <xref target="F3411" format="default"/> as described above. Has an additional offset to push a short time into the future (relative to <tt>VNB</tt>) to avoid replay attacks. The exact offset is not defined in this document. Best practice identifying an acceptable offset should be used taking into consideration the UA environment, and propagation characteristics of the messages being sent, and clock differences between the UA and Observers. A reasonable time would be to set <tt>VNA</tt> 2 minutes after <tt>VNB</tt>.</li>
            </ul>
          </section>
        </section>
      </section>
    </section>
    <section anchor="drip-authentication-formats" numbered="true" toc="default">
      <name>DRIP Authentication Formats</name>
      <t>All formats defined in this section are the content of the <tt>Authentication Data/Signature</tt> field in <xref target="astm-auth" format="default"/> and use the Specific Authentication Method (SAM, Authentication Type 0x5). The first octet of the <tt>Authentication Data / Signature</tt> of <xref target="astm-auth" format="default"/> is used to multiplex among these various formats.</t>
      <t>When sending data over a medium that does not have underlying FEC, for example Legacy Transports, then <xref target="fec-details" format="default"/> MUST be used.</t>
      <section anchor="bas" numbered="true" toc="default">
        <name>Endorsement Structure for UA Signed Evidence</name>
        <t>The <tt>Endorsement Structure for UA Signed Evidence</tt> (<xref target="drip-data" format="default"/>) is used by the UA during flight to sign over information elements using the private key associated with the current UA DET. It is encapsulated by the <tt>SAM Authentication Data</tt> field of <xref target="sam-frame" format="default"/>.</t>
        <t>This structure is used by the DRIP Wrapper (<xref target="drip-wrapper" format="default"/>), Manifest <xref target="drip-manifest" format="default"/>, and Frame (<xref target="drip-frame" format="default"/>). DRIP Link (<xref target="drip-link" format="default"/>) MUST NOT use it as it will not fit in the ASTM Authentication Message with its intended content (i.e., a Broadcast Endorsement).</t>
        <figure anchor="drip-data">
          <name>Endorsement Structure for UA Signed Evidence</name>
          <artwork align="center" name="" type="" alt=""><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|                      VNB Timestamp by UA                      |
+---------------+---------------+---------------+---------------+
|                      VNA Timestamp by UA                      |
+---------------+---------------+---------------+---------------+
|                                                               |
.                                                               .
.                            Evidence                           .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
|                              UA                               |
|                        DRIP Entity Tag                        |
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                          UA Signature                         |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
        </figure>
        <t>Valid Not Before (VNB) Timestamp by UA: (4 octets)</t>
        <ul empty="true" spacing="normal">
          <li>See <xref target="astm-timestamps" format="default"/>. Set by the UA.</li>
        </ul>
        <t>Valid Not After (VNA) Timestamp by UA: (4 octets)</t>
        <ul empty="true" spacing="normal">
          <li>See <xref target="astm-timestamps" format="default"/>. Set by the UA.</li>
        </ul>
        <t>Evidence: (0 to 112 octets)</t>
        <ul empty="true" spacing="normal">
          <li>The <tt>evidence</tt> section MUST be filled in with data in the form of an opaque object specified in the DRIP Wrapper (<xref target="drip-wrapper" format="default"/>), Manifest (<xref target="drip-manifest" format="default"/>), or Frame (<xref target="drip-frame" format="default"/>).</li>
        </ul>
        <t>UA DRIP Entity Tag: (16 octets)</t>
        <ul empty="true" spacing="normal">
          <li>This is the current DET <xref target="RFC9374" format="default"/> being used by the UA assumed to be a Specific Session ID (a type of UAS ID).</li>
        </ul>
        <t>UA Signature: (64 octets)</t>
        <ul empty="true" spacing="normal">
          <li>Signature over concatenation of preceding fields (<tt>VNB</tt>, <tt>VNA</tt>, <tt>Evidence</tt>, and <tt>UA DET</tt>) using the keypair of the UA DET.</li>
        </ul>
        <t>When using this structure, the UA is minimally self-endorsing its DET. The HI of the UA DET can be looked up by mechanisms described in <xref target="drip-registries" format="default"/> or by extracting it from a Broadcast Endorsement (see <xref target="drip-link" format="default"/> and <xref target="drip-recommendations" format="default"/>).</t>
      </section>
      <section anchor="drip-link" numbered="true" toc="default">
        <name>DRIP Link</name>
        <t>This SAM Type is used to transmit Broadcast Endorsements. For example, the <tt>Broadcast Endorsement: HDA, UA</tt> is sent (see <xref target="drip-recommendations" format="default"/>) as a DRIP Link message.</t>
        <ul empty="true" spacing="normal">
          <li>Note: For the remainder of this document <tt>Broadcast Endorsement: Parent, Child</tt> will be abbreviated to <tt>BE: Parent, Child</tt>.</li>
        </ul>
        <t>DRIP Link is important as its contents are used to provide trust in the DET/HI pair that the UA is currently broadcasting. This message does not require Internet connectivity to perform signature verification of the contents when the DIME DET/HI is in the receiver's cache. It also provides the UA HI, when it is a <tt>BE: HDA, UA</tt>, so that connectivity is not required when performing signature verification of other DRIP Authentication Messages.</t>
        <figure anchor="link-fig">
          <name>Broadcast Endorsement / DRIP Link</name>
          <artwork align="center" name="" type="" alt=""><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|                    VNB Timestamp by Parent                    |
+---------------+---------------+---------------+---------------+
|                    VNA Timestamp by Parent                    |
+---------------+---------------+---------------+---------------+
|                                                               |
|                              DET                              |
|                            of Child                           |
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
|                                                               |
|                                                               |
|                           HI of Child                         |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
|                              DET                              |
|                           of Parent                           |
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                     Signature by Parent                       |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
        </figure>
        <t>VNB Timestamp by Parent: (4 octets)</t>
        <ul empty="true" spacing="normal">
          <li>See <xref target="astm-timestamps" format="default"/>. Set by Parent Entity.</li>
        </ul>
        <t>VNA Timestamp by Parent: (4 octets)</t>
        <ul empty="true" spacing="normal">
          <li>See <xref target="astm-timestamps" format="default"/>. Set by Parent Entity.</li>
        </ul>
        <t>DET of Child: (16 octets)</t>
        <ul empty="true" spacing="normal">
          <li>DRIP Entity Tag of Child Entity.</li>
        </ul>
        <t>HI of Child: (32 octets)</t>
        <ul empty="true" spacing="normal">
          <li>Host Identity of Child Entity.</li>
        </ul>
        <t>DET of Parent: (16 octets)</t>
        <ul empty="true" spacing="normal">
          <li>DRIP Entity Tag of Parent Entity in DIME Hierarchy.</li>
        </ul>
        <t>Signature by Parent: (64 octets)</t>
        <ul empty="true" spacing="normal">
          <li>Signature over concatenation of preceding fields (<tt>VNB</tt>, <tt>VNA</tt>, <tt>DET of Child</tt>, <tt>HI of Child</tt>, and <tt>DET of Parent</tt>) using the keypair of the Parent DET.</li>
        </ul>
        <t>This DRIP Authentication Message is used in conjunction with other DRIP SAM Types (such as the Manifest or the Wrapper) that contain data (e.g., the ASTM Location/Vector Message, Message Type 0x2) that is guaranteed to be unique, unpredictable, and easily cross-checked by the receiving device.</t>
        <t>A hash of the final link (<tt>BE: HDA on UA</tt>) in the Broadcast Endorsement chain MUST be included in each DRIP Manifest <xref target="drip-manifest" format="default"/>.</t>
      </section>
      <section anchor="drip-wrapper" numbered="true" toc="default">
        <name>DRIP Wrapper</name>
        <t>This SAM Type is used to wrap and sign over a list of other <xref target="F3411" format="default"/> Broadcast RID messages.</t>
        <t>The <tt>evidence</tt> section of the <tt>Endorsement Structure for UA Signed Evidence</tt> (<xref target="bas" format="default"/>) is populated with up to four ASTM <xref target="F3411" format="default"/> Messages in a contiguous octet sequence. Only ASTM Message Types 0x0, 0x1, 0x3, 0x4, and 0x5 are allowed and must be in Message Type order as defined by <xref target="F3411" format="default"/>. These messages MUST include the Message Type and Protocol Version octet and MUST NOT include the Message Counter octet (thus are fixed at 25 octets in length).</t>
        <section anchor="wrapped-count-sanity-check" numbered="true" toc="default">
          <name>Wrapped Count &amp; Sanity Check</name>
          <t>When decoding a DRIP Wrapper on a receiver, a calculation of the number of messages wrapped and a sanity check MUST be performed by using the number of octets (defined as <tt>wrapperLength</tt>) between the <tt>VNA Timestamp by UA</tt> and the <tt>UA DET</tt> as shown in <xref target="wrapper-check" format="default"/>.</t>
          <figure anchor="wrapper-check">
            <name>Pseudo-code for Wrapper sanity check and number of messages calculation</name>
            <sourcecode name="" type="" markers="true"><![CDATA[

if (wrapperLength MOD 25) != 0 {
  return DECODE_FAILURE;
}
wrappedCount = wrapperLength / 25;
if (wrappedCount == 0) {
  // DRIP Wrapper over extended transport
}
else if (wrappedCount > 4) {
  return DECODE_FAILURE;
} else {
  // standard DRIP Wrapper
}

]]></sourcecode>
          </figure>
        </section>
        <section anchor="extended-wrapper" numbered="true" toc="default">
          <name>Wrapper over Extended Transports</name>
          <t>When using Extended Transports an optimization can be made to DRIP Wrapper to sign over co-located data in an ASTM Message Pack (Message Type 0xF).</t>
          <t>To perform this optimization the <tt>Endorsement Structure for UA Signed Evidence</tt> is filled with the ASTM Messages to be in the ASTM Message Pack, the signature is generated, then the <tt>evidence</tt> field is cleared leaving the encoded form shown in <xref target="set-sig" format="default"/>.</t>
          <figure anchor="set-sig">
            <name>DRIP Wrapper over Extended Transports</name>
            <artwork align="center" name="" type="" alt=""><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|                      VNB Timestamp by UA                      |
+---------------+---------------+---------------+---------------+
|                      VNA Timestamp by UA                      |
+---------------+---------------+---------------+---------------+
|                                                               |
|                              UA                               |
|                        DRIP Entity Tag                        |
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                          UA Signature                         |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
          </figure>
          <t>To verify the signature, the receiver MUST concatenate all the messages in the Message Pack (excluding Authentication Message found in the same Message Pack) in ASTM Message Type order and set the <tt>evidence</tt> section of the <tt>Endorsement Structure for UA Signed Evidence</tt> before performing signature verification.</t>
          <t>The functionality of a Wrapper in this form is equivalent to Message Set Signature (Authentication Type 0x3) when running over Extended Transports. What the Wrapper provides is the same format but over both Extended and Legacy Transports allowing the transports to be similar. Message Set Signature also implies using the ASTM validator system architecture which depends on Internet connectivity for verification which the receiver may not have at the time of receipt of an Authentication Message. This is something the Wrapper, and all DRIP Authentication Formats, avoid when the UA key is obtained via a DRIP Link Authentication Message.</t>
        </section>
        <section anchor="wrapper-limitations" numbered="true" toc="default">
          <name>Wrapper Limitations</name>
          <t>The primary limitation of the Wrapper is the bounding of up to 4 ASTM Messages that can be sent within it. Another limitation is that the format cannot be used as a surrogate for messages it is wrapping due to the potential that a receiver on the ground does not support DRIP. Thus, when a Wrapper is being used, the wrapped data must effectively be sent twice, once as a single framed message (as specified in <xref target="F3411" format="default"/>) and then again within the Wrapper.</t>
        </section>
      </section>
      <section anchor="drip-manifest" numbered="true" toc="default">
        <name>DRIP Manifest</name>
        <t>This SAM Type is used to create message manifests that contain hashes of previously sent ASTM Messages.</t>
        <t>By hashing previously sent messages and signing them, we gain trust in a UA's previous reports without re-transmitting them. This is a way to evade the limitation of a maximum of 4 messages in the Wrapper (<xref target="wrapper-limitations" format="default"/>) and greatly reduce overhead.</t>
        <t>An Observer who has been listening for any length of time MUST hash received messages and cross-check them against the Manifest hashes.</t>
        <t>Judicious use of a Manifest enables an entire Broadcast RID message stream to be strongly authenticated with less than 100% overhead relative to a completely unauthenticated message stream (see <xref target="operational-proof" format="default"/>).</t>
        <t>The <tt>evidence</tt> section of the <tt>Endorsement Structure for UA Signed Evidence</tt> (<xref target="bas" format="default"/>) is populated with 8-octet hashes of <xref target="F3411" format="default"/> Broadcast RID messages (up to 11) and three special hashes (<xref target="block-hashes" format="default"/>). All these hashes MUST be concatenated to form a contiguous octet sequence in the <tt>evidence</tt> section.</t>
        <t>The <tt>Previous Manifest Hash</tt>, <tt>Current Manifest Hash</tt>, and <tt>Broadcast Endorsement: HDA on UA Hash</tt> MUST always come before the <tt>ASTM Message Hashes</tt> as seen in <xref target="manifest-fig" format="default"/>.</t>
        <t>A receiver SHOULD use the Manifest to verify each ASTM Message hashed therein that it has previously received. It can do this without having received them all. A Manifest SHOULD typically encompass a single transmission cycle of messages being sent, see <xref target="operational-recommendations" format="default"/> and <xref target="operational-proof" format="default"/>.</t>
        <figure anchor="manifest-fig">
          <name>DRIP Manifest Evidence Structure</name>
          <artwork align="center" name="" type="" alt=""><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|                       Previous Manifest                       |
|                              Hash                             |
+---------------+---------------+---------------+---------------+
|                       Current Manifest                        |
|                              Hash                             |
+---------------+---------------+---------------+---------------+
|                Broadcast Endorsement: HDA on UA               |
|                              Hash                             |
+---------------+---------------+---------------+---------------+
|                                                               |
.                                                               .
.                      ASTM Message Hashes                      .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
        </figure>
        <t>Previous Manifest Hash: (8 octets)</t>
        <ul empty="true" spacing="normal">
          <li>Hash of the previously sent Manifest Message.</li>
        </ul>
        <t>Current Manifest Hash: (8 octets)</t>
        <ul empty="true" spacing="normal">
          <li>Hash of the current Manifest Message.</li>
        </ul>
        <t>Broadcast Endorsement: HDA on UA Hash: (8 octets)</t>
        <ul empty="true" spacing="normal">
          <li>Hash of the 136-octet contents of a DRIP Link (<xref target="drip-link" format="default"/>). Specifically the <tt>BE: HDA, UA</tt>.</li>
        </ul>
        <t>ASTM Message Hash: (8 octets)</t>
        <ul empty="true" spacing="normal">
          <li>Hash of a single full ASTM Message using hash operations described in <xref target="hash-op" format="default"/>.</li>
        </ul>
        <section anchor="hash-count-sanity-check" numbered="true" toc="default">
          <name>Hash Count &amp; Sanity Check</name>
          <t>When decoding a DRIP Manifest on a receiver, a calculation of the number of hashes and a sanity check can be performed by using the number of octets (defined as <tt>manifestLength</tt>) between the <tt>UA DET</tt> and the <tt>VNB Timestamp by UA</tt> such as shown in <xref target="manifest-check" format="default"/>.</t>
          <figure anchor="manifest-check">
            <name>Pseudo-code for Manifest Sanity Check and Number of Hashes Calculation</name>
            <sourcecode name="" type="" markers="true"><![CDATA[

if (manifestLength MOD 8) != 0 {
  return DECODE_FAILURE
}
hashCount = (manifestLength / 8) - 3;

]]></sourcecode>
          </figure>
        </section>
        <section anchor="block-hashes" numbered="true" toc="default">
          <name>Manifest Ledger Hashes</name>
          <t>Three special hashes are included in all Manifests. The <tt>Previous Manifest Hash</tt>, links to the previous Manifest, and the <tt>Current Manifest Hash</tt> which is the currently filled Manifest. These two hashes act as a ledger of provenance to the Manifest that could be traced back if the Observer was present for extended periods of time.</t>
          <t>The <tt>Broadcast Endorsement: HDA on UA Hash</tt> is included so there is a direct signature by the UA over the Broadcast Endorsement (see <xref target="drip-link" format="default"/>).</t>
        </section>
        <section anchor="hash-op" numbered="true" toc="default">
          <name>Hash Algorithms and Operation</name>
          <t>The hash algorithm used for the Manifest is the same hash algorithm used in creation of the DET <xref target="RFC9374" format="default"/> that is signing the Manifest.</t>
          <t>DET's using cSHAKE128 <xref target="NIST.SP.800-185" format="default"/> compute the hash as follows:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
cSHAKE128(ASTM Message, 64, "", "Remote ID Auth Hash")
]]></artwork>
          <t>For OGAs other than "5" <xref target="RFC9374" format="default"/>, use the construct appropriate for the associated hash. For example, for "2" which is ECDSA/SHA-384:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
Ltrunc( SHA-384( ASTM Message | "Remote ID Auth Hash" ), 8 )
]]></artwork>
          <t>When building the list of hashes, the <tt>Previous Manifest Hash</tt> is known from the previous Manifest. For the first built Manifest this value is filled with a random nonce. The <tt>Current Manifest Hash</tt> is null filled while ASTM Messages are hashed and fill the <tt>ASTM Messages Hashes</tt> section. When all messages are hashed, the <tt>Current Manifest Hash</tt> is computed over the <tt>Previous Manifest Hash</tt>, <tt>Current Manifest Hash</tt> (null filled) and <tt>ASTM Messages Hashes</tt>. This hash value replaces the null filled <tt>Current Manifest Hash</tt> and becomes the <tt>Previous Manifest Hash</tt> for the next Manifest.</t>
          <section anchor="legacy-transport-hashing" numbered="true" toc="default">
            <name>Legacy Transport Hashing</name>
            <t>Under this transport DRIP hashes the full ASTM Message being sent over the Bluetooth Advertising frame. For paged ASTM Messages (currently only Authentication Messages) all the pages are concatenated together and hashed as one object. For all other Message Types each individual 25-octet message is hashed.</t>
          </section>
          <section anchor="extended-transport-hashing" numbered="true" toc="default">
            <name>Extended Transport Hashing</name>
            <t>Under this transport DRIP hashes the full ASTM Message Pack (Message Type 0xF) - regardless of its content.</t>
          </section>
        </section>
      </section>
      <section anchor="drip-frame" numbered="true" toc="default">
        <name>DRIP Frame</name>
        <t>This SAM Type is used when the authentication data does not fit in other defined formats under DRIP and is reserved for future expansion under DRIP if required.</t>
        <t>The contents of <tt>Frame Evidence Data</tt> are not defined in this document. Other specifications MUST define the contents and register for a <tt>Frame Type</tt>.</t>
        <figure anchor="frame-fig">
          <name>DRIP Frame</name>
          <artwork align="center" name="" type="" alt=""><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|  Frame Type   |                                               |
+---------------+                                               .
.                      Frame Evidence Data                      .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
        </figure>
        <t>Frame Type: (1 octet)</t>
        <ul empty="true" spacing="normal">
          <li>Byte to sub-type for future different DRIP Frame formats. It takes the first octet in <xref target="frame-fig" format="default"/>, leaving 111 octets available for <tt>Frame Evidence Data</tt>. See <xref target="iana-drip-registry" format="default"/> for Frame Type allocations.</li>
        </ul>
      </section>
    </section>
    <section anchor="fec-details" numbered="true" toc="default">
      <name>Forward Error Correction</name>
      <t>For Broadcast RID, FEC is provided by the lower layers in Extended Transports. The Bluetooth 4.x Legacy Transport does not have supporting FEC, so with DRIP Authentication the following application level scheme is used to add some FEC. When sending data over a medium that does not have underlying FEC, for example Bluetooth 4.x, then this section MUST be used.</t>
      <t>The Bluetooth 4.x lower layers have error detection but not correction. Any frame in which Bluetooth detects an error is dropped and not delivered to higher layers (in our case, DRIP). Thus it can be treated as an erasure.</t>
      <t>DRIP standardizes a single page FEC scheme using XOR parity across all page data of an Authentication Message. This allows the correction of single erased page in an Authentication Message. If more than a single page is missing then handling of an incomplete Authentication Message is determined by higher layers.</t>
      <t>Other FEC schemes, to protect more than a single page of an Authentication Message or multiple <xref target="F3411" format="default"/> Messages, is left for future standardization if operational experience proves it necessary and/or practical.</t>
      <t>The data added during FEC is not included in the <tt>Authentication Data / Signature</tt>, but instead in the <tt>Additional Data</tt> field of <xref target="astm-auth" format="default"/>. This may cause the Authentication Message to exceed 9-pages, up to a maximum of 16-pages.</t>
      <section anchor="enc-single-page" numbered="true" toc="default">
        <name>Encoding</name>
        <t>When encoding two things are REQUIRED:</t>
        <ol spacing="normal" type="1"><li>The FEC data MUST start on a new Authentication Page. To do this, the results of parity encoding MUST be placed in the <tt>Additional Data</tt> field of <xref target="astm-auth" format="default"/> with null padding before it to line up with the next page. The <tt>Additional Data Length</tt> field MUST be set to <tt>number of padding octets + number of parity octets</tt>.</li>
          <li>The <tt>Last Page Index</tt> field (in Page 0) MUST be incremented from what it would have been without FEC by the number of pages required for the <tt>Additional Data Length</tt> field, null padding and FEC.</li>
        </ol>
        <t>To generate the parity, a simple XOR operation using the previous parity page and current page is used. Only the 23-octet <tt>Authentication Payload</tt> field of <xref target="astm-auth-page" format="default"/> is used in the XOR operations. For Page 0, a 23-octet null pad is used for the previous parity page.</t>
        <t><xref target="fig-single-fec" format="default"/> shows an example of the last two pages (out of N) of an Authentication Message using DRIP Single Page FEC. The <tt>Additional Data Length</tt> is set to 33 as there are always 23 octets of FEC data and in this example 10 octets of padding to line it up into Page N.</t>
        <figure anchor="fig-single-fec">
          <name>Example Single Page FEC Encoding</name>
          <artwork align="center" name="" type="" alt=""><![CDATA[
Page N-1:
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|  Page Header  |                                               |
+---------------+                                               |
|                Authentication Data / Signature                |
|                                                               |
|               +---------------+---------------+---------------+
|               |    ADL=33     |                               |
+---------------+---------------+                               |
|                          Null Padding                         |
|                                                               |
+---------------+---------------+---------------+---------------+

Page N:
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|  Page Header  |                                               |
+---------------+                                               |
|                                                               |
|                     Forward Error Correction                  |
|                                                               |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
        </figure>
      </section>
      <section anchor="dec-single-page" numbered="true" toc="default">
        <name>Decoding</name>
        <t>To determine if FEC has been used, a check of the <tt>Last Page Index</tt> is performed. In general if the <tt>Last Page Index</tt> field is one greater than that necessary to hold <tt>Length</tt> octets of Authentication Data then FEC has been used. Note however that if <tt>Length</tt> octets was exhausted exactly at the end of an Authentication Page then the <tt>Additional Data Length</tt> field will occupy the first octet of the following page the remainder of which under DRIP will be null padded. In this case the <tt>Last Page Index</tt> will have been incremented once for initializing the <tt>Additional Data Length</tt> field and once for FEC page, for a total of two additional pages.</t>
        <t>To decode FEC in DRIP, a rolling XOR is used on each <tt>Authentication Page</tt> received in the current <tt>Authentication Message</tt>. A Message Counter, outside of the ASTM Message but specified in <xref target="F3411" format="default"/>, is used to signal a different <tt>Authentication Message</tt> and to correlate pages to messages. This Message Counter is only single octet in length, so it will roll over (to 0x00) after reaching its maximum value (0xFF). If only a single page is missing in the <tt>Authentication Message</tt> the resulting parity octets should be the data of the erased page.</t>
        <t>Authentication Page 0 contains various important fields, only located on that page, that help decode the full ASTM Authentication Message. If Page 0 has been reconstructed, the <tt>Last Page Index</tt> and <tt>Length</tt> fields MUST be sanity checked by DRIP. The pseudo-code in <xref target="decode-pseudo" format="default"/> can be used for both checks.</t>
        <figure anchor="decode-pseudo">
          <name>Pseudo-code for Decode Checks</name>
          <sourcecode name="" type="" markers="true"><![CDATA[

function decode_check(auth_pages[], decoded_lpi, decoded_length) {
  // check decoded_lpi does not exceed maximum value
  if (decoded_lpi >= 16) {
    return DECODE_FAILURE
  }
  
  // check that decoded length does not exceed DRIP maximum value
  if (decoded_length > 201) {
    return DECODE_FAILURE
  }

  // grab the page at index where length ends and extract its data
  auth_data = auth_pages[(decoded_length - 17) / 23].data
  // find the index of last auth byte
  last_auth_byte = (17 + (23 * last_auth_page)) - decoded_length

  // look for non-nulls after the last auth byte
  if (auth_data[(last_auth_byte + 2):] has non-nulls) {
    return DECODE_FAILURE
  }

  // check that byte directly after last auth byte is null
  if (auth_data[last_auth_byte + 1] equals null) {
    return DECODE_FAILURE
  }

  // we set our presumed Additional Data Length (ADL)
  presumed_adl = auth_data[last_auth_byte + 1]
  // use the presumed ADL to calculate a presumed LPI
  presumed_lpi = (presumed_adl + decoded_length - 17) / 23

  // check that presumed LPI and decoded LPI match
  if (presumed_lpi not equal decoded_lpi) {
    return DECODE_FAILURE
  }
  return DECODE_SUCCESS
}

]]></sourcecode>
        </figure>
      </section>
      <section anchor="fec-limitations" numbered="true" toc="default">
        <name>FEC Limitations</name>
        <t>The worst-case scenario is when the <tt>Authentication Data / Signature</tt> ends perfectly on a page (Page N-1). This means the <tt>Additional Data Length</tt> would start the next page (Page N) and have 22 octets worth of null padding to align the FEC to begin at the start of the next page (Page N+1). In this scenario, an entire page (Page N) is being wasted just to carry the <tt>Additional Data Length</tt>.</t>
      </section>
    </section>
    <section anchor="reqs" numbered="true" toc="default">
      <name>Requirements &amp; Recommendations</name>
      <section anchor="legacy-transports" numbered="true" toc="default">
        <name>Legacy Transports</name>
        <t>Under DRIP, the goal is to attempt to bring reliable receipt of the paged Authentication Message using Legacy Transports. FEC (<xref target="fec-details" format="default"/>) MUST be used, per mandated RID rules (for example the US FAA RID Rule <xref target="FAA-14CFR" format="default"/>), when using Legacy Transports (such as Bluetooth 4.x).</t>
        <t>Under <xref target="F3411" format="default"/>, Authentication Messages are transmitted at the static rate (at least every 3 seconds). Any DRIP Authentication Messages containing dynamic data (such as the DRIP Wrapper) MAY be sent at the dynamic rate (at least every 1 second).</t>
      </section>
      <section anchor="extended-transports" numbered="true" toc="default">
        <name>Extended Transports</name>
        <t>Under the ASTM specification, Extended Transports of RID must use the Message Pack (Message Type 0xF) format for all transmissions. Under Message Pack, ASTM Messages are sent together (in Message Type order) in a single frame (up to 9 single frame equivalent messages under Legacy Transports). Message Packs are required by <xref target="F3411" format="default"/> to be sent at a rate of 1 per second (like dynamic messages).</t>
        <t>Without any fragmentation or loss of pages with transmission FEC (<xref target="fec-details" format="default"/>) MUST NOT be used as it is impractical.</t>
      </section>
      <section anchor="drip-recommendations" numbered="true" toc="default">
        <name>Authentication</name>
        <t>It is REQUIRED that a UA send the following DRIP Authentication Formats to fulfill the requirements in <xref target="RFC9153" format="default"/>:</t>
        <ol spacing="normal" type="1"><li>SHOULD: send DRIP Link (<xref target="drip-link" format="default"/>) using the <tt>BE: Apex, RAA</tt> (satisfying GEN-3); at least once per 5 minutes. Apex in this context is the DET prefix owner</li>
          <li>MUST: send DRIP Link (<xref target="drip-link" format="default"/>) using the <tt>BE: RAA, HDA</tt> (satisfying GEN-3); at least once per 5 minutes</li>
          <li>MUST: send DRIP Link (<xref target="drip-link" format="default"/>) using the <tt>BE: HDA, UA</tt> (satisfying ID-5, GEN-1 and GEN-3); at least once per minute</li>
          <li>MUST: send any other DRIP Authentication Format (RECOMMENDED: DRIP Manifest (<xref target="drip-manifest" format="default"/>) or DRIP Wrapper (<xref target="drip-wrapper" format="default"/>)) where the UA is dynamically signing data that is guaranteed to be unique, unpredictable and easily cross checked by the receiving device (satisfying ID-5, GEN-1 and GEN-2); at least once per 5 seconds</li>
        </ol>
      </section>
      <section anchor="operational-recommendations" numbered="true" toc="default">
        <name>Operational</name>
        <t>UAS operation may impact the frequency of sending DRIP Authentication messages. When a UA dwells at an approximate location, and the channel is heavily used by other devices, less frequent message authentication may be sufficient for an Observer. Contrast this with a UA traversing an area, where every message should be authenticated as soon as possible for greatest success as viewed by the receiver.</t>
        <t>Thus how/when these DRIP Authentication Messages are sent is up to each implementation. Further complication comes in comparing Legacy and Extended Transports.  In Legacy, each message is a separate hash within the Manifest. So, when the UA remains within a small volume of airspace, it may lean toward occasional message authentication. In Extended Transports, the hash is over the Message Pack so only few hashes need to be in a Manifest. A single Manifest can handle a potential two Message Packs (for a full set of messages) and a DRIP Link Authentication Message for the <tt>BE: HDA, UA</tt>.</t>
        <t>A separate issue is the frequency of transmitting the DRIP Link Authentication Message for the <tt>BE: HDA, UA</tt> when using the Manifest. This message content is static; its hash never changes radically. The only change is the 4-octet timestamp in the Authentication Message headers. Thus, potentially, in a dwell style operation it can be sent once per minute, where its hash is in every Manifest. A receiver can cache all DRIP Link Authentication Message for the <tt>BE: HDA, UA</tt> to mitigate potential packet loss.</t>
        <t>The following operational configuration is RECOMMENDED (in alignment with <xref target="drip-recommendations" format="default"/>):</t>
        <ol spacing="normal" type="1"><li>Per CAA requirements, generate and transmit a set of ASTM Messages (example; Basic ID, Location and System).</li>
          <li>Under Extended Transports, generate and include in the same Message Pack as the CAA required ASTM Messages a DRIP Wrapper as specified in <xref target="extended-wrapper" format="default"/> (implicitly wrapping and signing messages in the pack).</li>
          <li>Under Legacy Transports, generate and transmit every 5 seconds a DRIP Manifest (<xref target="drip-manifest" format="default"/>) hashing as many sets as desired of recent CAA required ASTM Messages. The system MAY periodically replace the DRIP Manifest with a DRIP Wrapper (<xref target="drip-wrapper" format="default"/>) containing at least a Location Message (Message Type 0x2).</li>
          <li>Under both Legacy or Extended Transports, generate and transmit a DRIP Link's (<xref target="drip-link" format="default"/>) containing; <tt>BE: HDA, UA</tt> every minute, <tt>BE: RAA, HDA</tt> every 5 minutes, <tt>BE: Apex, RAA</tt> every 5 minutes.</li>
        </ol>
        <t>The reasoning and math behind these recommendations can be found in <xref target="operational-proof" format="default"/>.</t>
        <section anchor="wrapper-operations" numbered="true" toc="default">
          <name>DRIP Wrapper</name>
          <t>The DRIP Wrapper MUST NOT be used in place of sending the ASTM messages as is. All receivers MUST be able to process all the messages specified in <xref target="F3411" format="default"/>.  Sending them within the DRIP Wrapper makes them opaque to receivers lacking support for DRIP Authentication Messages. Thus, messages within a Wrapper are sent twice: in the clear and authenticated within the Wrapper. The DRIP Manifest would seem to be a more efficient use of the transport channel.</t>
          <t>The DRIP Wrapper has a specific use case for DRIP aware receivers. For receiver plotting Location Messages (Message Type 0x2) on a map display an embedded Location Message in a DRIP Wrapper can be marked differently (e.g., via color) to signify trust in the Location data.</t>
        </section>
        <section anchor="trust-assessment" numbered="true" toc="default">
          <name>UAS RID Trust Assessment</name>
          <t>As described in <xref target="rid-trust" format="default"/>, the receiver MUST perform validation of the data being received in Broadcast RID. This is because trust in a key is different from trust that an observed UA possesses that key.</t>
          <t>A chain of DRIP Links provides trust in a key. A message containing rapidly changing, not predictable far in advance (relative to typical operational flight times) but sanity-checkable data, signed by that key, provides trust that some agent with access to that data also possesses that key. If the sanity check involves correlating physical world observations of the UA with claims in that data, then the probability is high that the observed UA is (or is collaborating with or observed in real time by) the agent with the key.</t>
          <t>After signature verification of any DRIP Authentication Message containing UAS RID information elements (e.g., DRIP Wrapper <xref target="drip-wrapper" format="default"/>) the Observer MUST use other sources of information to correlate against and perform validation. An example of another source of information is a visual confirmation of the UA position.</t>
          <t>When correlation of these different data streams does not match in acceptable thresholds, the data SHOULD be rejected as if the signature failed to validate. Acceptable thresholds limits and what happens after such a rejection are out of scope for this document.</t>
        </section>
      </section>
    </section>
    <section anchor="req-sum" numbered="true" toc="default">
      <name>Summary of Addressed DRIP Requirements</name>
      <t>The following <xref target="RFC9153" format="default"/> requirements are addressed in this document:</t>
      <t>ID-5: Non-spoofability</t>
      <ul empty="true" spacing="normal">
        <li>Addressed using the DRIP Wrapper (<xref target="drip-wrapper" format="default"/>), DRIP Manifest (<xref target="drip-manifest" format="default"/>) or DRIP Frame (<xref target="drip-frame" format="default"/>).</li>
      </ul>
      <t>GEN-1: Provable Ownership</t>
      <ul empty="true" spacing="normal">
        <li>Addressed using the DRIP Link (<xref target="drip-link" format="default"/>) and DRIP Wrapper (<xref target="drip-wrapper" format="default"/>), DRIP Manifest (<xref target="drip-manifest" format="default"/>) or DRIP Frame (<xref target="drip-frame" format="default"/>).</li>
      </ul>
      <t>GEN-2: Provable Binding</t>
      <ul empty="true" spacing="normal">
        <li>Addressed using the DRIP Wrapper (<xref target="drip-wrapper" format="default"/>), DRIP Manifest (<xref target="drip-manifest" format="default"/>) or DRIP Frame (<xref target="drip-frame" format="default"/>).</li>
      </ul>
      <t>GEN-3: Provable Registration</t>
      <ul empty="true" spacing="normal">
        <li>Addressed using the DRIP Link (<xref target="drip-link" format="default"/>).</li>
      </ul>
    </section>
    <section anchor="iana-considerations" numbered="true" toc="default">
      <name>IANA Considerations</name>
      <section anchor="iana-drip-registry" numbered="true" toc="default">
        <name>IANA DRIP Registry</name>
        <t>This document requests two new registries, for DRIP SAM Type and DRIP Frame Type, under the <eref target="https://www.iana.org/assignments/drip/drip.xhtml">DRIP registry group</eref>.</t>
        <dl newline="false" spacing="normal">
          <dt>DRIP SAM Type:</dt>
          <dd>
  This registry is a mirror for SAM Types containing the subset of allocations used by DRIP Authentication Messages. Future additions MUST be done through ICAO using their process. The following values have been allocated by ICAO to the IETF and are defined here:</dd>
        </dl>
        <table align="center">
          <name>DRIP SAM Types</name>
          <thead>
            <tr>
              <th align="left">SAM Type</th>
              <th align="left">Name</th>
              <th align="left">Description</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">0x01</td>
              <td align="left">DRIP Link</td>
              <td align="left">Format to hold Broadcast Endorsements</td>
            </tr>
            <tr>
              <td align="left">0x02</td>
              <td align="left">DRIP Wrapper</td>
              <td align="left">Authenticate full ASTM Messages</td>
            </tr>
            <tr>
              <td align="left">0x03</td>
              <td align="left">DRIP Manifest</td>
              <td align="left">Authenticate hashes of ASTM Messages</td>
            </tr>
            <tr>
              <td align="left">0x04</td>
              <td align="left">DRIP Frame</td>
              <td align="left">Format for future DRIP authentication</td>
            </tr>
          </tbody>
        </table>
        <dl newline="false" spacing="normal">
          <dt>DRIP Frame Type:</dt>
          <dd>
  This 8-bit valued registry is for Frame Types in DRIP Frame Authentication Messages. Future additions to this registry are to be made through Expert Review (Section 4.5 of <xref target="RFC8126" format="default"/>) for the values of 0x01 to 0x9F and First Come, First Served (Section 4.4 of <xref target="RFC8126" format="default"/>) for values 0xA0 to 0xEF. The following values are defined:</dd>
        </dl>
        <table align="center">
          <name>DRIP Frame Types</name>
          <thead>
            <tr>
              <th align="left">Frame Type</th>
              <th align="left">Name</th>
              <th align="left">Description</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">0x00</td>
              <td align="left">Reserved</td>
              <td align="left">Reserved</td>
            </tr>
            <tr>
              <td align="left">0x01 - 0x9F</td>
              <td align="left">Reserved</td>
              <td align="left">Reserved: Expert Review</td>
            </tr>
            <tr>
              <td align="left">0xA0 - 0xEF</td>
              <td align="left">Reserved</td>
              <td align="left">Reserved: First Come, First Served</td>
            </tr>
            <tr>
              <td align="left">0xF0 - 0xFF</td>
              <td align="left">Experimental</td>
              <td align="left">Experimental Use</td>
            </tr>
          </tbody>
        </table>
        <t>Criteria that should be applied by the designated experts includes determining whether the proposed registration duplicates existing functionality and whether the registration description is clear and fits the purpose of this registry.</t>
        <t>Registration requests MUST be sent to <eref target="mailto:drip-reg-review@ietf.org">drip-reg-review@ietf.org</eref> and be evaluated within a three-week review period on the advice of one or more designated experts. Within that review period, the designated experts will either approve or deny the registration request, and communicate their decision to the review list and IANA. Denials should include an explanation and, if applicable, suggestions to successfully register the prefix.</t>
        <t>Registration requests that are undetermined for a period longer than 28 days can be brought to the IESG's attention for resolution.</t>
      </section>
    </section>
    <section anchor="security-considerations" numbered="true" toc="default">
      <name>Security Considerations</name>
      <section anchor="replay-attacks" numbered="true" toc="default">
        <name>Replay Attacks</name>
        <t>DRIP Link messages are static in nature. These DRIP Link messages can easily be replayed by an attacker who has copied them from previous broadcasts.</t>
        <t>If an attacker (who is smart and spoofs more than just the UAS ID/data payloads) willingly replays a DRIP Link message, they have in principle actually helped by ensuring the DRIP Link is sent more frequently and be received by potential Observers.</t>
        <t>The primary mitigation is that the UA is REQUIRED to send more than DRIP Link messages, specifically the Manifest and/or Wrapper messages that sign over changing data ASTM Messages (e.g., Location/Vector Messages) using the DET private key. A UA sending these messages then actually signing these and other messages using the DET key provides the Observer with data that proves real-time signing. A UA that does not either run DRIP themselves or does not have possession of the same private key, would be clearly exposed upon signature verification.</t>
      </section>
      <section anchor="vna-timestamp-offsets-for-drip-authentication-formats" numbered="true" toc="default">
        <name>VNA Timestamp Offsets for DRIP Authentication Formats</name>
        <t>Note the discussion of VNA Timestamp offsets here is in the context of the DRIP Wrapper (<xref target="drip-wrapper" format="default"/>), DRIP Manifest (<xref target="drip-manifest" format="default"/>), and DRIP Frame (<xref target="drip-frame" format="default"/>). For DRIP Link (<xref target="drip-link" format="default"/>) these offsets are set by the DIME and have their own set of considerations in <xref target="drip-registries" format="default"/>.</t>
        <t>The offset of the <tt>VNA Timestamp by UA</tt> is one that needs careful consideration for any implementation. The offset should be shorter than any given flight duration (typically less than an hour) but be long enough to be received and processed by Observers (larger than a few seconds). It is recommended that 3-5 minutes should be sufficient to serve this purpose in any scenario, but is not limited by design.</t>
      </section>
    </section>
    <section anchor="acknowledgments" numbered="true" toc="default">
      <name>Acknowledgments</name>
      <ul spacing="normal">
        <li>Ryan Quigley and James Mussi of AX Enterprize, LLC for early prototyping to find holes in the draft specifications.</li>
        <li>Soren Friis for pointing out that Wi-Fi implementations would not always give access to the MAC Address, originally used in calculation of the hashes for DRIP Manifest. Also, for confirming that Message Packs (0xF) can only carry up to 9 ASTM frames worth of data (9 Authentication pages).</li>
        <li>
          <t>Thanks to the following reviewers:
          </t>
          <ul spacing="normal">
            <li>Rick Salz (secdir)</li>
            <li>Matt Joras (genart)</li>
          </ul>
        </li>
      </ul>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC9153" target="https://www.rfc-editor.org/info/rfc9153">
          <front>
            <title>Drone Remote Identification Protocol (DRIP) Requirements and Terminology</title>
            <author fullname="S. Card" initials="S." role="editor" surname="Card"/>
            <author fullname="A. Wiethuechter" initials="A." surname="Wiethuechter"/>
            <author fullname="R. Moskowitz" initials="R." surname="Moskowitz"/>
            <author fullname="A. Gurtov" initials="A." surname="Gurtov"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>This document defines terminology and requirements for solutions produced by the Drone Remote Identification Protocol (DRIP) Working Group. These solutions will support Unmanned Aircraft System Remote Identification and tracking (UAS RID) for security, safety, and other purposes (e.g., initiation of identity-based network sessions supporting UAS applications). DRIP will facilitate use of existing Internet resources to support RID and to enable enhanced related services, and it will enable online and offline verification that RID information is trustworthy.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9153"/>
          <seriesInfo name="DOI" value="10.17487/RFC9153"/>
        </reference>
        <reference anchor="RFC9374" target="https://www.rfc-editor.org/info/rfc9374">
          <front>
            <title>DRIP Entity Tag (DET) for Unmanned Aircraft System Remote ID (UAS RID)</title>
            <author fullname="R. Moskowitz" initials="R." surname="Moskowitz"/>
            <author fullname="S. Card" initials="S." surname="Card"/>
            <author fullname="A. Wiethuechter" initials="A." surname="Wiethuechter"/>
            <author fullname="A. Gurtov" initials="A." surname="Gurtov"/>
            <date month="March" year="2023"/>
            <abstract>
              <t>This document describes the use of Hierarchical Host Identity Tags (HHITs) as self-asserting IPv6 addresses, which makes them trustable identifiers for use in Unmanned Aircraft System Remote Identification (UAS RID) and tracking.</t>
              <t>Within the context of RID, HHITs will be called DRIP Entity Tags (DETs). HHITs provide claims to the included explicit hierarchy that provides registry (via, for example, DNS, RDAP) discovery for third-party identifier endorsement.</t>
              <t>This document updates RFCs 7401 and 7343.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9374"/>
          <seriesInfo name="DOI" value="10.17487/RFC9374"/>
        </reference>
        <reference anchor="RFC9434" target="https://www.rfc-editor.org/info/rfc9434">
          <front>
            <title>Drone Remote Identification Protocol (DRIP) Architecture</title>
            <author fullname="S. Card" initials="S." surname="Card"/>
            <author fullname="A. Wiethuechter" initials="A." surname="Wiethuechter"/>
            <author fullname="R. Moskowitz" initials="R." surname="Moskowitz"/>
            <author fullname="S. Zhao" initials="S." role="editor" surname="Zhao"/>
            <author fullname="A. Gurtov" initials="A." surname="Gurtov"/>
            <date month="July" year="2023"/>
            <abstract>
              <t>This document describes an architecture for protocols and services to support Unmanned Aircraft System Remote Identification and tracking (UAS RID), plus UAS-RID-related communications. This architecture adheres to the requirements listed in the Drone Remote Identification Protocol (DRIP) Requirements document (RFC 9153).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9434"/>
          <seriesInfo name="DOI" value="10.17487/RFC9434"/>
        </reference>
        <reference anchor="F3411">
          <front>
            <title>F3411-22a: Standard Specification for Remote ID and Tracking</title>
            <author>
              <organization/>
            </author>
            <date year="2022" month="July"/>
          </front>
        </reference>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="NIST.SP.800-185" target="https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-185.pdf">
          <front>
            <title>SHA-3 derived functions: cSHAKE, KMAC, TupleHash and ParallelHash</title>
            <author fullname="John Kelsey" surname="Kelsey">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author fullname="Shu-jen Change" surname="Change">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author fullname="Ray Perlner" surname="Perlner">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author>
              <organization abbrev="NIST">National Institute of Standards and Technology</organization>
              <address>
                <postal>
                  <country>US</country>
                  <city>Gaithersburg</city>
                </postal>
              </address>
            </author>
            <date month="December" year="2016"/>
          </front>
          <seriesInfo name="NIST Special Publications (General)" value="800-185"/>
          <seriesInfo name="DOI" value="10.6028/NIST.SP.800-185"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="drip-registries" target="https://datatracker.ietf.org/doc/html/draft-ietf-drip-registries-14">
          <front>
            <title>DRIP Entity Tag (DET) Identity Management Architecture</title>
            <author fullname="Adam Wiethuechter" initials="A." surname="Wiethuechter">
              <organization>AX Enterprize, LLC</organization>
            </author>
            <author fullname="Jim Reid" initials="J." surname="Reid">
              <organization>RTFM llp</organization>
            </author>
            <date day="4" month="December" year="2023"/>
            <abstract>
              <t>   This document describes the high level architecture for the
   registration and discovery of DRIP Entity Tags (DETs) using DNS.
   Discovery of DETs and their artifacts are through DRIP specific DNS
   structures and standard DNS methods.  A general overview of the
   interfaces required between involved components is described in this
   document with future supporting documents giving technical
   specifications.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-drip-registries-14"/>
        </reference>
        <reference anchor="RFC8126" target="https://www.rfc-editor.org/info/rfc8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
        <reference anchor="FAA-14CFR" target="https://www.govinfo.gov/content/pkg/FR-2021-01-15/pdf/2020-28948.pdf">
          <front>
            <title>Remote Identification of Unmanned Aircraft</title>
            <author>
              <organization/>
            </author>
            <date year="2021" month="January"/>
          </front>
        </reference>
        <reference anchor="ASTM-Remote-ID" target="https://www.icao.int/airnavigation/IATF/Pages/ASTM-Remote-ID.aspx">
          <front>
            <title>ICAO Remote ID Number Registration</title>
            <author>
              <organization/>
            </author>
            <date year="2023" month="December"/>
          </front>
        </reference>
      </references>
    </references>
    <section anchor="auth-state-diagrams" numbered="true" toc="default">
      <name>Authentication States</name>
      <t>ASTM Authentication has only three states: None, Invalid, and Valid. This is because, under ASTM, the authentication is done by an external service hosted somewhere on the Internet so it is assumed an authoritative response will always be returned. This classification becomes more complex in DRIP with the support of "offline" scenarios where a receiver does not have Internet connectivity. With the use of asymmetric cryptography this means that the public key (PK) must somehow be obtained. <xref target="drip-registries" format="default"/> gets more into detail how these keys are stored on DNS and one use of DRIP Authentication messages is to send PK's over Broadcast RID.</t>
      <t>There are a few keys of interest: the PK of the UA and the PK's of relevant DIMEs. This document describes how to send the PK of the UA over the Broadcast RID messages. The key of DIMEs are sent over Broadcast RID using the same mechanisms (see <xref target="drip-link" format="default"/> and <xref target="drip-recommendations" format="default"/>) but MAY be sent at a far lower rate due to potential operational constraints (such as saturation of limited bandwidth). As such, there are scenarios where part of the key-chain may be unavailable at the moment a full Authentication Message is received and processed.</t>
      <t>The intent of this appendix is to give a recommended way to classify these various states and convey it to the user through colors and state names/text. These states can apply to either a single authentication message, a DET (and its associated public key), and/or a sender.</t>
      <t>The table below lays out the RECOMMENDED colors to associate with state and a brief description of each.</t>
      <table align="center">
        <name>Authentication State Names, Colors &amp; Descriptions</name>
        <thead>
          <tr>
            <th align="left">State</th>
            <th align="left">Color</th>
            <th align="left">Details</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">None</td>
            <td align="left">Black</td>
            <td align="left">No Authentication being received (as yet)</td>
          </tr>
          <tr>
            <td align="left">Partial</td>
            <td align="left">Gray</td>
            <td align="left">Authentication being received but missing pages</td>
          </tr>
          <tr>
            <td align="left">Unsupported</td>
            <td align="left">Brown</td>
            <td align="left">Authentication Type/SAM Type of received message not supported</td>
          </tr>
          <tr>
            <td align="left">Unverifiable</td>
            <td align="left">Yellow</td>
            <td align="left">Data needed for signature verification is missing</td>
          </tr>
          <tr>
            <td align="left">Verified</td>
            <td align="left">Green</td>
            <td align="left">Valid signature verification and content validation</td>
          </tr>
          <tr>
            <td align="left">Trusted</td>
            <td align="left">Blue</td>
            <td align="left">evidence of Verified and DIME is marked as only registering DETs for trusted entities</td>
          </tr>
          <tr>
            <td align="left">Unverified</td>
            <td align="left">Red</td>
            <td align="left">Invalid signature verification or content validation</td>
          </tr>
          <tr>
            <td align="left">Questionable</td>
            <td align="left">Orange</td>
            <td align="left">evidence of both Verified &amp; Unverified for the same claimed sender</td>
          </tr>
          <tr>
            <td align="left">Conflicting</td>
            <td align="left">Purple</td>
            <td align="left">evidence of both Trusted &amp; Unverified for the same claimed sender</td>
          </tr>
        </tbody>
      </table>
      <section anchor="black" numbered="true" toc="default">
        <name>None: Black</name>
        <t>The default state where no authentication information has yet to be received.</t>
      </section>
      <section anchor="gray" numbered="true" toc="default">
        <name>Partial: Gray</name>
        <t>A pending state where authentication pages are being received but a full authentication message has yet to be compiled.</t>
      </section>
      <section anchor="brown" numbered="true" toc="default">
        <name>Unsupported: Brown</name>
        <t>A state wherein authentication data is being or has been received, but cannot be used, as the Authentication Type or SAM Type is not supported by the receiver.</t>
      </section>
      <section anchor="yellow" numbered="true" toc="default">
        <name>Unverifiable: Yellow</name>
        <t>A pending state where a full authentication message has been received but other information, such as public keys to verify signatures, is missing.</t>
      </section>
      <section anchor="green" numbered="true" toc="default">
        <name>Verified: Green</name>
        <t>A state where all authentication messages that have been received, up to that point from that claimed sender, pass signature verification and the requirement of <xref target="trust-assessment" format="default"/> has been met.</t>
      </section>
      <section anchor="blue" numbered="true" toc="default">
        <name>Trusted: Blue</name>
        <t>A state where all authentication messages that have been received, up to that point, from that claimed sender, have passed signature verification, the requirement of <xref target="trust-assessment" format="default"/> has been met, and the public key of the sending UA is marked as trusted.</t>
        <t>The sending UA key will have been marked as trusted if the relevant DIMEs only register DETs (of subordinate DIMEs, UAS operators, and UA) that have been vetted as per their published registration policies, and those DIMEs have been marked, by the owner (individual or organizational) of the receiver, as per that owner's policy, as trusted to register DETs only for trusted parties.</t>
      </section>
      <section anchor="orange" numbered="true" toc="default">
        <name>Questionable: Orange</name>
        <t>A state where there is a mix of authentication messages received that are Verified (<xref target="green" format="default"/>) and Unverified (<xref target="red" format="default"/>).</t>
        <t>Transition to this state is from Verified if a subsequent message fails verification so would have otherwise been marked Unverified, or from Unverified if a subsequent message passes verification or validation so would otherwise have been marked Verified, or from either of those state upon mixed results on the requirement of <xref target="trust-assessment" format="default"/>.</t>
      </section>
      <section anchor="red" numbered="true" toc="default">
        <name>Unverified: Red</name>
        <t>A state where all authentication messages that have been received, up to that point, from that claimed sender, failed signature verification or the requirement of <xref target="trust-assessment" format="default"/>.</t>
      </section>
      <section anchor="purple" numbered="true" toc="default">
        <name>Conflicting: Purple</name>
        <t>A state where there is a mix of authentication messages received that are Trusted (<xref target="blue" format="default"/>) and Unverified (<xref target="red" format="default"/>) and the public key of the aircraft is marked as trusted.</t>
        <t>Transition to this state is from Trusted if a subsequent message fails verification so would have otherwise been marked Unverified, or from Unverified if a subsequent message passes verification or validation and policy checks so would otherwise have been marked Trusted, or from either of those state upon mixed results on the requirement of <xref target="trust-assessment" format="default"/>.</t>
      </section>
    </section>
    <section anchor="operational-proof" numbered="true" toc="default">
      <name>Operational Recommendation Analysis</name>
      <t>The recommendations found in (<xref target="operational-recommendations" format="default"/>) may seem heavy handed and specific. This appendix lays out the math and assumptions made to come to the recommendations listed there. This section is solely based on operations using Legacy Transports; as such, all calculations of frame counts for DRIP included FEC using <xref target="fec-details" format="default"/>.</t>
      <section anchor="methodology" numbered="true" toc="default">
        <name>Methodology</name>
        <t>In the US, the required ASTM Messages to be transmitted every second are: Basic ID (0x1), Location (0x2), and System (0x4). Typical implementations will most likely send at a higher rate (2x sets per cycle) resulting in 6 frames sent per cycle. Transmitting this set of message more than once a second is not discouraged but awareness is needed to avoid congesting the RF spectrum, causing further issues.</t>
        <ul empty="true" spacing="normal">
          <li>Informational Note: In Europe, the Operator ID Message (0x5) is also included; pushing the frame count to 8 per cycle. In Japan, two Basic ID (0x0), Location (0x1), and Authentication (0x2) are required, likely pushing the frame count beyond 8.</li>
        </ul>
        <t>To calculate the frame count of a given DRIP Authentication Message the following formula is used:</t>
        <ul empty="true" spacing="normal">
          <li>1 + ceiling((((16 + 8 + 64) + (Item Size * Item Count) + 2) - 16) / 23) + 1</li>
        </ul>
        <t>The leading 1 is counting for the Page 0 which is always present. The DET (16 octets), timestamps (8 octets) and signature (64 octets) all make up the required fields for DRIP. Item Size (in octets) is size of each item in a given format; for a Wrapper it is 25 (a full ASTM Message), while for a Manifest it is 8 (a single hash). 2 more is added to account for the SAM Type and the ADL octet. The value 16 is the number of octets not counted (as they are part of Page 0 which is already counted for). 23 is the number of octets per Authentication Page (pages 1 - 15). After dividing by 23 the value is raised to the nearest whole value as we can only send full frames, not partial. The final 1 is counting for a single page of FEC applied in DRIP under Bluetooth 4.x.</t>
        <ul empty="true" spacing="normal">
          <li>Informational Note: for DRIP Link the Item Size is 48 and Item Count is 1; resulting in a frame count of 8</li>
        </ul>
        <t>Comparing DRIP Wrapper and Manifest Authentication Message frame counts we have the following:</t>
        <table anchor="tbl-frame-counts" align="center">
          <name>Frame Counts</name>
          <thead>
            <tr>
              <th align="left">Authenticated Frames</th>
              <th align="left">Wrapper Frames</th>
              <th align="left">Manifest Frames</th>
              <th align="left">Total Wrapper Frames</th>
              <th align="left">Total Manifest Frames</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">1</td>
              <td align="left">7</td>
              <td align="left">7</td>
              <td align="left">8</td>
              <td align="left">8</td>
            </tr>
            <tr>
              <td align="left">2</td>
              <td align="left">8</td>
              <td align="left">7</td>
              <td align="left">10</td>
              <td align="left">9</td>
            </tr>
            <tr>
              <td align="left">3</td>
              <td align="left">9</td>
              <td align="left">7</td>
              <td align="left">12</td>
              <td align="left">10</td>
            </tr>
            <tr>
              <td align="left">4</td>
              <td align="left">10</td>
              <td align="left">8</td>
              <td align="left">14</td>
              <td align="left">12</td>
            </tr>
            <tr>
              <td align="left">5</td>
              <td align="left">N/A</td>
              <td align="left">8</td>
              <td align="left">N/A</td>
              <td align="left">13</td>
            </tr>
            <tr>
              <td align="left">6</td>
              <td align="left">N/A</td>
              <td align="left">8</td>
              <td align="left">N/A</td>
              <td align="left">14</td>
            </tr>
            <tr>
              <td align="left">7</td>
              <td align="left">N/A</td>
              <td align="left">9</td>
              <td align="left">N/A</td>
              <td align="left">16</td>
            </tr>
            <tr>
              <td align="left">8</td>
              <td align="left">N/A</td>
              <td align="left">9</td>
              <td align="left">N/A</td>
              <td align="left">17</td>
            </tr>
            <tr>
              <td align="left">9</td>
              <td align="left">N/A</td>
              <td align="left">10</td>
              <td align="left">N/A</td>
              <td align="left">19</td>
            </tr>
            <tr>
              <td align="left">10</td>
              <td align="left">N/A</td>
              <td align="left">10</td>
              <td align="left">N/A</td>
              <td align="left">20</td>
            </tr>
            <tr>
              <td align="left">11</td>
              <td align="left">N/A</td>
              <td align="left">10</td>
              <td align="left">N/A</td>
              <td align="left">21</td>
            </tr>
            <tr>
              <td align="left">12</td>
              <td align="left">N/A</td>
              <td align="left">12</td>
              <td align="left">N/A</td>
              <td align="left">24</td>
            </tr>
          </tbody>
        </table>
        <t>Note that for <tt>Manifest Frames</tt> the calculations use an <tt>Item Count</tt> that is <tt>2 + Authentication Frames</tt>. This is to account for the two special hashes.</t>
        <t>The values in <tt>Total Frames</tt> is calculated by adding in the <tt>Item Count</tt> (to either the <tt>Wrapper Frames</tt> or <tt>Manifest Frames</tt> column) to account for the ASTM Messages being sent outside the Authentication Message.</t>
      </section>
      <section anchor="examples" numbered="true" toc="default">
        <name>Examples</name>
        <section anchor="legend" numbered="true" toc="default">
          <name>Legend</name>
          <t>The following legend applies to all example schedules in this section.</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
A = Basic ID Message (0x0) ID Type 1
B = Basic ID Message (0x0) ID Type 2
C = Basic ID Message (0x0) ID Type 3
D = Basic ID Message (0x0) ID Type 4
V = Location/Vector Message (0x1)
I = Self ID Message (0x3)
S = System Message (0x4)
O = Operator ID Message (0x5)

L[y,z] = DRIP Link Authentication Message (0x2)
W[y,z] = DRIP Wrapper Authentication Message (0x2)
M[y,z] = DRIP Manifest Authentication Message (0x2)
  y = Start Page
  z = End Page

# = Empty Frame Slot
* = Message in DRIP Manifest Authentication Message
]]></artwork>
        </section>
        <section anchor="astm-maximum-schedule-example" numbered="true" toc="default">
          <name>ASTM Maximum Schedule Example</name>
          <t>For this example we will assume the following ASTM Messages are in play:</t>
          <ul spacing="normal">
            <li>1x Basic ID (0x0) set as ID Type for Serial Number (0x1)</li>
            <li>1x Basic ID (0x0) set as ID Type for CAA Assigned ID (0x2)</li>
            <li>1x Basic ID (0x0) set as ID Type for UTM Assigned ID (0x3)</li>
            <li>1x Basic ID (0x0) set as ID Type for Specific Session ID (0x4)</li>
            <li>2x Location (0x1)</li>
            <li>1x Self ID (0x3)</li>
            <li>2x System (0x4)</li>
            <li>2x Operator ID (0x5)</li>
          </ul>
          <t>This message set uses all single frame ASTM Messages, sending a set of them (Location, System and Operator ID) at a rate of 2 per second. Two Basic IDs are sent in a single second and rotate between the 4 defined (1x per type). A single Self ID is sent every second. All messages in a given second, if appear more than once, are exact duplicates.</t>
          <t>This example, as exactly presented here, would never make sense in practice, as a Single Use Session ID is pointless in conjunction with any other Basic ID. This is just to show that you <em>could</em> send everything, that doing so would have an overhead not much over 100%, and that you <em>could</em> create a reasonable practical schedule by simply "puncturing" this one (omitting those messages you don't need or want).</t>
          <figure anchor="schedule-fig">
            <name>Example Legacy Transport Transmit Schedule</name>
            <artwork align="center" name="" type="" alt=""><![CDATA[
+-----------------------------------------------------------+
|                        Frame Slots                        |
| 00 | 01 | 02 | 03 | 04 | 05 | 06 | 07 | 08 | 09 | 10 | 11 |
+----+----+----+----+----+----+----+----+----+----+----+----+
| A* | V* | S  | O  | B  | V  | S* | O  | I  |   L/W[0,2]   |
+----+----+----+----+----+----+----+----+----+----+----+----+
| C* | V  | S* | O  | D* | V* | S  | O  | I* |   L/W[3,5]   |
+----+----+----+----+----+----+----+----+----+----+----+----+
| A  | V* | S  | O* | B* | V  | S  | O  | I  |L/W[6,7] | ## |
+----+----+----+----+----+----+----+----+----+----+----+----+
| C  | V  | S  | O  | D  | V  | S  | O  | I  |    M[0,2]    |
+----+----+----+----+----+----+----+----+----+----+----+----+
| A  | V  | S  | O  | B  | V  | S  | O  | I  |    M[3,5]    |
+----+----+----+----+----+----+----+----+----+----+----+----+
| C  | V  | S  | O  | D  | V  | S  | O  | I  |    M[6,8]    |
+----+----+----+----+----+----+----+----+----+----+----+----+
| A  | V  | S  | O  | B  | V  | S  | O  | I  |M[9]| ## | ## |
+----+----+----+----+----+----+----+----+----+----+----+----+
]]></artwork>
          </figure>
          <t>Manifest messages in the schedule are filled with unique messages from previously transmitted messages before the new Manifest is sent. In <xref target="schedule-fig" format="default"/>, this is denoted by the <tt>*</tt> symbol as being part of the Manifest. In <xref target="schedule-fig" format="default"/>, messages are eligible for the Manifest in the very first cycle of transmission. In future iterations, 56 messages are eligible across the 7 seconds it takes to send the previous Manifest and the next Link/Wrapper. Care should be given into the selection of messages for a Manifest as there is a limit of 10 hashes.</t>
          <ul empty="true" spacing="normal">
            <li>Informational Note: the term "unique message" above is used as in the example schedule the 2nd Location and System messages MAY be exact copies of the previous Location and System messages sent in the same second. Duplicates of this kind SHOULD NOT be included in a Manifest.</li>
          </ul>
          <t>In the schedule the Wrapper and the Link messages switch back and forth the contents of them are changing in the following order:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
Link: HDA on UA
Link: RAA on HDA
Link: HDA on UA
Link: Apex on RAA
Link: HDA on UA
Link: RAA on HDA
Link: HDA on UA
Wrapper: Location (0x1), System (0x4)
Link: HDA on UA
Link: RAA on HDA
Link: HDA on UA
Link: Apex on RAA
Link: HDA on UA
Link: RAA on HDA
Link: HDA on UA
Wrapper: Location (0x1), System (0x4)
Link: IANA on UAS RID Apex
]]></artwork>
          <t>Any messages not required for a local jurisdiction can be removed from the schedule. It is RECOMMENDED this empty frame slot is left empty to help with timing due to RF constraints/concerns. For example, in the US the Self ID (0x3) and Operator ID (0x5) are not required and can be ignored in the above figures. Only one Basic ID (0x0) is selected in the US at any given time, opening up three (3) more slots.</t>
        </section>
        <section anchor="us-example" numbered="true" toc="default">
          <name>US Example</name>
          <figure anchor="us-schedule-fig">
            <name>US Example Legacy Transport Transmit Schedule</name>
            <artwork align="center" name="" type="" alt=""><![CDATA[
+-------------------------------------------------------------------+
|                          Frame Slots                              |
| 00      | 01 | 02 | 03 | 04-07  | 08      | 09 | 10 | 11 | 12-15  |
+---------+----+----+----+--------+---------+----+----+----+--------+
| {A|C|D} | V  | I  | S  | M[0,3] | {A|C|D} | V  | I  | S  | M[4,7] |
+---------+----+----+----+--------+---------+----+----+----+--------+
| {A|C|D} | V  | I  | S  | M[8,9] | {A|C|D} | V  | I  | S  | M[1,4] |
|         |    |    |    | L[0]   |         |    |    |    |        |
|         |    |    |    | M[0]   |         |    |    |    |        |
+---------+----+----+----+--------+---------+----+----+----+--------+
| {A|C|D} | V  | I  | S  | M[5,8] | {A|C|D} | V  | I  | S  | M[9]   |
|         |    |    |    |        |         |    |    |    | L[1]   |
|         |    |    |    |        |         |    |    |    | M[0,1] |
+---------+----+----+----+--------+---------+----+----+----+--------+
| {A|C|D} | V  | I  | S  | M[2,5] | {A|C|D} | V  | I  | S  | M[6,9] |
+---------+----+----+----+--------+---------+----+----+----+--------+
| {A|C|D} | V  | I  | S  | L[2]   | {A|C|D} | V  | I  | S  | M[3,6] |
|         |    |    |    | M[0,2] |         |    |    |    |        |
+---------+----+----+----+--------+---------+----+----+----+--------+
| {A|C|D} | V  | I  | S  | M[7,9] | {A|C|D} | V  | I  | S  | M[0,3] |
|         |    |    |    | L[3]   |         |    |    |    |        |
+---------+----+----+----+--------+---------+----+----+----+--------+
| {A|C|D} | V  | I  | S  | M[4,7] | {A|C|D} | V  | I  | S  | M[8,9] |
|         |    |    |    |        |         |    |    |    | L[4]   |
|         |    |    |    |        |         |    |    |    | M[0]   |
+---------+----+----+----+--------+---------+----+----+----+--------+
| {A|C|D} | V  | I  | S  | M[1,4] | {A|C|D} | V  | I  | S  | M[5,8] |
+---------+----+----+----+--------+---------+----+----+----+--------+
| {A|C|D} | V  | I  | S  | M[9]   | {A|C|D} | V  | I  | S  | M[2,5] |
|         |    |    |    | L[5]   |         |    |    |    |        |
|         |    |    |    | M[0,1] |         |    |    |    |        |
+---------+----+----+----+--------+---------+----+----+----+--------+
| {A|C|D} | V  | I  | S  | M[6,9] | {A|C|D} | V  | I  | S  | L[6]   |
|         |    |    |    |        |         |    |    |    | M[0,2] |
+---------+----+----+----+--------+---------+----+----+----+--------+
| {A|C|D} | V  | I  | S  | M[3,6] | {A|C|D} | V  | I  | S  | M[7,9] |
|         |    |    |    |        |         |    |    |    | L[7]   |
+---------+----+----+----+--------+---------+----+----+----+--------+
]]></artwork>
          </figure>
        </section>
        <section anchor="eu-example" numbered="true" toc="default">
          <name>EU Example</name>
          <figure anchor="eu-schedule-fig">
            <name>EU Example Legacy Transport Transmit Schedule</name>
            <artwork align="center" name="" type="" alt=""><![CDATA[
+---------------------------------------------------------+
|                       Frame Slots                       |
| 00      | 01-04   | 05-09  | 10      | 11-14   | 15-19  |
+---------+---------+--------+---------+---------+--------+
| {A|C|D} | V,I,S,O | M[0,4] | {A|C|D} | V,I,S,O | M[5,9] |
+---------+---------+--------+---------+---------+--------+
| {A|C|D} | V,I,S,O | L[0]   | {A|C|D} | V,I,S,O | M[4,8] |
|         |         | M[0,3] |         |         |        |
+---------+---------+--------+---------+---------+--------+
| {A|C|D} | V,I,S,O | M[9]   | {A|C|D} | V,I,S,O | M[3,7] |
|         |         | L[1]   |         |         |        |
|         |         | M[0,2] |         |         |        |
+---------+---------+--------+---------+---------+--------+
| {A|C|D} | V,I,S,O | M[8,9] | {A|C|D} | V,I,S,O | M[2,6] |
|         |         | L[2]   |         |         |        |
|         |         | M[0,1] |         |         |        |
+---------+---------+--------+---------+---------+--------+
| {A|C|D} | V,I,S,O | M[7,9] | {A|C|D} | V,I,S,O | M[1,5] |
|         |         | L[3]   |         |         |        |
|         |         | M[0]   |         |         |        |
+---------+---------+--------+---------+---------+--------+
| {A|C|D} | V,I,S,O | M[6,9] | {A|C|D} | V,I,S,O | M[0,3] |
|         |         | L[4]   |         |         |        |
+---------+---------+--------+---------+---------+--------+
| {A|C|D} | V,I,S,O | M[5,9] | {A|C|D} | V,I,S,O | L[5]   |
|         |         |        |         |         | M[0,3] |
+---------+---------+--------+---------+---------+--------+
| {A|C|D} | V,I,S,O | M[4,8] | {A|C|D} | V,I,S,O | M[9]   |
|         |         |        |         |         | L[6]   |
|         |         |        |         |         | M[0,2] |
+---------+---------+--------+---------+---------+--------+
| {A|C|D} | V,I,S,O | M[3,7] | {A|C|D} | V,I,S,O | M[8,9] |
|         |         |        |         |         | L[7]   |
|         |         |        |         |         | M[0,1] |
+---------+---------+--------+---------+---------+--------+
| {A|C|D} | V,I,S,O | M[2,6] | {A|C|D} | V,I,S,O | M[7,9] |
|         |         |        |         |         | L[0]   |
|         |         |        |         |         | M[0]   |
+---------+---------+--------+---------+---------+--------+
| {A|C|D} | V,I,S,O | M[1,5] | {A|C|D} | V,I,S,O | M[6,9] |
|         |         |        |         |         | L[1]   |
+---------+---------+--------+---------+---------+--------+
]]></artwork>
          </figure>
        </section>
        <section anchor="jp-example" numbered="true" toc="default">
          <name>JP Example</name>
          <figure anchor="jp-schedule-fig">
            <name>JP Example Legacy Transport Transmit Schedule</name>
            <artwork align="center" name="" type="" alt=""><![CDATA[
+-----------------------------------------+
|               Frame Slots               |
| 00-04     | 05-09  | 10-14     | 15-19  |
+-----------+--------+-----------+--------+
| A,B,V,I,S | M[0,4] | A,B,V,I,S | M[5,9] |
+-----------+--------+-----------+--------+
| A,B,V,I,S | L[0]   | A,B,V,I,S | M[4,8] |
|           | M[0,3] |           |        |
+-----------+--------+-----------+--------+
| A,B,V,I,S | M[9]   | A,B,V,I,S | M[3,7] |
|           | L[1]   |           |        |
|           | M[0,2] |           |        |
+-----------+--------+-----------+--------+
| A,B,V,I,S | M[8,9] | A,B,V,I,S | M[2,6] |
|           | L[2]   |           |        |
|           | M[0,1] |           |        |
+-----------+--------+-----------+--------+
| A,B,V,I,S | M[7,9] | A,B,V,I,S | M[1,5] |
|           | L[3]   |           |        |
|           | M[0]   |           |        |
+-----------+--------+-----------+--------+
| A,B,V,I,S | M[6,9] | A,B,V,I,S | M[0,4] |
|           | L[4]   |           |        |
+-----------+--------+-----------+--------+
| A,B,V,I,S | M[5,9] | A,B,V,I,S | L[5]   |
|           |        |           | M[0,3] |
+-----------+--------+-----------+--------+
| A,B,V,I,S | M[4,8] | A,B,V,I,S | M[9]   |
|           |        |           | L[6]   |
|           |        |           | M[0,2] |
+-----------+--------+-----------+--------+
| A,B,V,I,S | M[3,7] | A,B,V,I,S | M[8,9] |  
|           |        |           | L[7]   |
|           |        |           | M[0,1] |
+-----------+--------+-----------+--------+
| A,B,V,I,S | M[2,6] | A,B,V,I,S | M[7,9] |  
|           |        |           | L[0]   |
|           |        |           | M[0]   |
+-----------+--------+-----------+--------+
| A,B,V,I,S | M[1,5] | A,B,V,I,S | M[6,9] |  
|           |        |           | L[1]   |
+-----------+--------+-----------+--------+
]]></artwork>
          </figure>
        </section>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
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
udVFCW9J5V7c6pooOm16U7/R0iE1fzavhGDaY5A2D7JbOrjKIADGHkFx7SCN
58WDPOVBntIgNGFCDptp+c+3eV3vk8rd8BAbb8deloDIlojb0nNaYU0B53tC
m98ZV8Ch5OfCFi9zCd2kT5xz0IQoJyDmurslKvWSPUtYDOcKPqbaPUEXB5Yq
3Tjh6x4uac8sqepUsI12scxwWhajvdsHnM7n/o4duzRbbg3xf7XCRC+jg/3P
JC4myEj/LlWSsBj6dOmbZCISjuPeZRy/M/yWWDq1Nj6otAlrClQqKGObTBWs
ffODWnmiIhyq23QSFGAeJwQwcqNe0AzjeL6qAlC2za5VtAku50ylmaGO41GS
i3bE79IKqDQYvoFiTh9u9DzB+E3BFzWfU9rpYhrNrTW+i1qG1KegZqH58gyI
paWP4uxERrNyZXMYezDiofHQ2HCRcV0KW1CAXWQC+Wk6P9Pklq3HoAmtrNnz
lAhv4YSAo+/+nFPM2pymmZD9Kk+nS1HSQDmJR0sKm6+R/d7EZKkaFgV66oTl
EG8OKodJRBccLitcWsOw5nFcp0QFnEo1rxXfRnQ60zxeRXzQqRKtok3GHZsv
fKpiANqJDyfB2218Hd1rM4xHJLcD6j65V2WBowlJZT0yh/sbpE0uOAE67xDi
JVTEnleYBz7ImRbYgwFWLIuhDTgDbKFaDNGoWJIbABMAeHOgQ3JlhFAOp2Ti
uZR/UN/+dKXX0ZrFYATn4lJrgFrItSGHeMOSUqcMNpK4WKOU400cLKqn1HVB
bFoV1opAUgPCmpaDXh5e60MxhbGeXvZ0keGjoXNv7ofbcIhQcoH3WOxvEiUl
T/jdVMl6ZIHvlV7MWelg04aLVQtmQWOiM5z5RhcyD7kIGCmMgcYk6mOtE8na
wgozQryypYAZMTmPyW6GhCwoRCOWN8+eQu46b/tdsYGfiikdS8dfMStaLuC1
xo5CcJXDVn+vJhPyejWZ+iXArNWiNDciz0k+WtrVhaOlMppW+lRzv4R7aY3M
T1aLu2XdsaIYk4G+2WDAuKDLZS9FoaIAtey20dDMNbAOpKh+o4A8SrqMV7Ip
wQ4NciV5BpveWNtpVlIVJTsxHiNtBNawnIYz2TYg5ZAWbx4n3cBvmU18xLfO
gH7M1Zw8Vn932/UecC05MF4jXWZsbj6Nic0A4SJJnoV7S4/ImMgaKlMnS5NM
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
3kyBPvU2Pvqc98g3wizzXp0dxsmltzTFoDB78PazCbPNIuzN8mtZcO1RCUo0
IPdARjUuSgAl1d6Avxw86A2e1IA4/G39lyGqdA+7R91Xgo9l2uR9+aCWvX+G
ea0UWT/vDpPDEtoZd4e2K3Qj/O3LwKpKO70vt1mMr1+Wyn7r19y836rU8jX2
W9UXvC+3asUtu9+tT9pvlS98jf1WJTLvy0EtW7T7rZPDbr3fW7z7JfZb5XkB
YagTPu1+d36lNT9oXrOKJQ1rbv7I3++XWPNORb+sEJWPWXOTSHLb/dYJIp9l
v9sVPaBCVD5uv48+ab91avNn2e9WRdKqEJWP2+/mp+y3Viz7LPsdVOwCFaLy
cfsdfPqafQEyXtYKkE4WvIMA+Y/XHy1AVgXGZkGRBcSeVCYPBMPeQD+sEQhr
AVQ6zGH32y6dlPEEv/DDisB313GtYBeOWxHoagW5BuZx9709qVtDRUCrFcwa
GHatIPbZ1iuCVvhhRcCqFaxuWO/gi6z3Ud16KwJSrWC0fr1rnv2U9T6sW+9m
2dZdK9h8tjU8qK6hRmCpJZINAsrd1yCCSN1luc0aagSOtevd+tT1iiBRe1nM
7VZcERnWrnjwqSsWUaD2utxyxRWmv27FZYZ59xULM6+9MLdccYVt37wKn03/
a1HLph3HvR2b/v/Mo/+csEQBAA==

-->

</rfc>
