Commit 40ee0c75 authored by SHAN CHEN's avatar SHAN CHEN
Browse files

Merge branch '32.291_Rel19_CR0639_Addition_of_charging_information_for_MOCN'...

Merge branch '32.291_Rel19_CR0639_Addition_of_charging_information_for_MOCN' into 'Integration_Rel19_SA5_162_CH_YAML'

32.291_Rel19_CR0639_Addition_of_charging_information_for_MOCN

See merge request !94
parents 69c5d215 718b2771
Loading
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -350,6 +350,8 @@ components:
          $ref: '#/components/schemas/LocationReportingChargingInformation'
        nSPAChargingInformation:
          $ref: '#/components/schemas/NSPAChargingInformation'
        networkSharingChargingInformation:
          $ref: '#/components/schemas/NetworkSharingChargingInformation'        
        nSMChargingInformation:
          $ref: '#/components/schemas/NSMChargingInformation'
        mMTelChargingInformation:
@@ -593,6 +595,8 @@ components:
          $ref: '#/components/schemas/PDUContainerInformation'
        nSPAContainerInformation:
          $ref: '#/components/schemas/NSPAContainerInformation'
        networkSharingContainerInformation:
          $ref: '#/components/schemas/NetworkSharingContainerInformation'
        pC5ContainerInformation:
          $ref: '#/components/schemas/PC5ContainerInformation'
        mBSContainerInformation:
@@ -895,6 +899,26 @@ components:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai'
      required:
        - singleNSSAI
    NetworkSharingContainerInformation:
      type: object
      properties:
        uplinkVolume:
          type: integer
        downlinkVolume:
          type: integer
        numberOfPDUSessionsReq:
          type: integer
        numberOfPDUSessionsSuccess:
          type: integer
    NetworkSharingChargingInformation:
      type: object
      properties:
        plmnId:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnId'
        singleNSSAI:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai'
      required:
        - plmnId
    NetworkSlicingInfo:
      type: object
      properties: