Commit 8dae21d7 authored by Jesus de Gregorio's avatar Jesus de Gregorio
Browse files

Updates after CT4#134 and CT4#135 meetings

parent a46b24a9
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.0.1'
  version: '1.0.2'
  title: 'Nhss_imsEE'
  description: |
    Nhss Event Exposure Service for IMS.  
@@ -9,7 +9,7 @@ info:
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.562 V19.5.0; Home Subscriber Server (HSS) Services
  description: 3GPP TS 29.562 V19.6.0; Home Subscriber Server (HSS) Services
  url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.562/

servers:
+3 −3
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.3.0'
  version: '1.3.1'
  title: 'Nhss_imsSDM'
  description: |
    Nhss Subscriber Data Management Service for IMS.  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    © 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.562 HSS Services for interworking with IMS, version 19.4.0
  description: 3GPP TS 29.562 HSS Services for interworking with IMS, version 19.6.0
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.562/'

servers:
+18 −9
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.3.0'
  version: '1.3.1'
  title: 'Nhss_imsUECM'
  description: |
    Nhss UE Context Management Service for IMS.  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    © 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.562 Home Subscriber Server (HSS) Services, version 19.4.0
  description: 3GPP TS 29.562 Home Subscriber Server (HSS) Services, version 19.6.0
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.562/'

servers:
@@ -306,12 +306,13 @@ paths:
          - nhss-ims-uecm
          - nhss-ims-uecm:restoration:read
      parameters:
        - name: impu
        - name: imsUeId
          in: path
          description: Public identity of the user.
          required: true
          schema:
            $ref: '#/components/schemas/Impu'
            type: string
            pattern: '^(impu-sip\:([a-zA-Z0-9_\-.!~*()&=+$,;?\/]+)\@([A-Za-z0-9]+([-A-Za-z0-9]+)\.)+[a-z]{2,}|impu-tel\:\+[0-9]{5,15}|.+)$'
      responses:
        '200':
          description: Expected response to a valid request
@@ -357,12 +358,13 @@ paths:
          - nhss-ims-uecm
          - nhss-ims-uecm:restoration:modify
      parameters:
        - name: impu
        - name: imsUeId
          in: path
          description: Public identity of the user.
          required: true
          schema:
            $ref: '#/components/schemas/Impu'
            type: string
            pattern: '^(impu-sip\:([a-zA-Z0-9_\-.!~*()&=+$,;?\/]+)\@([A-Za-z0-9]+([-A-Za-z0-9]+)\.)+[a-z]{2,}|impu-tel\:\+[0-9]{5,15}|.+)$'
      responses:
        '204':
          description: No content
@@ -678,12 +680,19 @@ paths:
          - nhss-ims-uecm
          - nhss-ims-uecm:imsasregistration:read
      parameters:
        - name: impu
        - name: imsUeId
          in: path
          description: Public identity of the user.
          required: true
          schema:
            $ref: '#/components/schemas/Impu'
            type: string
            pattern: '^(impu-sip\:([a-zA-Z0-9_\-.!~*()&=+$,;?\/]+)\@([A-Za-z0-9]+([-A-Za-z0-9]+)\.)+[a-z]{2,}|impu-tel\:\+[0-9]{5,15}|.+)$'
        - name: instanceId
          in: path
          description: indicates the instance Id of the IMS AS.
          required: true
          schema:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/NfInstanceId'
      responses:
        '200':
          description: Expected response to a valid request