Commit 3024fc89 authored by ruiyue's avatar ruiyue
Browse files

Replace TS28623_TraceControlNrm.yaml with the latest version in R19 branch

parent e6d8efb1
Loading
Loading
Loading
Loading
Loading
+20 −3
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: Trace Control NRM
  version: 19.4.0
  version: 19.5.0
  description: >-
    OAS 3.0.1 definition of the Trace Control NRM fragment
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -53,7 +53,7 @@ components:

    jobType-Type:
      type: string
      description: Specifies whether the TraceJob represents only MDT, Logged MBSFN MDT, Trace or a combined Trace and MDT job. Applicable for Trace, MDT, RCEF and RLF reporting. See 3GPP TS 32.422 clause 5.9a for additional details.
      description: Specifies whether the TraceJob represents only MDT, Logged MBSFN MDT, Trace or a combined Trace and MDT job, etc. Applicable for Trace, MDT, RCEF, RRC and RLF reporting. See 3GPP TS 32.422 clause 5.9a for additional details.
      enum:
        - IMMEDIATE_MDT_ONLY
        - LOGGED_MDT_ONLY
@@ -66,6 +66,8 @@ components:
        - TRACE_AND_5GC_UE_LEVEL_MEASUREMENTS        
        - IMMEDIATE_MDT_AND_5GC_UE_LEVEL_MEASUREMENTS
        - TRACE_AND_IMMEDIATE_MDT_AND_5GC_UE_LEVEL_MEASUREMENTS
        - RRC_REPORT
        - IMMEDIATE_MDT_AND_ LOGGED_MDT          
      default: TRACE_ONLY
    listOfInterfaces-Type:
      description: The interfaces to be recorded in the Network Element. See 3GPP TS 32.422 clause 5.5 for additional details.
@@ -838,6 +840,7 @@ components:
              - M1_EVENT_TRIGGERED
              - M8
              - M9
              - M10

    loggingDuration-Type:
      description: See details in 3GPP TS 32.422 clause 5.10.9.
@@ -1277,6 +1280,15 @@ components:
      minItems: 0
      maxItems: 255

    layerOneRsrpPeriodicity-Type:
      description: Periodicity that the UE shall use for the logging of the M10 measurements. See details in 3GPP TS 32.422 clause 5.10.X.
      type: integer
      enum:
        - 2
        - 3
        - 4
        - 5

    traceConfig-Type:
      description: Trace configuration parameters for NR. See details in 3GPP TS 28.622 clause 4.3.30.
      type: object
@@ -1352,6 +1364,11 @@ components:
          $ref: '#/components/schemas/positioningMethod-Type'
        excessPacketDelayThresholds:
          $ref: '#/components/schemas/excessPacketDelayThresholds-Type'
        layerOneRsrpPeriodicity:
          $ref: '#/components/schemas/layerOneRsrpPeriodicity-Type'
        eventTriggerConfig:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/EventTriggerConfig'


    loggedMDTConfig-Type:
      description: Logged MDT configuration parameters. See details in 3GPP TS 28.622 clause 4.3.30.