Commit 05133b66 authored by Jesus de Gregorio's avatar Jesus de Gregorio
Browse files

CT#109

parent 6fdb9a66
Loading
Loading
Loading
Loading
Loading
+11 −5
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: Eees Application Context Relocation Service
  version: "1.0.1"
  version: "1.0.2"
  description: |
    Eees Application Context Relocation Service.  
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.

externalDocs:
  description: >
    3GPP TS 24.558 V17.5.0; Enabling Edge Applications; Protocol specification; Stage 3.
    3GPP TS 24.558 V17.7.0; Enabling Edge Applications; Protocol specification; Stage 3.
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/24.558/'

servers:
@@ -164,7 +164,10 @@ components:

  schemas:
    AcrDetermReq:
      description: Represents the parameters to request ACR with action determination.
      description: >
        Represents the parameters to request ACR with action determination. The ueId attribute
        shall be present, although it is not specified as a mandatory due to backward
        compatibility reasons.
      type: object
      properties:
        requestorId:
@@ -182,7 +185,10 @@ components:
        - sEasEndpoint

    AcrInitReq:
      description: Represents the parameters to request ACR with action initiation.
      description: >
        Represents the parameters to request ACR with action initiation. The ueId attribute
        shall be present, although it is not specified as a mandatory due to backward
        compatibility reasons.
      type: object
      properties:
        requestorId:
+7 −4
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: Eees_EECRegistration
  version: "1.0.2"
  version: "1.0.3"
  description: |
    API for EEC registration.
    © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
externalDocs:
  description: >
    3GPP TS 24.558 V17.4.0 Enabling Edge Applications; Protocol specification.
    3GPP TS 24.558 V17.7.0 Enabling Edge Applications; Protocol specification.
  url: 'https://www.3gpp.org/ftp/Specs/archive/24_series/24.558/'

security:
@@ -339,7 +339,10 @@ components:
        expTime:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/DateTime'
    UnfulfilledAcProfile:
      description: Desrcibes AC Profile ID and reason sent by EES in EEC Register response.
      description: >
        Desrcibes AC Profile ID and reason sent by EES in EEC Register response. The acId attribute
        shall be present, although it is not specified as a mandatory due to backward
        compatibility reasons.
      type: object
      properties:
        acId:
+3 −3
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '2.2.9'
  version: '2.2.10'
  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.18.0
  description: 3GPP TS 29.503 Unified Data Management Services, version 17.20.0
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.503/'

servers:
@@ -3216,7 +3216,7 @@ components:
        - locationAssistanceType
      properties:
        locationAssistanceType:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Binary'
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Bytes'

    EcRestrictionDataWb:
      type: object
+2 −2
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: 2.2.9
  version: 2.2.10
  title: 'Nudr_DataRepository API OpenAPI file'
  description: |
    Unified Data Repository Service.  
@@ -9,7 +9,7 @@ info:
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.504 V17.18.0; 5G System; Unified Data Repository Services; Stage 3
  description: 3GPP TS 29.504 V17.19.0; 5G System; Unified Data Repository Services; Stage 3
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.504/'

servers:
+4 −4
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: 3gpp-akma
  version: 1.0.2
  version: 1.0.3
  description: |
    API for Naanf_AKMA.  
    © 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.535 V17.7.0; 5G System; AKMA Anchor Services.
  description: 3GPP TS 29.535 V17.8.0; 5G System; AKMA Anchor Services.
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.535/'

security:
@@ -169,7 +169,7 @@ components:
        clientCredentials:
          tokenUrl: '{nrfApiRoot}/oauth2/token'
          scopes:
            naanf_akma: Access to the Naanf_AKMA API
            naanf-akma: Access to the Naanf_AKMA API

  schemas: 
    AkmaKeyInfo:
Loading