Commit 6089a46b authored by Jesus de Gregorio's avatar Jesus de Gregorio
Browse files

Updates after CT4#134 meeting

parent 29daa2a7
Loading
Loading
Loading
Loading
Loading
+15 −4
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.4.1'
  version: '1.5.0-alpha.1'
  title: 'NRF NFDiscovery Service'
  description: |
    NRF NFDiscovery Service.  
@@ -9,7 +9,7 @@ info:
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.510 V19.6.0; 5G System; Network Function Repository Services; Stage 3
  description: 3GPP TS 29.510 V20.0.0; 5G System; Network Function Repository Services; Stage 3
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.510/'

servers:
@@ -268,7 +268,7 @@ paths:
            type: boolean
        - name: preferred-pgw-ind
          in: query
          description: Indicates combined PGW-C+SMF or standalone SMF are preferred
          description: Indicates combined SMF+PGW-C or standalone SMF are preferred
          schema:
            type: boolean
        - name: pgw
@@ -1340,7 +1340,7 @@ paths:
          in: query
          description: >
            Indicates information about the serving NF producers (e.g.,ADM) that can serve the AIoT
            devices by using discoverable AIoT device IDs. 
            devices by using discoverable AIoT Device Identifiers. 
          content:
            application/json:
              schema:
@@ -1360,6 +1360,13 @@ paths:
            application/json:
              schema:
                $ref: 'TS29571_CommonData.yaml#/components/schemas/MacAddr48'
        - name: eq-pgw-ind
          in: query
          description: Equivalent SMF+PGW-C Indication
          schema:
            type: boolean
            enum:
              - true

      responses:
        '200':
@@ -1878,6 +1885,10 @@ components:
            - true
        indComAddInfo:
          $ref: '#/components/schemas/IndComAddInfo'
        eqPgwInd:
          type: boolean
          enum:
            - true

    StoredSearchResult:
      description: >
+8 −2
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.4.1'
  version: '1.5.0-alpha.1'
  title: 'NRF NFManagement Service'
  description: |
    NRF NFManagement Service.  
@@ -9,7 +9,7 @@ info:
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.510 V19.6.0; 5G System; Network Function Repository Services; Stage 3
  description: 3GPP TS 29.510 V20.0.0; 5G System; Network Function Repository Services; Stage 3
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.510/'

servers:
@@ -2850,6 +2850,11 @@ components:
        smfUPRPCapability:
          type: boolean
          default: false
        backupPgwFqdnList:
          type: array
          items:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/Fqdn'
          minItems: 1

    SnssaiSmfInfoItem:
      description: Set of parameters supported by SMF for a given S-NSSAI
@@ -3581,6 +3586,7 @@ components:
            - LCS_KEY_DELIVERY_NOTIFICATION
            - UUAA_MM_AUTH_NOTIFICATION
            - DC_SESSION_EVENT_NOTIFICATION
            - ABNORMAL_UP_TRAFFIC_ANALYTICS
        - type: string

    TransportProtocol:
+8 −2
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.0.1'
  version: '1.1.0-alpha.1'
  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 V20.0.0; Home Subscriber Server (HSS) Services
  url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.562/

servers:
@@ -324,6 +324,9 @@ components:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/ImsEventReport'

    ImsEeMonitoringRevoked:
      description: >
        It contains the list of event configurations (identified by their ReferenceID value)
        for which the authorization has been revoked, for a given user.
      type: object
      required:
        - revokedMonitoringEventList
@@ -341,6 +344,9 @@ components:
          $ref: 'TS29562_Nhss_imsSDM.yaml#/components/schemas/ImsPublicId'

    ImsEeMonitoringEvent:
      description: >
        It contains the event type that has been revoked, along with the cause for
        such revocation.
      type: object
      required:
        - eventType
+6 −9
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_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 20.0.0
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.562/'

servers:
@@ -411,6 +411,8 @@ paths:
            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: asType
# This query parameter does not follow the 3GPP naming conventions defined in 3GPP TS 29.501
# ("lower-with-hyphen"), but it is intentionnaly kept like this to keep backwards compatibility
          in: query
          description: IMS AS type
          schema:
@@ -667,7 +669,7 @@ paths:

    get:
      summary: Retrieve the IMS AS registration information of the UE
      operationId: AsInfoGet
      operationId: GetImsasRegistration
      tags:
       - Imsas Registration (Document)
      security:
@@ -1047,11 +1049,6 @@ components:
# SIMPLE TYPES
#

    ImsUeId:
      description: IMS UE Identity (IMPU or IMPI)
      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}|impi-.+|.+)$'

    Impu:
      description: IMS Public Identity of the UE (sip URI or tel URI)
      type: string
+5 −8
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_EE'
  description: |
    HSS Event Exposure.  
    © 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.563 HSS Services for Interworking With UDM, version 19.3.0
  description: 3GPP TS 29.563 HSS Services for Interworking With UDM, version 20.0.0
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.563/'

servers:
@@ -460,6 +460,8 @@ components:
          type: boolean
        accuracy:
          $ref: '#/components/schemas/LocationAccuracy'
        minInterval:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec'

    ReachabilityForDataConfiguration:
      description: >
@@ -509,11 +511,6 @@ components:

# SIMPLE TYPES:

    Imsi:
      description: IMSI of the UE
      type: string
      pattern: '^(imsi-[0-9]{5,15})$'

    UeIdOrGroupId:
      description: Contains the UE identifier or the Group Identifier of the UE
      type: string
Loading