Commit 51b44dda authored by Jesus de Gregorio's avatar Jesus de Gregorio
Browse files

Updates after CT4#134 and CT4#135 meetings

parent aa7c6a0b
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.2.0'
  version: '1.3.0-alpha.1'
  title: 'Nhss_gbaSDM'
  description: |
    Nhss Subscriber Data Management Service for GBA.  
    © 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 20.0.0
  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.2.0'
  version: '1.3.0-alpha.1'
  title: 'Nhss_gbaUEAU'
  description: |
    Nhss UE Authentication Service for GBA.  
    © 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 20.0.0
  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.4.0-alpha.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 20.0.0
  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.4.0-alpha.1'
  title: 'Nhss_imsUEAU'
  description: |
    Nhss UE Authentication 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 20.0.0
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.562/'

servers:
+15 −6
Original line number Diff line number Diff line
@@ -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
@@ -680,12 +682,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