The definition of the managementData attribute is aligned with the definition of the ManagementData class specified in 3GPP TS 28.622 [10], clause 4.3.50 with the restriction that metrics defined in 3GPP TS 32.422 [19] are not allowed.
The managementData attribute can be used to address performance measurements, KPIs defined by 3GPP and O-RAN, as well as vendor-specific performance measurements and KPIs. Example of O-RAN defined performance measurement for RAN OAM is defined in O1 Interface Specification for O-CU-UP and O-CU-CP [17] and O1 Interface Specification for O-DU [18].
| ###### 5.2.2.3.1.2 Data type: TargetSelector This data type allows selecting the target for which data are to be produced and contains the following attributes defined in table 5.2.2.3.1.2-1: **Table 5.2.2.3.1.2-1: Definition of data type TargetSelector** | Attribute Name | Data Type | P | Cardinality | Description | |-----------------------------------------------------------------------------------------------------------------------|------------|---|-------------|-----------------------------------------------------------------------| | nodeFilter | NodeFilter | C | 0..1 | The NodeFilter type is defined in 3GPP TS 28.622 [10], clause 4.3.49. | | objectInstances | DnList | C | 0..1 | See clause 5.2.2.3.1.4 | | NOTE: Presence condition "C" means one and only one of these attributes shall be present when this data type is used. | | | | | ###### 5.2.2.3.1.3 Data type: Timing This data type allows selecting the timing for production of the data instance and contains the attributes defined in table: 5.2.2.3.1.3-1. **Table 5.2.2.3.1.3-1: Definition of data type Timing** | Attribute Name | Data Type | P | Cardinality | Description | |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------|---|-------------|--------------------------------------------------------------------------------| | collectionWindow | CollectionWindow | M | 1 | see clause 5.2.1.3.1.4 | | granularityPeriod | GranularityPeriod | M | 1 | see clause 5.1.4.2 | | reportingPeriod | integer | C | 0..1 | Reporting period as defined in 3GPP TS 32.401 [13], clause 5.4.1.5. (See NOTE) | | NOTE: For subscribe data procedure as defined in R1AP [1], clause 7.3.4.1.2.2, this attribute shall be present if the data is delivered in the form of files and shall be absent if the data is streamed. For data request procedure as defined in R1AP [1], clause 7.3.4.1.2.1 this attribute shall be absent. | | | | | ###### 5.2.2.3.1.4 Data type: DnList This data type allows selecting list of DNs and contains the attributes defined in table: 5.2.2.3.1.4-1. **Table 5.2.2.3.1.4-1: Definition of data type DnList** | Attribute Name | Data Type | P | Cardinality | Description | |----------------|-----------|---|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------| | DnList | array(Dn) | M | 1..N | The Dn data type is defined in 3GPP TS 32.300 [15], clause 7. Example of DN in a string representation is defined in 3GPP TS 32.300 [15], clause 8. | ##### **5.2.2.3.2 Simple data types** None. ##### **5.2.2.3.3 Enumerations** None. #### **5.2.2.4 Schemas** ##### **5.2.2.4.1 Data production schema** The data production schema is based on the JSON schema. ``` { "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "dataJobSchema for data subscription/data request.Copyright 2026 O-RAN ALLIANCE e.V. Licensed under the Standards Collaboration, Copyright License Version 1.0 (the \"License\"); You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.o-ran.org/sccl.", "version": "v1.1", "type": "object", "properties": { "dataSelector": { "managementData": { "$ref": "#/definitions/ManagementData" } }, "targetSelector": { "oneOf": [ { "type": "object", "properties": { "nodeFilter": { "$ref": "#/definitions/NodeFilter" } }, "additionalProperties": false }, { "type": "object", "properties": { "objectInstances": { "$ref": "#/definitions/DnList" } }, "additionalProperties": false } ] }, "timing": { "type": "object", "properties": { "collectionWindow": { "type": "object", "properties": { "startTime": { "$ref": "#/definitions/TimeOfDay" } }, } } } } } ``` ``` "stopTime": { "$ref": "#/definitions/TimeOfDay" } }, "additionalProperties": false, "required": [ "startTime", "stopTime" ] }, "granularityPeriod": { "$ref": "#/definitions/GranularityPeriod" }, "reportingPeriod": { "$ref": "#/definitions/ReportingPeriod" } }, "additionalProperties": false, "required": [ "collectionWindow", "granularityPeriod" ] } }, "required": [ "dataSelector", "targetSelector" ], "definitions": { "ManagementData": { "oneOf": [ { "type": "object", "properties": { "mgtDataCategory": { "type": "string" } }, "additionalProperties": false, "required": [ "mgtDataCategory" ] }, { "type": "object", "properties": { "mgtDataName": { "type": "array" } }, "additionalProperties": false, "required": [ "mgtDataName" ] } ] }, "NodeFilter": { "type": "array", "properties": { "areaOfInterest": { "$ref": "#/definitions/AreaOfInterest" }, "networkDomain": { "$ref": "#/definitions/NetworkDomain" }, "cPuPType": { "$ref": "#/definitions/CPuPType" }, "sst": { "$ref": "#/definitions/Sst" } } } } ``` ``` } }, "additionalProperties": false }, "DnList": { "type": "array", "minItems": 1, "items": { "$ref": "#/definitions/Dn" } }, "Dn": { "type": "string" }, "AreaOfInterest": { "oneOf": [ { "type": "object", "properties": { "geoAreaToCellMapping": { "$ref": "#/definitions/GeoAreaToCellMapping" } }, "additionalProperties": false, "required": [ "geoAreaToCellMapping" ] }, { "type": "object", "properties": { "taiList": { "type": "array", "item": { "$ref": "#/definitions/Tai" }, "minItems": 1, "maxItems": 8 } }, "additionalProperties": false, "required": [ "taiList" ] }, { "type": "object", "properties": { "nrCellIdList": { "type": "array", "items": { "$ref": "#/definitions/NrCellIdList" }, "minItems": 1, "maxItems": 32 } }, "additionalProperties": false, "required": [ "nrCellIdList" ] }, { "type": "object", "properties": { "eutraCellIdList": { "type": "array", "items": { "$ref": "#/definitions/E-UTRACGI" }, "minItems": 1, ``` ``` "maxItems": 32 } }, "additionalProperties": false, "required": [ "eutraCellIdList" ] } ] }, "NetworkDomain": { "type": "string", "enum": [ "RAN", "CN" ] }, "CPuPType": { "type": "string", "enum": [ "CU", "UP" ] }, "Sst": { "type": "integer" }, "GranularityPeriod": { "type": "integer" }, "ReportingPeriod": { "type": "integer" }, "GeoAreaToCellMapping": { "type": "object", "properties": { "convexGeoPolygon": { "type": "array", "items": { "$ref": "#/definitions/GeoCoordinate" }, "minItems": 3 }, "associationThreshold": { "type": "integer" } }, "additionalProperties": false, "required": [ "convexGeoPolygon" ] }, "GeoCoordinate": { "type": "object", "properties": { "latitude": { "type": "number" }, "longitude": { "type": "number" } }, "additionalProperties": false, "required": [ "latitude", "longitude" ] }, "Tai": { "type": "object", "properties": { ``` ``` "mcc": { "type": "integer" }, "mnc": { "type": "integer" }, "tac": { "type": "integer" } }, "additionalProperties": false, "required": [ "mcc", "mnc", "tac" ] }, "NrCellIdList": { "oneOf": [ { "type": "object", "properties": { "nrCGI": { "$ref": "#/definitions/NRCGI" } }, "additionalProperties": false, "required": [ "nrCGI" ] }, { "type": "object", "properties": { "e-utraCGI": { "$ref": "#/definitions/E-UTRACGI" } }, "additionalProperties": false, "required": [ "e-utraCGI" ] } ] }, "NRCGI": { "type": "object", "properties": { "plmnIdentity": { "type": "string", "format": "base64" }, "nrCellIdentity": { "type": "string", "format": "base32" } }, "additionalProperties": false, "required": [ "plmnIdentity", "nrCellIdentity" ] }, "E-UTRACGI": { "type": "object", "properties": { "plmnIdentity": { "type": "string", "format": "base64" }, "e-utraCellIdentity": { ``` ``` "type": "string", "format": "base32" } }, "additionalProperties": false, "required": [ "plmnIdentity", "e-utraCellIdentity" ] }, "TimeOfDay": { "type": "string", "Description": "String with format as defined in clause 5.6 of IETF RFC 3339. Examples, 20:15:00, 20:15:00-08:00 (for 8 hours behind UTC)." } } } ``` ##### 5.2.2.4.2 Data delivery schemas ###### 5.2.2.4.2.1 Data delivery schema# 1 This data delivery schema is based on the XML schema and is defined in 3GPP TS 28.532 [11], clause 12.3.2.4. ### 5.2.3 DME type: RAN OAM Trace Metrics #### 5.2.3.1 DME type identifier The definition of the DME type identifier is provided in clause 5.1.2.2. The DME type for RAN OAM TraceMetrics is identified as: DmeTypeId: ORAN:RanOamTraceMetrics:1.0.0. #### 5.2.3.2 Data category The definition of the data category is provided in clause 5.1.2.1. The DME type for RAN OAM TraceMetrics is categorized as: DataContext: RAN\_OAM\_TRACE\_METRICS\_DATA. #### 5.2.3.3 Data type definitions ##### 5.2.3.3.1 Structured data types ###### 5.2.3.3.1.1 Data type: DataSelector This data type allows selecting the attributes of the data instance to be produced and contains the attributes defined in table: 5.2.3.3.1.1-1. **Table 5.2.3.3.1.1-1: Definition of data type DataSelector** | Attribute Name | Data Type | P | Cardinality | Description | |-----------------------|-----------|---|-------------|------------------------------------------------------------------------------| | supportedTraceMetrics | String | M | 1 | The list of trace metrics as specified in 3GPP TS 28.622 [10], clause 4.4.1. | ###### 5.2.3.3.1.2 Data type: TargetSelector This data type allows selecting the target for which data are to be produced and contains the following attributes defined in table 5.2.3.3.1.2-1. **Table 5.2.3.3.1.2-1: Definition of data type TargetSelector** | Attribute Name | Data Type | P | Cardinality | Description | |-----------------------------------------------------------------------------------------------------------------------|------------|---|-------------|-----------------------------------------------------------------------| | nodeFilter | NodeFilter | C | 0..1 | The NodeFilter type is defined in 3GPP TS 28.622 [10], clause 4.3.49. | | objectInstances | DnList | C | 0..1 | See clause 5.2. 3.3.1.4 | | NOTE: Presence condition “C” means one and only one of these attributes shall be present when this data type is used. | | | | | ###### **5.2.3.3.1.3 Data type: Timing** This data type allows selecting the timing for production of the data instance and contains the attributes defined in table: 5.2.3.3.1.3-1. **Table 5.2.3.3.1.3-1: Definition of data type Timing** | Attribute Name | Data Type | P | Cardinality | Description | |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------|---|-------------|--------------------------------------------------------------------------------| | collectionWindow | CollectionWindow | M | 1 | see clause 5.2.1.3.1.4 | | granularityPeriod | GranularityPeriod | M | 1 | see clause 5.1.4.2 | | reportingPeriod | integer | C | 0..1 | Reporting period as defined in 3GPP TS 32.401 [13], clause 5.4.1.5. (See NOTE) | | NOTE: For subscribe data procedure as defined in R1AP [1], clause 7.3.4.1.2.2, this attribute shall be present if the data is delivered in the form of files and shall be absent if the data is streamed. For data request procedure as defined in R1AP [1], clause 7.3.4.1.2.1 this attribute shall be absent. | | | | | ###### **5.2.3.3.1.4 Data type: DnList** This data type allows selecting list of DNs and contains the attributes defined in table: 5.2.3.3.1.4-1. **Table 5.2.3.3.1.4-1: Definition of data type DnList** | Attribute Name | Data Type | P | Cardinality | Description | |----------------|-----------|---|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------| | DnList | array(Dn) | M | 1..N | The Dn data type is defined in 3GPP TS 32.300 [15], clause 7. Example of DN in a string representation is defined in 3GPP TS 32.300 [15], clause 8. | ##### **5.2.3.3.2 Simple data types** None. ##### **5.2.3.3.3 Enumerations** None. #### **5.2.3.4 Schemas** ##### **5.2.3.4.1 Data production schema** The data production schema is based on the JSON schema. ``` { "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "dataJobSchema for data subscription/data request. Copyright 2026 O-RAN ALLIANCE e.V. Licensed under the Standards Collaboration, Copyright License Version 1.0 (the \"License\"); You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.o-ran.org/sccl.", "version": "v1.1", "type": "object", "properties": { "dataSelector": { ``` ``` "supportedTraceMetrics": { "$ref": "#/definitions/SupportedTraceMetrics" } }, "targetSelector": { "oneOf": [ { "type": "object", "properties": { "nodeFilter": { "$ref": "#/definitions/NodeFilter" } }, "additionalProperties": false }, { "type": "object", "properties": { "objectInstances": { "$ref": "#/definitions/DnList" } }, "additionalProperties": false } ] }, "timing": { "type": "object", "properties": { "collectionWindow": { "type": "object", "properties": { "startTime": { "$ref": "#/definitions/TimeOfDay" }, "stopTime": { "$ref": "#/definitions/TimeOfDay" } }, "additionalProperties": false, "required": [ "startTime", "stopTime" ] }, "granularityPeriod": { "$ref": "#/definitions/GranularityPeriod" }, "reportingPeriod": { "$ref": "#/definitions/ReportingPeriod" } }, "additionalProperties": false, "required": [ "collectionWindow", "granularityPeriod" ] } } }, "required": [ "dataSelector", "targetSelector" ], "definitions": { "SupportedTraceMetrics": { "type": "object", "properties": { "supportedTraceMetrics": { "type": "array", "items": { "type": "string" } } } } } } ``` ``` } } }, "required": [ "SupportedTraceMetrics" ], "additionalProperties": false }, "NodeFilter": { "type": "array", "properties": { "areaOfInterest": { "$ref": "#/definitions/AreaOfInterest" }, "networkDomain": { "$ref": "#/definitions/NetworkDomain" }, "cPuPType": { "$ref": "#/definitions/CPuPType" }, "sst": { "$ref": "#/definitions/Sst" } }, "additionalProperties": false }, "DnList": { "type": "array", "minItems": 1, "items": { "$ref": "#/definitions/Dn" } }, "Dn": { "type": "string" }, "AreaOfInterest": { "oneOf": [ { "type": "object", "properties": { "geoAreaToCellMapping": { "$ref": "#/definitions/GeoAreaToCellMapping" } }, "additionalProperties": false, "required": [ "geoAreaToCellMapping" ] }, { "type": "object", "properties": { "taiList": { "type": "array", "item": { "$ref": "#/definitions/Tai" }, "minItems": 1, "maxItems": 8 } }, "additionalProperties": false, "required": [ "taiList" ] }, { "type": "object", "properties": { "nrCellIdList": { ``` ``` "type": "array", "items": { "$ref": "#/definitions/NrCellIdList" }, "minItems": 1, "maxItems": 32 } }, "additionalProperties": false, "required": [ "nrCellIdList" ] }, { "type": "object", "properties": { "eutraCellIdList": { "type": "array", "items": { "$ref": "#/definitions/E-UTRACGI" }, "minItems": 1, "maxItems": 32 } }, "additionalProperties": false, "required": [ "eutraCellIdList" ] } ] }, "NetworkDomain": { "type": "string", "enum": [ "RAN", "CN" ] }, "CPuPType": { "type": "string", "enum": [ "CU", "UP" ] }, "Sst": { "type": "integer" }, "GranularityPeriod": { "type": "integer" }, "ReportingPeriod": { "type": "integer" }, "GeoAreaToCellMapping": { "type": "object", "properties": { "convexGeoPolygon": { "type": "array", "items": { "$ref": "#/definitions/GeoCoordinate" }, "minItems": 3 }, "associationThreshold": { "type": "integer" } }, "additionalProperties": false, "required": [ ``` ``` "convexGeoPolygon" ] }, "GeoCoordinate": { "type": "object", "properties": { "latitude": { "type": "number" }, "longitude": { "type": "number" } }, "additionalProperties": false, "required": [ "latitude", "longitude" ] }, "Tai": { "type": "object", "properties": { "mcc": { "type": "integer" }, "mnc": { "type": "integer" }, "tac": { "type": "integer" } }, "additionalProperties": false, "required": [ "mcc", "mnc", "tac" ] }, "NrCellIdList": { "oneOf": [ { "type": "object", "properties": { "nrCGI": { "$ref": "#/definitions/NRCGI" } }, "additionalProperties": false, "required": [ "nrCGI" ] }, { "type": "object", "properties": { "e-utraCGI": { "$ref": "#/definitions/E-UTRACGI" } }, "additionalProperties": false, "required": [ "e-utraCGI" ] } ] }, "NRCGI": { "type": "object", "properties": { "plmnIdentity": { ``` ``` "type": "string", "format": "base64" }, "nrCellIdentity": { "type": "string", "format": "base32" } }, "additionalProperties": false, "required": [ "plmnIdentity", "nrCellIdentity" ] }, "E-UTRACGI": { "type": "object", "properties": { "plmnIdentity": { "type": "string", "format": "base64" }, "e-utraCellIdentity": { "type": "string", "format": "base32" } }, "additionalProperties": false, "required": [ "plmnIdentity", "e-utraCellIdentity" ] }, "TimeOfDay": { "type": "string", "Description": "String with format as defined in clause 5.6 of IETF RFC 3339. Examples, 20:15:00, 20:15:00-08:00 (for 8 hours behind UTC)." } } } } ``` ##### 5.2.3.4.2 Data delivery schemas ###### 5.2.3.4.2.1 Data delivery schema# 1 This data delivery schema for streaming trace is based on the Trace record schema and is defined in 3GPP TS 32.423 [20], clause 5.2. # --- Annex (informative): Change history | Date | Revision | Description | |------------|----------|----------------------------------------------------------------------------------------------------------------| | 2025.11.10 | 04.02 | Published final version by adding the sccl license to the JSON schemas | | 2024.03.14 | 04.01 | Published final version by adding an example of RAN OAM Trace Metrics | | 2024.11.21 | 04.00 | Published the final version by adding a new DME type for RAN OAM Trace Metrics | | 2024.07.11 | 03.00 | Published the final version by refactoring the DME type definitions. | | 2024.03.18 | 02.00 | Published the final version by removing the alpha for RanOamPmData and adding the Data Production schema table | | 2023.11.20 | 01.00 | Published the final version with a DME data type |