Commit c07e7f82 authored by allwang's avatar allwang
Browse files

Corrections on Trace Target

parent efd0f183
Loading
Loading
Loading
Loading
Loading
+23 −22
Original line number Diff line number Diff line
@@ -245,6 +245,28 @@ components:
      oneOf:
        - $ref: 'TS28623_ComDefs.yaml#/components/schemas/Ipv4Addr'
        - $ref: 'TS28623_ComDefs.yaml#/components/schemas/Ipv6Addr'
    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
            - E-UTRAN_CELL
            - NG-RAN_CELL
            - eNB
            - RNC
            - gNB
            - SUPI
        traceTargetValueList:
          type: array
          items:
            type: string


#-------- Definition of types used in Trace control NRM fragment------------------
@@ -663,27 +685,6 @@ components:
        - FILE-BASED
        - STREAMING
    
    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.
@@ -1476,7 +1477,7 @@ components:
        traceReportingFormat:
          $ref: '#/components/schemas/traceReportingFormat-Type'
        traceTarget:
          $ref: '#/components/schemas/traceTarget-Type'
          $ref: '#/components/schemas/TraceTarget'
        triggeringEvents:
          $ref: '#/components/schemas/triggeringEvents-Type'
        anonymizationOfMDTData: