Commit 996255dc authored by Jan Groenendijk's avatar Jan Groenendijk
Browse files

Edit TS28541_5GcNrm.yaml

parent 22ef82d8
Loading
Loading
Loading
Loading
Loading
+20 −7
Original line number Diff line number Diff line
@@ -663,6 +663,14 @@ components:
      items:
        $ref: '#/components/schemas/TrafficControlData'

    ServiceFeatureMap:
      type: object
      properties:
        featureList:
          type: string
        serviceName:
          type: string

    PccRule:
      type: object
      properties:
@@ -712,18 +720,23 @@ components:
        tscaiInputUl:
          $ref: 'TS29514_Npcf_PolicyAuthorization.yaml#/components/schemas/TscaiInputContainer'
        easRedisIndRequired:
          $ref: '#/components/schemas/EasRedisIndRequired'
          type: boolean
          default: false
        tscaiTimeDom:
          $ref: '#/components/schemas/TscaiTimeDom'
          type: integer
        batNotificationCapable:
          $ref: '#/components/schemas/BatNotificationCapable'
          type: boolean
          default: false
        uENotifEnabled:
          $ref: '#/components/schemas/UENotifEnabled'
          type: boolean
          default: false
        packFiltAllPrec:
          $ref: '#/components/schemas/PackFiltAllPrec'
          type: integer
        nscSupportedFeats:
          $ref: '#/components/schemas/NscSupportedFeats'

          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/ServiceFeatureMap'

    SnssaiInfo:
      type: object