Commit d1aa5081 authored by Pengxiang Xie's avatar Pengxiang Xie Committed by ruiyue
Browse files

Edit TS28541_5GcNrm.yaml

parent bc2dfa0e
Loading
Loading
Loading
Loading
+46 −3
Original line number Diff line number Diff line
@@ -900,11 +900,11 @@ components:
          type: string
          description: Univocally identifies the QoS monitoring policy data within a PDU session.
        qosMonParamType:
          $ref: 'TS29514_Npcf_PolicyAuthorization.yaml#/components/schemas/QosMonitoringParamType'
          $ref: '#/components/schemas/QosMonitoringParamType'
        reqQosMonParams:
          type: array
          items:
            $ref: 'TS29514_Npcf_PolicyAuthorization.yaml#/components/schemas/RequestedQosMonitoringParameter'
            $ref: '#/components/schemas/RequestedQosMonitoringParameter'
          minItems: 1
          description: >
            Indicates the QoS information to be monitored when the QoS Monitoring is enabled for
@@ -912,11 +912,54 @@ components:
        repFreqs:
          type: array
          items:
             $ref: 'TS29514_Npcf_PolicyAuthorization.yaml#/components/schemas/ReportingFrequency'
             $ref: '#/components/schemas/ReportingFrequency'
          minItems: 1
          description: >
            Indicates the frequency for the reporting, such as event triggered and/or periodic.

    QosMonitoringParamType:
      anyOf:
      - type: string
        enum:
          - PACKET_DELAY
          - CONGESTION
          - DATA_RATE
          - AVAILABLE_BITRATE
      - type: string
      description: |
        Indicates the QoS monitoring parameter type.  
        Possible values are:
        - PACKET_DELAY: Indicates that the QoS monitoring parameter to be measured is packet delay.
        - CONGESTION: Indicates that the QoS monitoring parameter to be measured is congestion.
        - DATA_RATE: Indicates that the QoS monitoring parameter to be measured is data rate.
        - AVAILABLE_BITRATE: Indicates that the QoS monitoring parameter to be measured is available
          bitrate.

    RequestedQosMonitoringParameter:
      description: Indicates the requested QoS monitoring parameters to be measured.
      anyOf:
      - type: string
        enum:
          - DOWNLINK
          - UPLINK
          - ROUND_TRIP
          - DOWNLINK_DATA_RATE
          - UPLINK_DATA_RATE
          - DOWNLINK_CONGESTION
          - UPLINK_CONGESTION
          - DOWNLINK_AVAILABLE_BITRATE
          - UPLINK_AVAILABLE_BITRATE
      - type: string

    ReportingFrequency:
      description: Indicates the frequency for the reporting.
      anyOf:
      - type: string
        enum:
          - EVENT_TRIGGERED
          - PERIODIC
      - type: string

    ServiceFeatureMap:
      type: object
      properties: