Commit db54d3bd authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Some modifications

parent dc6be573
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1089,13 +1089,13 @@ components:
          type: array
          minItems: 0
          items:
            $ref: '#/components/schemas/ScheduledCommunicationTime'
            $ref: 'TS29122_CpProvisioning.yaml#/components/schemas/ScheduledCommunicationTime'
        svcArea:
          description: The list of geographical and topological areas that the application server serves. ServiceArea is defined in ETSI TS 129 558 [i.11]. See note 3.
          $ref: '#/components/schemas/ServiceArea'
          $ref: 'TS29558_Eecs_EESRegistration.yaml#/components/schemas/ServiceArea'
        svcKpi:
          description: Service characteristics provided by the application server. More information can be found in ETSI TS 123 558 [i.12] clause 8.2.5. EASServiceKPI is defined in ETSI TS 129 558 [i.11]. See note 3.
          $ref: '#/components/schemas/EASServiceKPI'
          $ref: 'TS29558_Eees_EASRegistration.yaml#/components/schemas/EASServiceKPI'
        permLvl:
          description: 'Level of service permissions supported by the application server.

+13 −5
Original line number Diff line number Diff line
@@ -601,6 +601,14 @@ components:
      - INACTIVE
      - SUSPENDED
      description: Enumeration representing possible states of a MEC service instance.
    ServiceChange:
      type: string
      enum:
        - ADDED
        - REMOVED
        - STATE_CHANGED
        - ATTRIBUTES_CHANGED
      description: Enumeration representing changes to a MEC service.
    SerInstanceId:
      description: Identifier of the service instance assigned by the MEPM/MEC platform. For the uniqueness of the identifier across the MEC system, UUID format [i.7] is recommended.Shall be absent in POST requests, and present otherwise
    SerName:
@@ -1101,7 +1109,7 @@ components:
      required: false
      x-exportParamName: Query.consumed_local_only
      schema:
        type: Boolean
        type: boolean
    Query.is_local:
      description: "A MEC application instance may use is_local as an input parameter to query the availability of a list of MEC service instances in the local MEC host or in local and remote MEC hosts. is_local corresponds to isLocal defined in table\_8.1.2.21."
      name: is_local
@@ -1109,7 +1117,7 @@ components:
      required: false
      x-exportParamName: Query.is_local
      schema:
        type: Boolean
        type: boolean
    Query.serializer:
      description: As defined in clause 8.1.2.2.
      name: serializer
@@ -1141,7 +1149,7 @@ components:
      required: false
      x-exportParamName: Query.consumedLocalOnly
      schema:
        type: Boolean
        type: boolean
    Query.isLocal:
      description: As defined in clause 8.1.2.2.
      name: isLocal
@@ -1149,7 +1157,7 @@ components:
      required: false
      x-exportParamName: Query.isLocal
      schema:
        type: Boolean
        type: boolean
    Query.category:
      description: As defined in clause 8.1.5.2.
      name: category
@@ -1213,7 +1221,7 @@ components:
      required: false
      x-exportParamName: Query.implSpecificInfo
      schema:
        $ref: '#/components/schemas/Not'
        type: object
    Query.serializer1:
      description: As defined in clause 8.1.2.2.
      name: serializer1
+9 −0
Original line number Diff line number Diff line
@@ -84,6 +84,15 @@ manual_types:
        - SUSPENDED
      description: Enumeration representing possible states of a MEC service instance.

    ServiceChange:
      type: string
      enum:
        - ADDED
        - REMOVED
        - STATE_CHANGED
        - ATTRIBUTES_CHANGED
      description: Enumeration representing changes to a MEC service.

    SerInstanceId:
      description: Identifier of the service instance assigned by the MEPM/MEC platform. For the uniqueness of the identifier
                    across the MEC system, UUID format [i.7] is recommended.Shall be absent in POST requests, and present otherwise