Commit a49bf7a2 authored by srinivasaraj's avatar srinivasaraj
Browse files

Update TS28541_SliceNrm.yaml

Attributes kPIMonitoring, jitter and availability added to CNSliceSubnetProfile, RANSliceSubnetProfile and TopSliceSubnetProfile.
Attributes v2XCommModels, nBIoT, maxDLDataVolume and maxULDataVolume added to RANSliceSubnetProfile and TopSliceSubnetProfile.
parent 7b23f566
Loading
Loading
Loading
Loading
+35 −1
Original line number Diff line number Diff line
@@ -341,6 +341,12 @@ components:
          $ref: '#/components/schemas/NSSAASupport'
        n6Protection:
          $ref: '#/components/schemas/N6Protection'
        kPIMonitoring:
          $ref: '#/components/schemas/KPIMonitoring'
        availability:
          type: number
        jitter:
          type: integer
    RANSliceSubnetProfile:
      type: object
      properties:
@@ -396,6 +402,20 @@ components:
          $ref: '#/components/schemas/DeterministicComm'
        uLDeterministicComm:
          $ref: '#/components/schemas/DeterministicComm'
        kPIMonitoring:
          $ref: '#/components/schemas/KPIMonitoring'
        availability:
          type: number
        jitter:
          type: integer
        v2XCommModels:
          $ref: '#/components/schemas/V2XCommModels'
        nBIoT:
          $ref: '#/components/schemas/NBIoT'
        maxDLDataVolume:
          type: string
        maxULDataVolume:
          type: string
    TopSliceSubnetProfile:
      type: object
      properties:
@@ -457,6 +477,20 @@ components:
          $ref: '#/components/schemas/NSSAASupport'
        n6Protection:
          $ref: '#/components/schemas/N6Protection'
        kPIMonitoring:
          $ref: '#/components/schemas/KPIMonitoring'
        availability:
          type: number
        jitter:
          type: integer
        v2XCommModels:
          $ref: '#/components/schemas/V2XCommModels'
        nBIoT:
          $ref: '#/components/schemas/NBIoT'
        maxDLDataVolume:
          type: string
        maxULDataVolume:
          type: string

    ServiceProfile:
      type: object