Commit 4917719c authored by ruiyue's avatar ruiyue
Browse files

Merge branch 'Rel18_28.623_Cleanup_of_TraceJob' into 'Integration_Rel18_SA5_156_YAML'

Rel18 28.623 CR0397 cleanup of trace job

See merge request !1286
parents 087406d2 54f1a03b
Loading
Loading
Loading
Loading
Loading
+10 −19
Original line number Diff line number Diff line
@@ -406,9 +406,6 @@ components:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Mcc'
        mnc:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Mnc'
      required:
        - mcc
        - mnc

    listOfTraceMetrics:
      description: The trace metrics to be reported. See 3GPP TS 32.422 clause 10 for additional details.
@@ -439,10 +436,6 @@ components:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Mnc'
        traceId:
          type: string
      required:
        - mcc
        - mnc
        - traceId

    traceReportingFormat-Type:
      type: string
@@ -472,13 +465,10 @@ components:
            - SUPI
        TargetIdValue:
          type: string
      required:
        - TargetIdType
        - TargetIdValue
    
    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 detials.
      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.
      properties:
        MSC_SERVER:
          type: array
@@ -737,7 +727,7 @@ components:
        - A2_EVENT

    eventThreshold-Type:
      description: See details in 3GPP TS 32.422 clause 5.10.7, 5.10.7a, 5.10.13 and 5.10.14.
      description: See details in 3GPP TS 32.422 clause 5.10.7 (LTE/NR Event A2 RSRP, RSRQ, SINR), 5.10.13 (UMTS Event 1f) and 5.10.14 (UMTS Event 1i).
      type: object
      properties:
        EventThresholdRSRP:
@@ -756,6 +746,10 @@ components:
          - type: integer
            minimum: 0
            maximum: 127
        EventThresholdSINR:
          type: integer
          minimum: 0
          maximum: 127
        EventThreshold1F:
          type: object
          properties:
@@ -884,7 +878,7 @@ components:
              - INFINITY

    eventThresholdL1-Type:
      description: See details in 3GPP TS 32.422 clause 5.10.X.
      description: See details in 3GPP TS 32.422 clause 5.10.36.
      type: object
      properties:
            RSRP:
@@ -897,13 +891,13 @@ components:
              maximum: 127
    
    hysteresisL1-Type:
      description: See details in 3GPP TS 32.422 clause 5.10.Y.
      description: See details in 3GPP TS 32.422 clause 5.10.37.
      type: integer
      minimum: 0
      maximum: 30
    
    timeToTriggerL1-Type:
      description: See details in 3GPP TS 32.422 clause 5.10.Z.
      description: See details in 3GPP TS 32.422 clause 5.10.38.
      type: string
      enum:
        - 0ms
@@ -960,7 +954,7 @@ components:
        - PathLoss

    eventThresholdUphUmts-Type:
      description: See details in 3GPP TS 32.422 clause 5.10.A.
      description: See details in 3GPP TS 32.422 clause 5.10.39.
      type: integer
      minimum: 0
      maximum: 31
@@ -975,9 +969,6 @@ components:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/Mcc'
          mnc:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/Mnc'
        required:
          - mcc
          - mnc
      maxItems: 16

    positioningMethod-Type: