Commit 6fc9d7b9 authored by Meifang Zhu's avatar Meifang Zhu
Browse files

Edit TS29514_Npcf_PolicyAuthorization.yaml

parent dbf311f3
Loading
Loading
Loading
Loading
Loading
+21 −2
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ paths:
          headers:
            Location:
              description: >
                Contains the URI of the created individual application session context resource,
                Contains the URI of the created individual application session context resource.,
                according to the structure
                {apiRoot}/npcf-policyauthorization/v1/app-sessions/{appSessionId}
                or the URI of the created events subscription sub-resource,
@@ -1249,6 +1249,8 @@ components:
            - Set to "false": the RAN-controlled UL Bitrate Recommendation Indication is not
              supported 
            - The default value "false" is used if this attribute is omitted. 
        psi:
          $ref: '#/components/schemas/PduSetImportance'

    MediaComponentRm:
      description: >
@@ -1423,6 +1425,8 @@ components:
            - Set to "true": the RAN-controlled UL Bitrate Recommendation Indication is supported.
            - Set to "false": the RAN-controlled UL Bitrate Recommendation Indication is not
              supported. 
        psi:
          $ref: '#/components/schemas/PduSetImportanceRm'
      nullable: true

    MediaSubComponent:
@@ -2789,6 +2793,21 @@ components:
      description: >
        This data type contains a multi-modal service identifier.
      type: string
    PduSetImportance:
      description: >
        Unsigned integer indicating a PDU Set Importance value for N6-unmarked PDUs that do not
        belong to a PDU Set.
      type: integer
      minimum: 1
      maximum: 15
    PduSetImportanceRm:
      description: >
        Unsigned integer indicating a PDU Set Importance value for N6-unmarked PDUs that do not
        belong to a PDU Set.
      type: integer
      minimum: 1
      maximum: 15
      nullable: true
    TscPriorityLevel:
      description: Represents the priority level of TSC Flows.
      type: integer