Commit 69a74cfe authored by ruiyue's avatar ruiyue
Browse files

Merge branch...

Merge branch 'TS28.623_Rel-18_CR0256_Report_amount_for_M4_M5_M6_and_M7_measurement_in_LTE' into 'Integration_Rel18_SA5_150_YAML'

Update TS28623_GenericNrm.yaml

See merge request !732
parents 5ee02ba9 3b76c35c
Loading
Loading
Loading
Loading
Loading
+74 −0
Original line number Diff line number Diff line
@@ -1359,6 +1359,70 @@ components:
        - 32
        - 64
        - INFINITY
    reportAmountM1LTE-Type:
      description: See details in 3GPP TS 32.422 clause 5.10.x.
      type: string
      enum:
        - 1
        - 2
        - 4
        - 8
        - 16
        - 32
        - 64
        - INFINITY

    reportAmountM4LTE-Type:
      description: See details in 3GPP TS 32.422 clause 5.10.y.
      type: string
      enum:
        - 1
        - 2
        - 4
        - 8
        - 16
        - 32
        - 64
        - INFINITY

    reportAmountM5LTE-Type:
      description: See details in 3GPP TS 32.422 clause 5.10.z.
      type: string
      enum:
        - 1
        - 2
        - 4
        - 8
        - 16
        - 32
        - 64
        - INFINITY

    reportAmountM6LTE-Type:
      description: See details in 3GPP TS 32.422 clause 5.10.a.
      type: string
      enum:
        - 1
        - 2
        - 4
        - 8
        - 16
        - 32
        - 64
        - INFINITY

    reportAmountM7LTE-Type:
      description: See details in 3GPP TS 32.422 clause 5.10.b.
      type: string
      enum:
        - 1
        - 2
        - 4
        - 8
        - 16
        - 32
        - 64
        - INFINITY

    reportingTrigger-Type:
      description: See details in 3GPP TS 32.422 clause 5.10.4.
@@ -1511,6 +1575,16 @@ components:
          $ref: '#/components/schemas/reportingTrigger-Type'
        reportAmount:
          $ref: '#/components/schemas/reportAmount-Type'
        reportAmountM1LTE:
          $ref: '#/components/schemas/reportAmountM1LTE-Type'
        reportAmountM4LTE:
          $ref: '#/components/schemas/reportAmountM4LTE-Type'
        reportAmountM5LTE:
          $ref: '#/components/schemas/reportAmountM5LTE-Type'
        reportAmountM6LTE:
          $ref: '#/components/schemas/reportAmountM6LTE-Type'
        reportAmountM7LTE:
          $ref: '#/components/schemas/reportAmountM7LTE-Type'
        reportInterval:
          $ref: '#/components/schemas/reportInterval-Type'
        eventThreshold: