Commit 58dbd5b6 authored by songyue's avatar songyue
Browse files

Edit TS29505_Subscription_Data.yaml after CT4#130

parent a43d52e8
Loading
Loading
Loading
Loading
Loading
+24 −4
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ info:
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.505 V19.2.0; 5G System; Usage of the Unified Data Repository Service for subscription data; Stage 3
  description: 3GPP TS 29.505 V19.4.0; 5G System; Usage of the Unified Data Repository Service for subscription data; Stage 3
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.505/'

paths:
@@ -3621,6 +3621,12 @@ paths:
          $ref: 'TS29571_CommonData.yaml#/components/responses/413'
        '415':
          $ref: 'TS29571_CommonData.yaml#/components/responses/415'
        '422':
          description: Unprocessable Request
          content:
            application/problem+json:
              schema:
                $ref: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails'
        '429':
          $ref: 'TS29571_CommonData.yaml#/components/responses/429'
        '500':
@@ -8758,7 +8764,7 @@ paths:
        content:
          application/json:
            schema:
              $ref: 'TS29503_Nudm_UECM.yaml#/components/schemas/PeiUpdateInfo'
              $ref: '#/components/schemas/PeiUpdateInfo'
        required: true
      responses:
        '201':
@@ -8766,7 +8772,7 @@ paths:
          content:
            application/json:
              schema:
                $ref: 'TS29503_Nudm_UECM.yaml#/components/schemas/PeiUpdateInfo'
                $ref: '#/components/schemas/PeiUpdateInfo'
          headers:
            Location:
              description: 'Contains the URI of the newly created resource, according to the structure: {apiRoot}/nudr-dr/<apiVersion>/subscription-data/{ueId}/context-data/pei-info'
@@ -8825,7 +8831,7 @@ paths:
          content:
            application/json:
              schema:
                $ref: 'TS29503_Nudm_UECM.yaml#/components/schemas/PeiUpdateInfo'
                $ref: '#/components/schemas/PeiUpdateInfo'
        '400':
          $ref: 'TS29571_CommonData.yaml#/components/responses/400'
        '401':
@@ -11233,3 +11239,17 @@ components:
      oneOf:
        - $ref: 'TS29571_CommonData.yaml#/components/schemas/TraceData'
        - $ref: 'TS29503_Nudm_SDM.yaml#/components/schemas/SharedDataId'

    PeiUpdateInfo:
      allOf:
        - $ref: 'TS29503_Nudm_SDM.yaml#/components/schemas/PeiUpdateInfo'
        - $ref: '#/components/schemas/PeiUpdateInfoExt'

    PeiUpdateInfoExt:
      description: Additional attributes to the object PeiUpdateInfo
      type: object
      properties:
        lastPeiChangeTimestamp:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime'
        lastImeiChangeTimestamp:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime'