Commit 28db8803 authored by Jesus de Gregorio's avatar Jesus de Gregorio
Browse files

CT#108

parent ca81fd0e
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@ openapi: 3.0.0

info:
  title: Eecs_ServiceProvisioning
  version: "1.1.1"
  version: "1.1.2"
  description: |
    API for ECS Service Provisioning.  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.

externalDocs:
  description: 3GPP TS 24.558 V18.7.0 Enabling Edge Applications; Protocol specification.
  description: 3GPP TS 24.558 V18.8.0 Enabling Edge Applications; Protocol specification.
  url: https://www.3gpp.org/ftp/Specs/archive/24_series/24.558/

security:
@@ -602,6 +602,12 @@ components:
          minItems: 1
          description: >
            Indicates the authentication methods supported by the EES.
        easBundleInfos:
          type: array
          items:
            $ref: 'TS29558_Eees_EASRegistration.yaml#/components/schemas/EASBundleInfo'
          minItems: 1
          description: List of EAS bundles to which the EAS belongs.
        easBundleDetails:
          type: array
          items:
+6 −4
Original line number Diff line number Diff line
@@ -2,15 +2,15 @@ openapi: 3.0.0

info:
  title: Eees_ACREvents
  version: "1.1.0"
  version: "1.1.1"
  description: |
    API for ACR events subscription and notification.  
    © 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.8.0 Enabling Edge Applications; Protocol specification.
  url: 'https://www.3gpp.org/ftp/Specs/archive/24_series/24.558/'

security:
@@ -359,7 +359,9 @@ components:
        - eventId

    TargetInfo:
      description: Details of the selected T-EAS and the T-EES.
      description: >
        Details of the selected T-EAS and the T-EES. The trgetEASInfo attribute shall be present,
        although they are not specified as a mandatory due to backward compatibility reasons.
      type: object
      properties:
        trgetEASInfo:
+5 −3
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: Eees Application Context Relocation Service
  version: "1.1.2"
  version: "1.1.3"
  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.7.0; Enabling Edge Applications; Protocol specification; Stage 3.
    3GPP TS 24.558 V18.8.0; Enabling Edge Applications; Protocol specification; Stage 3.
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/24.558/'

servers:
@@ -302,7 +302,9 @@ components:

    AcrModificationParams:
      description: >
        Represents ACR parameters specific to ACR modification request.
        Represents ACR parameters specific to ACR modification request. The sEasEndpoint,
        tEasEndpoint and acrParams attributes shall be present although they are not specified
        as a mandatory due to backward compatibility reasons.
      type: object
      properties:
        sEasEndpoint:
+3 −3
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@ openapi: 3.0.0

info:
  title: 3gpp-as-session-with-qos
  version: 1.3.0
  version: 1.3.1
  description: |
    API for setting us an AS session with required QoS.  
    © 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.122 V18.6.0 T8 reference point for Northbound APIs
  description: 3GPP TS 29.122 V18.8.0 T8 reference point for Northbound APIs
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.122/'

security:
+3 −3
Original line number Diff line number Diff line
@@ -2,15 +2,15 @@ openapi: 3.0.0

info:
  title: 'IMS AS MediaControl Service'
  version: 1.0.1
  version: 1.0.2
  description: |
    Nimsas_MediaControl 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.175 V18.3.0; IP Multimedia Subsystem; IP Multimedia Subsystem (IMS) Application
    3GPP TS 29.175 V18.4.0; IP Multimedia Subsystem; IP Multimedia Subsystem (IMS) Application
    Server (AS) Services; Stage 3
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.175'

Loading