Commit 1667bc24 authored by Jesus de Gregorio's avatar Jesus de Gregorio
Browse files

SA#94

parent 35fd95ec
Loading
Loading
Loading
Loading
+30 −2
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: Nchf_ConvergedCharging
  version: 3.1.0-alpha.1
  version: 3.1.0-alpha.2
  description: |
    ConvergedCharging Service    © 2021, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
externalDocs:
  description: >
    3GPP TS 32.291 V17.0.0: Telecommunication management; Charging management; 
    3GPP TS 32.291 V17.1.0: Telecommunication management; Charging management; 
    5G system, charging service; Stage 3.
  url: 'http://www.3gpp.org/ftp/Specs/archive/32_series/32.291/'
servers:
@@ -519,6 +519,10 @@ components:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/UserLocation'
        mAPDUNon3GPPUserLocationInfo:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/UserLocation'
        non3GPPUserLocationTime:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime'
        mAPDUNon3GPPUserLocationTime:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime'
        presenceReportingAreaInformation:
          type: object
          additionalProperties:
@@ -601,6 +605,11 @@ components:
          $ref: '#/components/schemas/RedundantTransmissionType'
        pDUSessionPairID:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Uint32'
        qosMonitoringReport:
          type: array
          items:
            $ref: '#/components/schemas/QosMonitoringReport'
          minItems: 0
      required:
        - pduSessionID
        - dnnId
@@ -1216,6 +1225,25 @@ components:
      type: array
      items:
        $ref: 'TS29512_Npcf_SMPolicyControl.yaml#/components/schemas/RanNasRelCause'
    QosMonitoringReport:
      description: Contains reporting information on QoS monitoring.
      type: object
      properties:
        ulDelays:
          type: array
          items:
            type: integer
          minItems: 0
        dlDelays:
          type: array
          items:
            type: integer
          minItems: 0
        rtDelays:
          type: array
          items:
            type: integer
          minItems: 0
    NotificationType:
      anyOf:
        - type: string