Commit 51e37832 authored by svija's avatar svija
Browse files

Edit TS24558_Eecs_ServiceProvisioning.yaml

Committing the changes from agreed tdocs in CT1#156 meeting.
parent 176eb004
Loading
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@ openapi: 3.0.0

info:
  title: Eecs_ServiceProvisioning
  version: "1.2.0-alpha.3"
  version: "1.2.0-alpha.4"
  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 V19.3.0 Enabling Edge Applications; Protocol specification.
  description: 3GPP TS 24.558 V19.4.0 Enabling Edge Applications; Protocol specification.
  url: https://www.3gpp.org/ftp/Specs/archive/24_series/24.558/

security:
@@ -381,6 +381,8 @@ components:
        satelliteId:
          type: string
          description: Represents the satellite identifier serving UE in current location.
        minSatelliteAccessTime:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/DateTime'
        suppFeat:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
      required:
@@ -515,6 +517,8 @@ components:
          description: >
            Represents the application group that uniquely identifies
            the group of UEs using the same application.
        e2eRespTime:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Uinteger'
        easId:
          type: string
          description: Represents the application identifier of the EAS.
@@ -637,6 +641,9 @@ components:
          items:
            $ref: '#/components/schemas/EASBundleDetail'
          minItems: 1
        satelliteId:
          type: string
          description: Represents the satellite identifier where the EES is deployed.
      required:
        - eesId
        - eecRegConf
@@ -704,3 +711,4 @@ components:
          items:
            $ref: '#/components/schemas/ConnectivityInfo'
          description: List of connectivity information for the UE.