<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.31 (Ruby 3.2.3) -->
<?rfc docmapping="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-jadoon-green-isac-utilization-03" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.0 -->
  <front>
    <title abbrev="ISAC-Utilization">A YANG Data Model for Reporting Utilization Scores in ISAC</title>
    <seriesInfo name="Internet-Draft" value="draft-jadoon-green-isac-utilization-03"/>
    <author initials="M. A." surname="Jadoon" fullname="Muhammad Awais Jadoon">
      <organization>InterDigital Europe Ltd</organization>
      <address>
        <postal>
          <city>London</city>
          <country>GB</country>
        </postal>
        <email>muhammad.awaisjadoon@interdigital.com</email>
      </address>
    </author>
    <author initials="S." surname="Robitzsch" fullname="Sebastian Robitzsch">
      <organization>InterDigital Europe Ltd</organization>
      <address>
        <postal>
          <city>London</city>
          <country>GB</country>
        </postal>
        <email>sebastian.robitzsch@interdigital.com</email>
      </address>
    </author>
    <author initials="M." surname="Palmero" fullname="Marisol Palmero">
      <organization>Individual</organization>
      <address>
        <email>marisol.ietf@gmail.com</email>
      </address>
    </author>
    <date/>
    <area>Operations and Management Area</area>
    <workgroup>GREEN</workgroup>
    <abstract>
      <?line 106?>
<t>This document defines a YANG data model to report an ISAC Utilization Score (US)
in Integrated Sensing and Communication (ISAC) systems. The US is an abstract,
normalized score (0..100) that summarizes the relative resource cost of
executing a sensing operation on a device.</t>
      <t>The model supports a mandatory overall US and optional explanatory component
impact scores (compute, memory, energy, storage, latency). The model also
supports optional metadata (e.g., timestamp, aggregation window, and scoring
method identification) describing how a reported score was derived.</t>
      <t>This revision aligns terminology and leaf names to reduce ambiguity between
normalized impact scores and raw resource telemetry, removes
per-measurement-related objects to keep the model focused on an overall score,
and specifies a companion augmentation module (Path 1) that attaches ISAC
utilization telemetry to a GREEN Energy Object (as defined by the GREEN Power
and Energy YANG Module) for correlation with power/energy telemetry.</t>
    </abstract>
  </front>
  <middle>
    <?line 123?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Integrated Sensing and Communication (ISAC) introduces a paradigm where network
nodes perform both communication and sensing tasks. Several use cases and their
requirements for ISAC have been defined in 3GPP (e.g., TR 22.837) and ETSI
(e.g., GR ISC001) and it is one of the use cases defined for GREEN WG preparations 
<xref target="I-D.ietf-green-use-cases"/>.</t>
      <t>ISAC involves collection of sensing data including RF (radar-like) sensing and 
non RF sensing. The collection of sensing data for different use cases can
consume different amounts of system resources such as compute, memory, energy, 
storage, and can also constrain latency.</t>
      <t>To enable energy-aware orchestration, it is useful to report an abstract
utilization score that summarizes the resource impact of executing an ISAC
sensing task.</t>
      <t>This document defines an ISAC Utilization Score (US): an implementation-defined,
normalized value in the range 0..100 where higher means "more costly" in the
given deployment.</t>
      <t>The model allows ISAC-enabled devices to report:</t>
      <ul spacing="normal">
        <li>
          <t>a mandatory overall US;</t>
        </li>
        <li>
          <t>optional explanatory component impact scores (compute, memory, energy, storage,
latency); and</t>
        </li>
        <li>
          <t>optional metadata describing how the score was derived.</t>
        </li>
      </ul>
    </section>
    <section anchor="model-scope">
      <name>Model Scope</name>
      <t>The model is intended for systems that support ISAC and want to participate in
energy-aware operations.</t>
      <t>The model is telemetry-only, meaning all data nodes defined here are
operational state. Standard YANG telemetry mechanisms (polling and/or
subscriptions such as YANG Push) can be used to collect the data.</t>
    </section>
    <section anchor="integration-with-green-power-and-energy-informative">
      <name>Integration with GREEN Power and Energy (Informative)</name>
      <t>The GREEN Working Group is defining a base YANG module for Power and Energy
