Commit 5aa491be authored by svija's avatar svija
Browse files

Edit TS24558_Eees_EECRegistration.yaml

Committing the changes from agreed tdocs in CT1#156 meeting.
parent 8dbcde94
Loading
Loading
Loading
Loading
Loading
+12 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ openapi: 3.0.0

info:
  title: Eees_EECRegistration
  version: "1.2.0-alpha.1"
  version: "1.2.0-alpha.2"
  description: |
    API for EEC registration.  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
@@ -10,7 +10,7 @@ info:

externalDocs:
  description: >
    3GPP TS 24.558 V19.3.0 Enabling Edge Applications; Protocol specification.
    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:
@@ -340,6 +340,13 @@ components:
          minItems: 1
          description: >
            List of EAS bundles to which the EAS (identified via the "easId" attribute) belongs.
        associatedDevices:
          type: array
          items:
            type: string
          minItems: 1
          description: >
            List of device types (e.g. haptic device, joy stick) to be associated with the service.
      required:
        - acId

@@ -405,7 +412,8 @@ components:
    UnfulfilledAcProfile:
      description: >
        Describes AC Profile ID and reason why requirements indicated in the AC
        profile cannot be fulfilled.
        profile cannot be fulfilled. The acId attribute shall be present, although it is
        not specified as a mandatory due to backward compatibility reasons.
      type: object
      properties:
        acId:
@@ -447,3 +455,4 @@ components:
        Possible values are:
        - CONSTRAINED_UE: Indicates the UE is constrained with resources.
        - NORMAL_UE: Indicates the UE is not constrained with resources.