Commit 49add15a authored by Jesus de Gregorio's avatar Jesus de Gregorio
Browse files

CT#109

parent 48c9ebe2
Loading
Loading
Loading
Loading
+10 −4
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: Eees Application Context Relocation Service
  version: "1.1.3"
  version: "1.1.4"
  description: |
    Eees Application Context Relocation Service.  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
@@ -9,7 +9,7 @@ info:

externalDocs:
  description: >
    3GPP TS 24.558 V18.8.0; Enabling Edge Applications; Protocol specification; Stage 3.
    3GPP TS 24.558 V18.9.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:
@@ -184,7 +187,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
@@ -2,15 +2,15 @@ openapi: 3.0.0

info:
  title: Eees_EECRegistration
  version: "1.1.0"
  version: "1.1.1"
  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 V18.5.1 Enabling Edge Applications; Protocol specification.
    3GPP TS 24.558 V18.9.0 Enabling Edge Applications; Protocol specification.
  url: 'https://www.3gpp.org/ftp/Specs/archive/24_series/24.558/'

security:
@@ -399,7 +399,10 @@ components:
          $ref: '#/components/schemas/DeviceType'

    UnfulfilledAcProfile:
      description: Describes AC Profile ID and reason sent by EES in EEC Register response.
      description: >
        Describes 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.3.4'
  version: '2.3.5'
  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 18.10.0
  description: 3GPP TS 29.503 Unified Data Management Services, version 18.11.0
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.503/'

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

    EcRestrictionDataWb:
      description: Enhanced Coverage Restriction data
+5 −3
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.1.0'
  version: '1.1.1'
  title: 'Nudm_SSAU'
  description: |
    Nudm Service Specific Authorization 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 29.503 Unified Data Management Services, version 18.6.0
  description: 3GPP TS 29.503 Unified Data Management Services, version 18.11.0
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.503/'

servers:
@@ -293,6 +293,7 @@ components:
        - type: string
          enum:
          - AF_GUIDANCE_FOR_URSP
          - AF_REQUESTED_QOS
        - type: string
          description: >
            This string provides forward-compatibility with future
@@ -301,6 +302,7 @@ components:
      description: >
        Possible values are
        - AF_GUIDANCE_FOR_URSP
        - AF_REQUESTED_QOS

    InvalidCause:
      anyOf:
+2 −2
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: 2.3.4
  version: 2.3.5
  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 V18.10.0; 5G System; Unified Data Repository Services; Stage 3
  description: 3GPP TS 29.504 V18.11.0; 5G System; Unified Data Repository Services; Stage 3
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.504/'

servers:
Loading