Commit 29daa2a7 authored by Parthasarathi Ravindran's avatar Parthasarathi Ravindran
Browse files

CT3#146 TS29525_Npcf_UEPolicyControl.yaml agreed changes

parent 7a78c397
Loading
Loading
Loading
Loading
Loading
+25 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ paths:
                  $ref: 'TS29571_CommonData.yaml#/components/responses/503'
                default:
                  $ref: 'TS29571_CommonData.yaml#/components/responses/default'
        policyAssocitionTerminationRequestNotification:
        policyAssociationTerminationRequestNotification:
          '{$request.body#/notificationUri}/terminate': 
            post:
              requestBody:
@@ -457,6 +457,8 @@ components:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/NfInstanceId'
        pc5Capab:
          $ref: '#/components/schemas/Pc5Capability'
        v2xUuCapab:
          $ref: '#/components/schemas/V2xUuCapability'
        a2xCapab:
          type: array
          items:
@@ -579,6 +581,8 @@ components:
          minItems: 1
        pc5Capab:
          $ref: '#/components/schemas/Pc5Capability'
        v2xUuCapab:
          $ref: '#/components/schemas/V2xUuCapability'
        a2xCapab:
          type: array
          items:
@@ -1009,6 +1013,26 @@ components:
        - LTE_NR_PC5: This value is used to indicate that UE supports both PC5 LTE and NR RAT for
          V2X communications over the PC5 reference point.

    V2xUuCapability:
      anyOf:
      - type: string
        enum:
          - SUPPORTED
          - NOT_SUPPORTED
      - type: string
        description: >
          This string provides forward-compatibility with future
          extensions to the enumeration but is not used to encode
          content defined in the present version of this API.
      description: |
        Represents whether the V2X Capability over Uu interface for V2X communications is supported
        by the UE.
        Possible values are:
        - SUPPORTED: This value is used to indicate that the UE supports V2X communications
          over the Uu interface.
        - NOT_SUPPORTED: This value is used to indicate that the UE does not support V2X
          communication over the Uu interface.

    ProSeCapability:
      anyOf:
      - type: string