Commit 72a83d2b authored by sunse's avatar sunse
Browse files

Replace MR !1766 -- Rel19 cr1520 ts 28.541 align predefined pcc rule set...

Replace MR !1766 -- Rel19 cr1520 ts 28.541 align predefined pcc rule set attributes with the definitions in ts 29.512
parent 201cb579
Loading
Loading
Loading
Loading
Loading
+16 −3
Original line number Diff line number Diff line
@@ -881,6 +881,14 @@ components:
      items:
        $ref: '#/components/schemas/TrafficControlData'

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

    PccRule:
      type: object
      properties:
@@ -929,19 +937,24 @@ components:
          $ref: 'TS29514_Npcf_PolicyAuthorization.yaml#/components/schemas/TscaiInputContainer'
        tscaiInputUl:
          $ref: 'TS29514_Npcf_PolicyAuthorization.yaml#/components/schemas/TscaiInputContainer'
        easRedisInd:
        easRedisIndRequired:
          type: boolean
          default: false
        tscaiTimeDom:
          type: integer
        capBatAdaptation:
        batNotificationCapable:
          type: boolean
          default: false
        disUeNotif:
        uENotifEnabled:
          type: boolean
          default: false
        packFiltAllPrec:
          type: integer
        nscSupportedFeats:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/ServiceFeatureMap'

    SnssaiInfo:
      type: object