monitoring and control of Energy Objects <xref target="I-D.bcmj-green-power-and-energy-yang"/>.
When ISAC sensing operations run on the same physical component(s) that are
represented as Energy Objects, it is beneficial to be able to correlate:</t>
      <ul spacing="normal">
        <li>
          <t>energy and power telemetry; and</t>
        </li>
        <li>
          <t>ISAC utilization telemetry (scores and breakdown)</t>
        </li>
      </ul>
      <t>for the same scope.</t>
      <t>This document describes two integration paths.</t>
      <ul spacing="normal">
        <li>
          <t>Path 1 is implemented in this revision via a companion augmentation module
that binds ISAC utilization to an existing Energy Object.</t>
        </li>
        <li>
          <t>Path 2 is described as a consideration for future revisions and may require
extensions to the GREEN base model.</t>
        </li>
      </ul>
      <section anchor="path-1-augment-energy-objects-this-revision">
        <name>Path 1: Augment Energy Objects (This Revision)</name>
        <t>Path 1 introduces an augmentation module
<tt>ietf-isac-utilization-power-and-energy</tt>.</t>
        <t>It augments the Energy Object list entry (<tt>energy-entry</tt>) defined in the GREEN
Power and Energy YANG module with an <tt>isac-utilization</tt> container that reuses
the subtree defined by <tt>ietf-isac-utilization</tt>.</t>
        <t>This path allows:</t>
        <ul spacing="normal">
          <li>
            <t>Minimal disruption: it does not change the GREEN base model.</t>
          </li>
          <li>
            <t>Correlation by construction: the ISAC utilization score is attached to the
same <tt>energy-entry</tt> instance that exposes power/energy metrics.</t>
          </li>
          <li>
            <t>Compatibility with standalone deployments that do not use the GREEN base
models.</t>
          </li>
        </ul>
        <t>Interpretation guidance:</t>
        <ul spacing="normal">
          <li>
            <t>Implementations SHOULD publish the ISAC Utilization Score (US) on a single
Energy Object that best represents the ISAC execution scope (e.g., chassis/
device, baseband unit, or dedicated accelerator).</t>
          </li>
          <li>
            <t>If the sensing pipeline spans multiple Energy Objects, one Energy Object
SHOULD be designated as the primary anchor for the consolidated US
(typically where scheduling or admission-control decisions are made).</t>
          </li>
          <li>
            <t>Additional scope-specific US values MAY be reported on other Energy Objects
only when they represent materially different execution scopes.</t>
          </li>
        </ul>
        <t>This guidance is operational in nature and does not impose schema-level
constraints.</t>
      </section>
      <section anchor="considerations-for-path-2-softwareservice-scopes">
        <name>Considerations for Path 2: Software/Service Scopes</name>
        <t>In many deployments, sensing functions are implemented as software components
running on shared hardware. Operators may therefore want to reason about
utilization and energy at a software/service scope, not only at a hardware
component scope.</t>
        <t>The current GREEN Power and Energy YANG module associates each <tt>energy-entry</tt>
