Commit ffa32cfc authored by srinivasaraj's avatar srinivasaraj Committed by sunse
Browse files

Attribute availability added to CNSliceSubnetProfile, RANSliceSubnetProfile...

Attribute availability added to CNSliceSubnetProfile, RANSliceSubnetProfile and TopSliceSubnetProfile.
parent 0265201e
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -354,6 +354,8 @@ components:
          $ref: '#/components/schemas/N6Protection'
        nonIPSupport:
          $ref: '#/components/schemas/NonIPSupport'
        availability:
          type: number
    
    RANSliceSubnetProfile:
      type: object
@@ -412,6 +414,9 @@ components:
          $ref: '#/components/schemas/DeterministicComm'
        nonIPSupport:
          $ref: '#/components/schemas/NonIPSupport'
        availability:
          type: number

    TopSliceSubnetProfile:
      type: object
      properties:
@@ -475,6 +480,8 @@ components:
          $ref: '#/components/schemas/N6Protection'
        nonIPSupport:
          $ref: '#/components/schemas/NonIPSupport'
        availability:
          type: number

    ServiceProfile:
      type: object