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

Edit TS28541_5GcNrm.yaml

parent 497d60b3
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
@@ -892,6 +892,31 @@ components:
      items:
        $ref: '#/components/schemas/TrafficControlData'
    
    QosMonitoringData:
      description: Contains QoS monitoring related control information.
      type: object
      properties:
        qmId:
          type: string
          description: Univocally identifies the QoS monitoring policy data within a PDU session.
        qosMonParamType:
          $ref: 'TS29514_Npcf_PolicyAuthorization.yaml#/components/schemas/QosMonitoringParamType'
        reqQosMonParams:
          type: array
          items:
            $ref: 'TS29514_Npcf_PolicyAuthorization.yaml#/components/schemas/RequestedQosMonitoringParameter'
          minItems: 1
          description: >
            Indicates the QoS information to be monitored when the QoS Monitoring is enabled for
            the service data flow.
        repFreqs:
          type: array
          items:
             $ref: 'TS29514_Npcf_PolicyAuthorization.yaml#/components/schemas/ReportingFrequency'
          minItems: 1
          description: >
            Indicates the frequency for the reporting, such as event triggered and/or periodic.

    ServiceFeatureMap:
      type: object
      properties:
@@ -966,6 +991,11 @@ components:
          uniqueItems: true
          items:
            $ref: '#/components/schemas/ServiceFeatureMap'
        qosMonitoringData:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/QosMonitoringData'

    SnssaiInfo:
      type: object