primarily with a physical component (e.g., via a hardware component reference).
Path 1 works well when the ISAC execution scope maps cleanly to such a physical
component.</t>
        <t>A future "Path 2" could be enabled if the GREEN base model (or a companion
module) adds a way to represent software/service/workload scopes and link them
to the underlying hardware scope(s). This draft does not require such support
and does not define it.</t>
      </section>
    </section>
    <section anchor="yang-trees">
      <name>YANG Trees</name>
      <t>The following tree diagrams summarize the YANG modules in this document.</t>
      <section anchor="ietf-isac-utilization">
        <name>ietf-isac-utilization</name>
        <artwork><![CDATA[
module: ietf-isac-utilization
  +--ro isac-utilization
     +--ro overall-utilization-score    score-0-100
     +--ro timestamp?                   yang:date-and-time
     +--ro aggregation-window?          duration-milliseconds
     +--ro component-scores?            (if-feature component-breakdown)
     |  +--ro compute-impact-score?     score-0-100
     |  +--ro memory-impact-score?      score-0-100
     |  +--ro energy-consumption-impact-score?      score-0-100
     |  +--ro storage-impact-score?     score-0-100
     |  +--ro latency-impact-score?     score-0-100
     +--ro metadata?
        +--ro score-method?             identityref
        +--ro score-method-version?     string
        +--ro score-provenance?         enumeration
        +--ro sample-count?             uint32
        +--ro confidence-level?         score-0-100
]]></artwork>
      </section>
      <section anchor="ietf-isac-utilization-power-and-energy">
        <name>ietf-isac-utilization-power-and-energy</name>
        <artwork><![CDATA[
module: ietf-isac-utilization-power-and-energy

  augment /eo:energy-objects/eo:energy-entry:
    +--ro isac-utilization
       (uses ietf-isac-utilization:isac-utilization-body)
]]></artwork>
      </section>
    </section>
    <section anchor="yang-modules">
      <name>YANG Modules</name>
      <section anchor="ietf-isac-utilization-1">
        <name>ietf-isac-utilization</name>
        <artwork><![CDATA[
module ietf-isac-utilization {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-isac-utilization";
  prefix isac-util;

  import ietf-yang-types {
    prefix yang;
    reference "RFC 6991: Common YANG Data Types";
  }

  organization "InterDigital Europe";
  contact
    "Muhammad Awais Jadoon <muhammad.awaisjadoon@interdigital.com>
     Sebastian Robitzsch <sebastian.robitzsch@interdigital.com>";

  description
    "Reports normalized utilization *scores* for Integrated Sensing and
     Communication (ISAC) systems.

     This module intentionally reports *scores* (normalized 0..100) rather
     than raw measurements (e.g., Watts, Joules, CPU cycles). The goal is to
     provide a compact, implementation-defined indicator that higher-layer
     controllers can compare across sensing configurations.

     Terminology:
       * ISAC Utilization Score (US): a normalized value in the range 0..100
         where higher means 'more costly' to execute in the given deployment.
       * Component impact scores (optional): normalized components that explain
         which resource dimension(s) contribute to the US.

     The model supports:
       * a mandatory overall US;
       * optional component impact scores (compute, memory, energy, storage,
         latency); and
       * optional metadata describing how the score was derived.

     Notes:
       * This model does not prescribe how scores are computed.
       * Component impact scores are explanatory, and are not meant to replace
         dedicated telemetry models for compute, memory, storage, etc.

     This module also defines reusable groupings so that other modules can
     augment existing YANG models (e.g., GREEN base models) with ISAC
     utilization telemetry without duplicating the subtree definition.";

  revision 2026-02-23 {
    description
      "Draft -03 update (corrected):
       * Align all score leaves to a single normalized score type (0..100).
       * Add optional metadata to interpret the score.
       * Remove per-measurement related objects to keep the model focused on
         an overall utilization score.";
    reference "draft-jadoon-green-isac-utilization";
  }

  revision 2025-10-17 {
    description
      "Initial revision (draft-jadoon-green-isac-utilization-02).";
    reference "draft-jadoon-green-isac-utilization";
  }

  feature component-breakdown {
    description
      "Expose optional component impact scores (compute, memory, energy,
       storage, latency) that contribute to the overall ISAC Utilization
       Score (US).";
  }

  typedef score-0-100 {
    type uint8 {
      range "0..100";
    }
    description
      "A normalized score in the range 0..100.";
  }

  typedef duration-milliseconds {
    type uint64;
    units "milliseconds";
    description
      "A time duration expressed in milliseconds.";
  }

  identity us-score-method {
    description
      "Base identity for ISAC Utilization Score (US) computation methods.
       Derived identities can be defined by vendors, operators, or other
       standards to identify the specific scoring method/profile used.";
  }

  identity us-score-method-implementation-specific {
    base us-score-method;
    description
      "A generic derived identity indicating that the US computation
       method is implementation-specific and not further identified.";
  }

  identity us-score-method-vendor-defined {
    base us-score-method;
    description
      "A derived identity indicating that the US computation method
       is vendor-defined.";
  }

  identity us-score-method-operator-policy {
    base us-score-method;
    description
      "A derived identity indicating that the US computation method
       follows an operator-defined policy/profile.";
  }
  grouping utilization-component-scores {
    description
      "Optional component impact scores contributing to an ISAC Utilization
       Score (US).

       Each leaf is a normalized (0..100) impact score for a resource
       dimension. Implementations MAY omit this entire container by not
       advertising the 'component-breakdown' feature.";

    leaf compute-impact-score {
      type score-0-100;
      description
        "Normalized compute impact component (0..100).";
    }

    leaf memory-impact-score {
      type score-0-100;
      description
        "Normalized memory impact component (0..100).";
    }

    leaf energy-consumption-impact-score {
      type score-0-100;
      description
        "Normalized energy impact component (0..100).

         This is NOT energy consumption (e.g., Joules); it is an explanatory
         score component.";
    }

    leaf storage-impact-score {
      type score-0-100;
      description
        "Normalized storage impact component (0..100).";
    }

    leaf latency-impact-score {
      type score-0-100;
      description
        "Normalized latency impact component (0..100).";
    }
  }

  grouping utilization-metadata {
    description
      "Optional metadata describing how a score was derived and how to
       interpret it.

       The metadata is intended to support correlation and comparability
       across implementations and deployments.";

    leaf score-method {
      type identityref {
        base us-score-method;
      }
      description
        "Identifier for the scoring method/profile used to compute the US.
         If not reported, or if an unknown derived identity is reported, the
         receiver SHOULD treat the score-method value as an opaque identifier.";
    }

    leaf score-method-version {
      type string;
      description
        "Version of the scoring method/profile (e.g., semantic version).";
    }

    leaf score-provenance {
      type enumeration {
        enum measured {
          description
            "Score derived from directly observed resource usage (measured).";
        }
        enum estimated {
          description
            "Score derived from estimation or modeling (estimated).";
        }
        enum aggregated {
          description
            "Score derived from aggregation of other scores/telemetry.";
        }
      }
      description
        "Indicates the origin of the score computation.";
    }

    leaf sample-count {
      type uint32;
      description
        "Number of samples/observations used to compute the score over the
         aggregation window (if known).";
    }

    leaf confidence-level {
      type score-0-100;
      units "%";
      description
        "Confidence in the reported score (0..100).

         A value of 100 indicates high confidence that the score reflects the
         current sensing workload under the specified aggregation window.";
    }
  }

  grouping isac-utilization-body {
    description
      "Reusable ISAC utilization reporting structure.";

    leaf overall-utilization-score {
      type score-0-100;
      mandatory true;
      description
        "Overall ISAC Utilization Score (US) for the reporting scope (0..100).";
    }

    leaf timestamp {
      type yang:date-and-time;
      description
        "End time of the aggregation.";
    }

    leaf aggregation-window {
      type duration-milliseconds;
      description
        "Length of window ending at timestamp.
         For example, 60000 represents 60 seconds.";
    }

    container component-scores {
      if-feature component-breakdown;
      description
        "Optional component impact score breakdown.";
      uses utilization-component-scores;
    }

    container metadata {
      description
        "Optional metadata describing how the score was derived.";
      uses utilization-metadata;
    }
  }

  container isac-utilization {
    config false;
    description
      "ISAC utilization reporting at device/node scope.";
    uses isac-utilization-body;
  }
}
]]></artwork>
      </section>
      <section anchor="ietf-isac-utilization-power-and-energy-path-1">
        <name>ietf-isac-utilization-power-and-energy (Path 1)</name>
        <artwork><![CDATA[
module ietf-isac-utilization-power-and-energy {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-isac-utilization-power-and-energy";
  prefix isac-pe;

  import ietf-isac-utilization {
    prefix isac-util;
    reference "draft-jadoon-green-isac-utilization";
  }

  import ietf-power-and-energy {
    prefix eo;
    reference
      "draft-bcmj-green-power-and-energy-yang: Power and Energy YANG Module";
  }

  organization "InterDigital Europe";
  contact
    "Muhammad Awais Jadoon <muhammad.awaisjadoon@interdigital.com>
     Sebastian Robitzsch <sebastian.robitzsch@interdigital.com>";

  description
    "Path 1 integration module between ISAC utilization reporting and the
     GREEN Power/Energy base model.

     This module augments the 'energy-entry' list (an Energy Object) defined in
     ietf-power-and-energy with an ISAC-specific utilization container. This
     enables correlation between:
       * power/energy telemetry from ietf-power-and-energy; and
       * ISAC utilization telemetry (overall score and optional breakdown)
     for the same physical scope.

     Interpretation guidance:
       * The ISAC utilization values are normalized scores (0..100) and MAY
         include non-energy explanatory components (compute, memory, storage,
         latency) to explain why a sensing configuration consumes energy or
         constrains energy-saving policies.
       * To avoid double counting, implementations SHOULD report this container
         on the Energy Object that represents the ISAC execution scope (e.g., the
         chassis/device, baseband unit, or a dedicated accelerator), rather than
         repeating the same score verbatim on multiple Energy Objects.

     The 'isac-utilization' container is optional per energy-entry and can be
     omitted for Energy Objects where ISAC utilization is not applicable.";

  revision 2026-02-23 {
    description
      "Draft -03 update (corrected): align with ietf-isac-utilization changes.";
    reference "draft-jadoon-green-isac-utilization";
  }

  augment "/eo:energy-objects/eo:energy-entry" {
    description
      "Attach ISAC utilization reporting to a GREEN Energy Object.";

    container isac-utilization {
      config false;
      description
        "ISAC utilization reporting attributed to this energy-entry.";
      uses isac-util:isac-utilization-body;
    }
  }
}
]]></artwork>
      </section>
    </section>
    <section anchor="json-encoding-examples">
      <name>JSON Encoding Examples</name>
      <section anchor="standalone-reporting-using-ietf-isac-utilization">
        <name>Standalone reporting using ietf-isac-utilization</name>
        <artwork><![CDATA[
{
  "ietf-isac-utilization:isac-utilization": {
    "overall-utilization-score": 53,
    "timestamp": "2026-02-23T09:00:00Z",
    "aggregation-window": 60000,
    "component-scores": {
      "compute-impact-score": 40,
      "memory-impact-score": 10,
      "energy-consumption-impact-score": 60,
      "storage-impact-score": 5,
      "latency-impact-score": 20
    },
    "metadata": {
      "score-method": "ietf-isac-utilization:us-score-method-implementation-specific",
      "score-method-version": "1.0.0",
      "score-provenance": "measured",
      "sample-count": 120,
      "confidence-level": 90
    }
  }
}
]]></artwork>
      </section>
      <section anchor="reporting-correlated-to-an-energy-object-path-1">
        <name>Reporting correlated to an Energy Object (Path 1)</name>
        <t>The following example illustrates a controller reading an <tt>energy-entry</tt> from
