Commit 3ce8cb3a authored by srinivasaraj's avatar srinivasaraj
Browse files

Attributes maxDLDataVolume and maxULDataVolume added to RANSliceSubnetProfile...

Attributes maxDLDataVolume and maxULDataVolume added to RANSliceSubnetProfile and TopSliceSubnetProfile.
parent d6d31f3e
Loading
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -354,6 +354,10 @@ components:
          $ref: '#/components/schemas/N6Protection'
        nonIPSupport:
          $ref: '#/components/schemas/NonIPSupport'
        maxDLDataVolume:
          type: number
        maxULDataVolume:
          type: number
    
    RANSliceSubnetProfile:
      type: object
@@ -412,6 +416,11 @@ components:
          $ref: '#/components/schemas/DeterministicComm'
        nonIPSupport:
          $ref: '#/components/schemas/NonIPSupport'
        maxDLDataVolume:
          type: number
        maxULDataVolume:
          type: number

    TopSliceSubnetProfile:
      type: object
      properties:
@@ -475,6 +484,10 @@ components:
          $ref: '#/components/schemas/N6Protection'
        nonIPSupport:
          $ref: '#/components/schemas/NonIPSupport'
        maxDLDataVolume:
          type: number
        maxULDataVolume:
          type: number

    ServiceProfile:
      type: object