Commit c3caa938 authored by zhangchi1's avatar zhangchi1
Browse files

Edit TS29512_Npcf_SMPolicyControl.yaml

parent c852d505
Loading
Loading
Loading
Loading
Loading
+55 −4
Original line number Diff line number Diff line
@@ -531,6 +531,8 @@ components:
          items:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/DddTrafficDescriptor'
          minItems: 1
        hostPlmnId:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnId'
      required:
        - supi
        - pduSessionId
@@ -915,6 +917,16 @@ components:
          nullable: true
        psi:
          $ref: 'TS29514_Npcf_PolicyAuthorization.yaml#/components/schemas/PduSetImportanceRm'
        sconeMarkInd:
          type: boolean
          description: >
            Indicates the SCONE Marking Indication for a service data flow is enabled,
            when it is included and set to "true". The default value is "false" if omitted.
          nullable: true
        thrpAdvUl:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/BitRateRm'
        thrpAdvDl:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/BitRateRm'
      required:
        - pccRuleId
      nullable: true
@@ -1190,6 +1202,10 @@ components:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/ChargingId'
        afChargId:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/ApplicationChargingId'
        polChangeReason:
          $ref: '#/components/schemas/PolChangeReason'
        energyConsInfo:
          $ref: '#/components/schemas/EnergyConsInfo'
      required:
        - chgId
      nullable: true
@@ -1694,6 +1710,8 @@ components:
            using the PDU Session of the UE.
        servSatId:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/SatelliteId'
        hostPlmnId:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnId'
      allOf:
        - not: 
            required: [multiIpv6Prefixes, ipv6AddressPrefix]
@@ -2649,6 +2667,13 @@ components:
    UrspEnforcementInfo:
      $ref: 'TS29571_CommonData.yaml#/components/schemas/Bytes'

    EnergyConsInfo:
      description: Represents the Energy Consumption related information.
      type: object
      properties:
        energyCat:
          $ref: 'TS29566_Neif_EventExposure.yaml#/components/schemas/EnergyCategory'

    FlowDirection:
      anyOf:
      - type: string
@@ -2823,7 +2848,7 @@ components:
        - SCNN_CH: Location Change with respect to the Serving CN node.
        - RE_TIMEOUT: Indicates the SMF generated the request because there has been a PCC
        revalidation timeout.
        - RES_RELEASE: Indicate that the SMF can inform the PCF of the outcome of the release of
        - RES_RELEASE: Indicate that the SMF shall inform the PCF of the outcome of the release of
        resources for those rules that require so.
        - SUCC_RES_ALLO: Indicates that the requested rule data is the successful resource
        allocation.
@@ -3505,9 +3530,6 @@ components:
          bitrate.

    TransportMode:
      description: >
        Indicates the Transport Mode when the steering functionality is MPQUIC-UDP, MPQUIC-IE, or
        MPQUIC-E functionality.
      anyOf:
      - type: string
        enum:
@@ -3518,6 +3540,19 @@ components:
        description: >
          This string provides forward-compatibility with future extensions to the enumeration
          and is not used to encode content defined in the present version of this API.
      description: |
        Indicates the Transport Mode when the steering functionality is MPQUIC-UDP, MPQUIC-IP, or
        MPQUIC-E functionality.  
        Possible values are:
        - DATAGRAM_MODE_1: Indicates that it encapsulates UDP packets within QUIC Datagram frames
          and provides unreliable transport but with sequence numbering and with packet reordering /
          deduplication the UE is reachable.
        - DATAGRAM_MODE_2: Indicates that it encapsulates UDP packets within QUIC Datagram frames
          and provides unreliable transport with no sequence numbering and no packet reordering /
          deduplication.
        - STREAM_MODE: Indicates that this mode encapsulates UDP packets within QUIC Stream frames
          and provides reliable transport with sequence numbering and with packet reordering /
          deduplication.

    UeReachabilityStatus:
      anyOf:
@@ -3567,4 +3602,20 @@ components:
        Active-Standby mode in uplink.
        - ATSSS_LL_WITH_ASMODE_DLUL: Indicates that the MA PDU Session supports the ATSSS-LL 
        capability with Active-Standby mode in uplink and downlink.

    PolChangeReason:
      anyOf:
      - type: string
        enum:
          - ENERGY_SAVING
      - type: string
        description: >
          This string provides forward-compatibility with future extensions to the enumeration
          and is not used to encode content defined in the present version of this API.
      description: |
        Represents the reason for the policy change.  
        Possible values are:
        - ENERGY_SAVING: Indicates that the reason for the policy change is energy saving.

#