<tt>ietf-power-and-energy</tt> where the <tt>energy-entry</tt> is augmented by this draft with
<tt>isac-utilization</tt>:</t>
        <artwork><![CDATA[
{
  "ietf-power-and-energy:energy-objects": {
    "energy-entry": [
      {
        "object-id": "bb-unit-0",
        "source-component-id": "BasebandUnit0",
        "power": {
          "instantaneous-power": 16250,
          "unit-multiplier": "multiplier-milli"
        },
        "energy": {
          "total-energy-consumed": 42586,
                  "unit-multiplier": "multiplier-milli"
        },
        "ietf-isac-utilization-power-and-energy:isac-utilization": {
          "overall-utilization-score": 53,
          "timestamp": "2026-02-23T09:00:00Z",
          "aggregation-window": 60000,
          "metadata": {
            "score-provenance": "aggregated"
          }
        }
      }
    ]
  }
}
]]></artwork>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The utilization score and its breakdown can reveal operational details about
sensing activity, device capabilities, and workload patterns. Implementations
MUST apply appropriate access control (e.g., via NACM) to prevent unauthorized
access to operational telemetry.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>This work has received funding from the Smart Networks and Services Joint
Undertaking (SNS JU) under the European Union's Horizon Europe research and
innovation programme under Grant Agreement No 101192521 (MultiX).</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/rfc/rfc2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author initials="S." surname="Bradner" fullname="S. Bradner">
              <organization/>
            </author>
            <date year="1997"/>
          </front>
          <seriesInfo name="RFC 2119" value=""/>
        </reference>
        <reference anchor="RFC8174" target="https://www.rfc-editor.org/rfc/rfc8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author initials="B." surname="Leiba" fullname="B. Leiba">
              <organization/>
            </author>
            <date year="2017"/>
          </front>
          <seriesInfo name="RFC 8174" value=""/>
        </reference>
        <reference anchor="RFC7950" target="https://www.rfc-editor.org/rfc/rfc7950">
          <front>
            <title>The YANG 1.1 Data Modeling Language</title>
            <author initials="M." surname="Bjorklund" fullname="M. Bjorklund">
              <organization/>
            </author>
            <date year="2016"/>
          </front>
          <seriesInfo name="RFC 7950" value=""/>
        </reference>
        <reference anchor="RFC9911" target="https://www.rfc-editor.org/rfc/rfc9911">
          <front>
            <title>Common YANG Data Types</title>
            <author>
              <organization>IETF</organization>
            </author>
            <date year="2024"/>
          </front>
          <seriesInfo name="RFC 9911" value=""/>
        </reference>
        <reference anchor="I-D.bcmj-green-power-and-energy-yang" target="https://datatracker.ietf.org/doc/draft-bcmj-green-power-and-energy-yang/">
          <front>
            <title>Power and Energy YANG Module</title>
            <author initials="C." surname="Benoit" fullname="C. Benoit">
              <organization/>
            </author>
            <author initials="G." surname="Chen" fullname="G. Chen">
              <organization/>
            </author>
            <author initials="M." surname="Palmero" fullname="M. Palmero">
              <organization/>
            </author>
            <author initials="J." surname="Lindblad" fullname="J. Lindblad">
              <organization/>
            </author>
            <date year="2026"/>
          </front>
          <seriesInfo name="Work in Progress" value=""/>
        </reference>
        <reference anchor="I-D.ietf-green-use-cases" target="https://datatracker.ietf.org/doc/draft-ietf-green-use-cases/">
          <front>
            <title>Use Cases for Energy Efficiency Management</title>
            <author initials="E." surname="Stephan" fullname="E. Stephan">
              <organization/>
            </author>
            <author initials="M." surname="Palmero" fullname="M. Palmero">
              <organization/>
            </author>
            <author initials="B." surname="Claise" fullname="B. Claise">
              <organization/>
            </author>
            <author initials="Q." surname="Wu" fullname="Q. Wu">
              <organization/>
            </author>
            <author initials="L." surname="Contreras" fullname="L. Contreras">
              <organization/>
            </author>
            <author initials="C." surname="Bernardos" fullname="C. Bernardos">
              <organization/>
            </author>
            <author initials="X." surname="Chen" fullname="X. Chen">
              <organization/>
            </author>
            <date year="2026"/>
          </front>
          <seriesInfo name="Work in Progress" value=""/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="TR22.837">
          <front>
            <title>Study on Integrated Sensing and Communication (ISAC)</title>
            <author>
              <organization>3GPP</organization>
            </author>
            <date year="2024"/>
          </front>
          <seriesInfo name="3GPP TR 22.837" value=""/>
        </reference>
        <reference anchor="GR-ISC001">
          <front>
            <title>Integrated Sensing And Communications (ISAC); Use Cases and Deployment Scenarios</title>
            <author>
              <organization>ETSI</organization>
            </author>
            <date year="2025"/>
          </front>
          <seriesInfo name="ETSI GR ISC001 V1.1.1" value=""/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
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
XqNx/gVr7PDnfwBRZqX3/1UAAA==

-->

</rfc>
