3GPP TS 28.623 Qo E Measurement Collection Nrm API

OAS 3.0.1 definition of the QoE Measurement Collection NRM. An OpenAPI 3.0.1 data-model-only document (no paths; it defines the schemas/Network Resource Model consumed by the Provisioning and Performance management services), API version 19.3.0, published verbatim by 3GPP in 3GPP TS 28.623 as part of the Management Services (SA5 OAM) suite and mirrored in the public 3GPP Forge GitLab repository.

OpenAPI Specification

3gpp-ts28623-qoemeasurementcollectionnrm.yml Raw ↑
openapi: 3.0.1
info:
  title: QoE Measurement Collection NRM
  version: 19.3.0
  description: OAS 3.0.1 definition of the QoE Measurement Collection NRM © 2025, 3GPP Organizational
    Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved.
externalDocs:
  description: 3GPP TS 28.623; Generic NRM,QoE Measurement Collection NRM fragment
  url: http://www.3gpp.org/ftp/Specs/archive/28_series/28.623/
paths: {}
components:
  schemas:
    SubNetwork-ncO-QoEMeasurementCollectionNrm:
      type: object
      properties:
        QMCJobs:
          $ref: '#/components/schemas/QMCJob-Multiple'
    ManagedElement-ncO-QoEMeasurementCollectionNrm:
      type: object
      properties:
        QMCJobs:
          $ref: '#/components/schemas/QMCJob-Multiple'
    QMCJob-Single:
      allOf:
      - $ref: TS28623_GenericNrm.yaml#/components/schemas/Top
      - type: object
        properties:
          attributes:
            type: object
            properties:
              serviceType:
                type: string
                enum:
                - DASH
                - MTSI
                - VR
              areaScope:
                type: array
                uniqueItems: true
                items:
                  $ref: TS28623_GenericNrm.yaml#/components/schemas/AreaScope
              qoECollectionEntityAddress:
                $ref: TS28623_GenericNrm.yaml#/components/schemas/IpAddr
              pLMNTarget:
                $ref: TS28623_ComDefs.yaml#/components/schemas/PlmnId
              qoETarget:
                type: string
              qoEReference:
                type: string
              jobId:
                type: string
              sliceScope:
                type: array
                uniqueItems: true
                items:
                  $ref: TS28541_NrNrm.yaml#/components/schemas/Snssai
              qMCConfigFile:
                type: string
              mDTAlignmentInformation:
                $ref: TS28623_TraceControlNrm.yaml#/components/schemas/traceReference-Type
              availableRANqoEMetrics:
                type: array
                uniqueItems: true
                items:
                  type: string
                  enum:
                  - APP_LAYER_BUFFER_LEVEL_LIST
                  - PLAYOUT_DELAY_FOR_MEDIA_STARTUP
                minItems: 0
                maxItems: 2
              mBSCommunicationServiceType:
                type: string
                readOnly: true
                enum:
                - BROADCAST
                - MULTICAST
    QMCJob-Multiple:
      type: array
      items:
        $ref: '#/components/schemas/QMCJob-Single'
    resources-qoEMeasuremetCollectionNrm:
      oneOf:
      - $ref: '#/components/schemas/QMCJob-Single'
servers:
- url: https://forge.3gpp.org/rep/api/v4
  description: Base URL reconciled from apis.yml