GREEN M. A. Jadoon Internet-Draft S. Robitzsch Intended status: Standards Track InterDigital Europe Ltd Expires: 7 January 2027 M. Palmero Individual 6 July 2026 A YANG Data Model for Reporting Utilization Scores in ISAC draft-jadoon-green-isac-utilization-04 Abstract 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. 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. 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. Status of This Memo This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79. Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet- Drafts is at https://datatracker.ietf.org/drafts/current/. Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." This Internet-Draft will expire on 7 January 2027. Jadoon, et al. Expires 7 January 2027 [Page 1] Internet-Draft A YANG Data Model for Reporting Utilizat July 2026 Copyright Notice Copyright (c) 2026 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/ license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License. Table of Contents 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2 2. Model Scope . . . . . . . . . . . . . . . . . . . . . . . . . 3 3. Integration with GREEN Power and Energy . . . . . . . . . . . 4 3.1. Augmenting Energy Objects . . . . . . . . . . . . . . . . 4 3.2. Considerations for Software and Service Scoped ISAC Utilization . . . . . . . . . . . . . . . . . . . . . . . 5 4. YANG Trees . . . . . . . . . . . . . . . . . . . . . . . . . 7 4.1. ietf-isac-utilization . . . . . . . . . . . . . . . . . . 7 4.2. ietf-isac-utilization-power-and-energy . . . . . . . . . 8 5. YANG Modules . . . . . . . . . . . . . . . . . . . . . . . . 8 5.1. ietf-isac-utilization . . . . . . . . . . . . . . . . . . 8 5.2. ietf-isac-utilization-power-and-energy (Path 1) . . . . . 14 6. JSON Encoding Examples . . . . . . . . . . . . . . . . . . . 15 6.1. Standalone reporting using ietf-isac-utilization . . . . 15 6.2. Reporting correlated to an Energy Object (Path 1) . . . . 16 7. Security Considerations . . . . . . . . . . . . . . . . . . . 17 8. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 18 9. Acknowledgements . . . . . . . . . . . . . . . . . . . . . . 18 10. Normative References . . . . . . . . . . . . . . . . . . . . 18 11. Informative References . . . . . . . . . . . . . . . . . . . 18 Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 19 1. Introduction 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 [I-D.ietf-green-use- cases]. Jadoon, et al. Expires 7 January 2027 [Page 2] Internet-Draft A YANG Data Model for Reporting Utilizat July 2026 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. 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. 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. The model allows ISAC-enabled devices to report: * a mandatory overall US; * optional explanatory component impact scores (compute, memory, energy, storage, latency); and * optional metadata describing how the score was derived. The ISAC US provides a compact and implementation-defined score that can be used by controllers and orchestrators to compare sensing configurations and to support energy-aware sensing decisions. When used together with the GREEN Power and Energy YANG Module [I- D.ietf-green-power-and-energy-yang], the ISAC US can be reported as use-case telemetry associated with a GREEN Energy Object. This allows a controller to correlate ISAC utilization with the power and energy telemetry of the component on which the sensing workload executes. 2. Model Scope The model is intended for systems that support ISAC and want to participate in energy-aware operations. The model is telemetry-only, meaning all data nodes defined in this document are operational state. Standard YANG telemetry mechanisms (polling and/or subscriptions such as YANG Push) can be used to collect the data. Jadoon, et al. Expires 7 January 2027 [Page 3] Internet-Draft A YANG Data Model for Reporting Utilizat July 2026 This document does not define power-state control. If a management system uses ISAC utilization telemetry to drive energy-saving actions, such as changing a component power state or reducing operating capacity, the actual control operation is expected to be performed using the applicable control model, such as the energy- control subtree in the GREEN Power and Energy YANG Module. 3. Integration with GREEN Power and Energy The GREEN Working Group is defining a base YANG module for Power and Energy monitoring and control of Energy Objects [I-D.ietf-green- power-and-energy-yang]. That model provides the general power and energy telemetry framework. This document defines an ISAC-specific use-case telemetry model that can be used together with that base model. 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: * energy and power telemetry; and * ISAC utilization telemetry (scores and breakdown) for the same scope. This document implements the Energy Object augmentation approach in this revision via a companion augmentation module that binds ISAC utilization to an existing Energy Object. Section 3.2 documents a future consideration for software/service- scoped reporting, which may require future extensions to the GREEN base model or a related companion model. 3.1. Augmenting Energy Objects This revision introduces an augmentation module, ietf-isac- utilization-power-and-energy. It augments the Energy Object list entry (energy-entry) defined in the GREEN Power and Energy YANG module with an isac-utilization container that reuses the subtree defined by ietf-isac-utilization. This path allows: * Minimal disruption: it does not change the GREEN base model. * Correlation by construction: the ISAC utilization score is attached to the same energy-entry instance that exposes power/ energy metrics. * Compatibility with standalone deployments that do not use the GREEN base models. Jadoon, et al. Expires 7 January 2027 [Page 4] Internet-Draft A YANG Data Model for Reporting Utilizat July 2026 Interpretation guidance: * 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, radio unit, or dedicated accelerator). * 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). * Additional scope-specific US values MAY be reported on other Energy Objects only when they represent materially different execution scopes. This guidance is operational in nature and does not impose schema- level constraints. 3.2. Considerations for Software and Service Scoped ISAC Utilization In many deployments, ISAC sensing functionality is not a physical component by itself. It may be implemented as software, firmware, a containerized function, a virtualized network function, an edge application, or a service workload running on one or more physical components. Examples include an ISAC sensing coordination function, a sensing data generation function, a sensing processing/fusion function, or an AI/ML-based sensing analytics function [ETSI-GR- ISC003]. The GREEN Power and Energy base model provides Energy Objects for power and energy monitoring and control. In the current base model, an energy-entry is primarily associated with a physical component, for example through the hardware component reference. This is sufficient for the integration approach used in this document, where ISAC utilization is reported against the Energy Object that best represents the physical execution scope. However, energy-aware control decisions often require more than knowing the total power or energy consumption of a hardware component. A controller may need to understand which services, functions, or workloads are active on the component, how they contribute to resource usage, and what service-level impact may result if the component is reconfigured. For example, a controller considering whether to move a component into a lower power state, switch off a port, disable a hardware accelerator, or reduce the operating capacity of a subsystem should understand whether an ISAC sensing function is using that component. Jadoon, et al. Expires 7 January 2027 [Page 5] Internet-Draft A YANG Data Model for Reporting Utilizat July 2026 Without service-to-component visibility, a controller can observe that a hardware component consumes power, but it cannot reliably determine whether that consumption is associated with sensing, communication or another workload. As a result, control actions may either be too conservative, leaving energy-saving opportunities unused, or too aggressive, degrading an active service whose dependency on the component was not visible. This is particularly relevant for ISAC because sensing operations are multi-dimensional. A sensing task can consume or constrain radio, compute, memory, storage, latency, and energy resources. Furthermore, ISAC service quality is often bounded by sensing KPIs such as accuracy, resolution, confidence level, refresh rate, and latency. Therefore, a controller that performs energy optimization should not only observe hardware-level power and energy values, but should also be able to attribute, estimate, or correlate those values with the sensing functions or sensing services that cause or depend on the corresponding resource usage. Such visibility also helps avoid incorrect control decisions in shared or virtualized deployments. A single physical component may support multiple logical functions, and a single logical function may span multiple physical components. In such cases, a service-scoped view can help a controller determine whether to migrate a sensing function, alter a sensing configuration, reduce sensing data reporting, change the set of sensing entities, or keep a component active because it supports an ongoing sensing task. This document does not define software-scoped or service-scoped Energy Objects, and it does not require such support from the GREEN base model. Instead, the current revision uses the Energy Object augmentation approach defined in Section 3.1. In this approach, ISAC utilization is attached to the Energy Object that best represents the physical execution scope. Future GREEN base model work could consider whether Energy Objects, or a related companion model, should support software, service, workload, or logical-function scopes. Such support could include one or more of the following capabilities: * an object class or object type indicating whether the Energy Object represents hardware, software, a service, or a workload; * a generic reference from an Energy Object to the managed object that it represents, for example a software function, process, container, virtualized function, or service instance; Jadoon, et al. Expires 7 January 2027 [Page 6] Internet-Draft A YANG Data Model for Reporting Utilizat July 2026 * relationships between software/service Energy Objects and the hardware Energy Objects on which they execute; * guidance for attribution and aggregation so that software-scoped utilization or energy estimates do not result in double counting against hardware-level power and energy measurements; * time-window alignment between software/service utilization telemetry and hardware-level power and energy telemetry; * guidance on how controllers can use service-scoped telemetry when deciding whether to change the power state or operating capacity of a hardware component. If such software/service scoped Energy Objects are defined in a future version of the GREEN base model or in a companion module, the reusable ISAC utilization subtree defined in this document can be applied at that scope. This would allow ISAC utilization to be reported directly for a sensing function or sensing service, while still allowing correlation to the underlying hardware Energy Objects. This consideration is included to document the ISAC use case for future GREEN discussions. It is not required for implementations of this revision. 4. YANG Trees The following tree diagrams summarize the YANG modules in this document. 4.1. ietf-isac-utilization Jadoon, et al. Expires 7 January 2027 [Page 7] Internet-Draft A YANG Data Model for Reporting Utilizat July 2026 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 ``` 4.2. ietf-isac-utilization-power-and-energy module: ietf-isac-utilization-power-and-energy augment /eo:energy-objects/eo:energy-entry: +--ro isac-utilization (uses ietf-isac-utilization:isac-utilization-body) ``` 5. YANG Modules 5.1. ietf-isac-utilization 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 9911: Common YANG Data Types"; } organization "InterDigital Europe"; contact "Muhammad Awais Jadoon Sebastian Robitzsch "; Jadoon, et al. Expires 7 January 2027 [Page 8] Internet-Draft A YANG Data Model for Reporting Utilizat July 2026 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 -04 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"; } Jadoon, et al. Expires 7 January 2027 [Page 9] Internet-Draft A YANG Data Model for Reporting Utilizat July 2026 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 Jadoon, et al. Expires 7 January 2027 [Page 10] Internet-Draft A YANG Data Model for Reporting Utilizat July 2026 "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)."; } } Jadoon, et al. Expires 7 January 2027 [Page 11] Internet-Draft A YANG Data Model for Reporting Utilizat July 2026 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 Jadoon, et al. Expires 7 January 2027 [Page 12] Internet-Draft A YANG Data Model for Reporting Utilizat July 2026 "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 { Jadoon, et al. Expires 7 January 2027 [Page 13] Internet-Draft A YANG Data Model for Reporting Utilizat July 2026 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; } } ``` 5.2. ietf-isac-utilization-power-and-energy (Path 1) 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-ietf-green-power-and-energy-yang: Power and Energy YANG Module"; } organization "InterDigital Europe"; contact "Muhammad Awais Jadoon Sebastian Robitzsch "; 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 Jadoon, et al. Expires 7 January 2027 [Page 14] Internet-Draft A YANG Data Model for Reporting Utilizat July 2026 * 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 -04 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; } } } ``` 6. JSON Encoding Examples 6.1. Standalone reporting using ietf-isac-utilization Jadoon, et al. Expires 7 January 2027 [Page 15] Internet-Draft A YANG Data Model for Reporting Utilizat July 2026 { "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 } } } ``` 6.2. Reporting correlated to an Energy Object (Path 1) The following example illustrates a controller reading an energy- entry from ietf-power-and-energy where the energy-entry is augmented by this draft with isac-utilization: Jadoon, et al. Expires 7 January 2027 [Page 16] Internet-Draft A YANG Data Model for Reporting Utilizat July 2026 { "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" } } } ] } } ``` 7. Security Considerations The utilization score and its breakdown can reveal operational details about sensing activity, device capabilities, workload patterns, and the relative resource cost of sensing operations. Implementations MUST apply appropriate access control (e.g., via NACM) to prevent unauthorized access to operational telemetry. Component impact scores can reveal whether sensing tasks are compute- intensive, memory-intensive, storage-intensive, latency-constrained, or energy-impacting. Such information could be used to infer the existence, timing, or type of sensing activity. Operators SHOULD restrict access to the isac-utilization subtree to authorized management systems and SHOULD avoid exposing it to untrusted consumers. When ISAC utilization telemetry is reported under a GREEN Energy Object using ietf-isac-utilization-power-and-energy, access-control policies SHOULD be consistent with the policies used for the corresponding power and energy telemetry from the GREEN base model. Jadoon, et al. Expires 7 January 2027 [Page 17] Internet-Draft A YANG Data Model for Reporting Utilizat July 2026 8. IANA Considerations TBD 9. Acknowledgements 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). 10. Normative References [I-D.ietf-green-power-and-energy-yang] IETF, "Power and Energy YANG Module", Work in Progress, Internet-Draft, draft-ietf-green-power-and-energy-yang, 2026, . [I-D.ietf-green-use-cases] IETF, "Use Cases for Energy Efficiency Management", Work in Progress, Internet-Draft, draft-ietf-green-use-cases, 2026, . [RFC2119] IETF, "Key words for use in RFCs to Indicate Requirement Levels", RFC 2119, 1997, . [RFC3688] IETF, "The IETF XML Registry", RFC 3688, 2004, . [RFC6020] IETF, "YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF)", RFC 6020, 2010, . [RFC7950] IETF, "The YANG 1.1 Data Modeling Language", RFC 7950, 2016, . [RFC8174] IETF, "Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words", RFC 8174, 2017, . [RFC9911] IETF, "Common YANG Data Types", RFC 9911, 2024, . 11. Informative References Jadoon, et al. Expires 7 January 2027 [Page 18] Internet-Draft A YANG Data Model for Reporting Utilizat July 2026 [GR-ISC001] ETSI, "Integrated Sensing And Communications (ISAC); Use Cases and Deployment Scenarios", ETSI GR ISC001 V1.1.1, 2025. [ETSI-GR-ISC003] ETSI, "Integrated Sensing And Communications (ISAC); System and RAN Architectures", ETSI GR ISC003 V1.1.1, 2026, . [TR22.837] 3GPP, "Study on Integrated Sensing and Communication (ISAC)", 3GPP TR 22.837, 2024. Authors' Addresses Muhammad Awais Jadoon InterDigital Europe Ltd London United Kingdom Email: muhammad.awaisjadoon@interdigital.com Sebastian Robitzsch InterDigital Europe Ltd London United Kingdom Email: sebastian.robitzsch@interdigital.com Marisol Palmero Individual Email: marisol.ietf@gmail.com Jadoon, et al. Expires 7 January 2027 [Page 19]