Commit 82ec4860 authored by Jesus de Gregorio's avatar Jesus de Gregorio
Browse files

CT#106

parent 8b8d0e65
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -3,11 +3,11 @@ info:
  title: CAPIF_Discover_Service_API
  description: |
    API for discovering service APIs.  
    © 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.
  version: "1.2.1"
  version: "1.2.2"
externalDocs:
  description: 3GPP TS 29.222 V17.6.0 Common API Framework for 3GPP Northbound APIs
  description: 3GPP TS 29.222 V17.9.0 Common API Framework for 3GPP Northbound APIs
  url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.222/
servers:
  - url: '{apiRoot}/service-apis/v1'
@@ -134,3 +134,5 @@ components:
          description: >
            Description of the service API as published by the service. Each service
            API description shall include AEF profiles matching the filter criteria.
        suppFeat:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
+10 −6
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '2.2.7'
  version: '2.2.8'
  title: 'Nudm_SDM'
  description: |
    Nudm Subscriber Data Management Service.  
@@ -9,7 +9,7 @@ info:
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.503 Unified Data Management Services, version 17.16.0
  description: 3GPP TS 29.503 Unified Data Management Services, version 17.17.0
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.503/'

servers:
@@ -3466,6 +3466,10 @@ components:
          default: false

    UeIdentifiers:
      description: Contains a list of UE IDs
      type: object
      properties:
        ueIdList:
          description: A map(list of key-value pairs) where Gpsi serves as key of arrays of Supi
          type: object
          additionalProperties:
+3 −3
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: 1.2.2
  version: 1.2.3
  title: Nsmf_EventExposure
  description: |
    Session Management Event Exposure Service.  
@@ -9,7 +9,7 @@ info:
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.508 V17.10.0; 5G System; Session Management Event Exposure Service.
  description: 3GPP TS 29.508 V17.14.0; 5G System; Session Management Event Exposure Service.
  url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.508/

servers:
@@ -498,7 +498,7 @@ components:
        reIpv6Prefix:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Ipv6Prefix'
        plmnId:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnId'
          $ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnIdNid'
        accType:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/AccessType'
        pduSeId:
+5 −3
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: 1.2.4
  version: 1.2.5
  title: Namf_Communication
  description: |
    AMF Communication Service.  
    © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.

security:
@@ -14,7 +14,7 @@ security:
      - namf-comm

externalDocs:
  description: 3GPP TS 29.518 V17.12.0; 5G System; Access and Mobility Management Services
  description: 3GPP TS 29.518 V17.15.0; 5G System; Access and Mobility Management Services
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.518/'

servers:
@@ -2287,6 +2287,8 @@ components:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Ecgi'
        ncgi:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Ncgi'
        supi:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Supi'
      required:
        - n1MessageContainer
    N1MessageContainer:
+5 −3
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: 3gpp-time-sync-exposure
  version: 1.0.1
  version: 1.0.2
  description: |
    API for time synchronization exposure.  
    © 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.
externalDocs:
  description: >
    3GPP TS 29.522 V17.7.0; 5G System; Network Exposure Function Northbound APIs.
    3GPP TS 29.522 V17.16.0; 5G System; Network Exposure Function Northbound APIs.
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.522/'
security:
  - {}
@@ -882,6 +882,8 @@ components:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Gpsi'
        n6Ind:
          type: boolean
          enum:
            - true
        ptpEnable:
          type: boolean
        logSyncInter:
Loading