Commit 5f3224c0 authored by ruiyue's avatar ruiyue
Browse files

Merge branch '28.623_Rel19_Correction_of_Trace_Target' into 'Integration_Rel19_SA5_162_YAML'

Rel19_CR0569_TS28.623_Corrections_on_Trace_Target

See merge request !1880
parents 4ab8444a 026cd039
Loading
Loading
Loading
Loading
Loading
+26 −23
Original line number Diff line number Diff line
@@ -27,6 +27,30 @@ components:

#-------- Definition of types used in Trace control NRM fragment------------------
                
    TraceTarget:
      type: object
      description: Trace target conveying both the type and value of the target ID. For additional details see 3GPP TS 32.422
      properties:
        traceTargetType:
          type: string
          enum:
            - IMSI
            - IMEI
            - IMEISV
            - PUBLIC_ID
            - UTRAN_CELL
            - EUTRAN_CELL
            - NGRAN_CELL
            - ENB
            - RNC
            - GNB
            - SUPI
            - N4_SESSION_ID
        traceTargetValueList:
          type: array
          items:
            type: string

    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.
@@ -459,27 +483,6 @@ components:
        - STREAMING
      default: FILE_BASED
    
    traceTarget-Type:
      type: object
      description: Trace target conveying both the type and value of the target ID. For additional details see 3GPP TS 32.422
      properties:
        TargetIdType:
          type: string
          enum:
            - IMSI
            - IMEI
            - IMEISV
            - PUBLIC_ID
            - UTRAN_CELL
            - E_UTRAN_CELL
            - NG_RAN_CELL
            - ENB
            - RNC
            - GNB
            - SUPI
        TargetIdValue:
          type: string
    
    triggeringEvents-Type:
      type: object
      description: Specifies when to start a Trace Recording Session and which message shall be recorded first, when to stop a Trace Recording Session and which message shall be recorded last respectively. See 3GPP TS 32.422 clause 5.1 for additional details.
@@ -1531,7 +1534,7 @@ components:
        traceReportingFormat:
          $ref: '#/components/schemas/traceReportingFormat-Type'
        traceTarget:
          $ref: '#/components/schemas/traceTarget-Type'
          $ref: '#/components/schemas/TraceTarget'
        traceConfig:
          $ref: '#/components/schemas/traceConfig-Type'
        mdtConfig: