Commit 6ad1319e authored by Jesus de Gregorio's avatar Jesus de Gregorio
Browse files

CT#100

parent 8a703170
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: Eecs_ServiceProvisioning
  version: "1.0.1"
  version: "1.0.2"
  description: |
    API for ECS Service Provisioning.
    © 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.

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

security:
@@ -220,7 +220,7 @@ paths:
        description: Parameters to replace the existing subscription
        required: true
        content:
          application/json:
          application/merge-patch+json:
            schema:
              $ref: '#/components/schemas/ECSServProvSubscriptionPatch'
      responses:
+5 −3
Original line number Diff line number Diff line
@@ -5,10 +5,10 @@ info:
    API for EAS Discovery.  
    © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.
  version: "1.0.2"
  version: "1.0.3"
externalDocs:
  description: >
    3GPP TS 24.558 V17.3.0 Enabling Edge Applications; Protocol specification.
    3GPP TS 24.558 V17.4.0 Enabling Edge Applications; Protocol specification.
  url: https://www.3gpp.org/ftp/Specs/archive/24_series/24.558/

security:
@@ -218,7 +218,7 @@ paths:
        description: Parameters to replace the existing subscription
        required: true
        content:
          application/json:
          application/merge-patch+json:
            schema:
              $ref: '#/components/schemas/EasDiscoverySubscriptionPatch'
      responses:
@@ -548,6 +548,8 @@ components:
          description: Indicates if the EEC supports service continuity or not, also indicates which ACR scenarios are supported by the EEC.
        expTime:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/DateTime'
        easEventType:
          $ref: '#/components/schemas/EASDiscEventIDs'
    RequestorId:
      description: Represents identifier of the requestor.
      type: object
+14 −6
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: Eees_EECRegistration
  version: "1.0.1"
  version: "1.0.2"
  description: |
    API for EEC registration.
    © 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
externalDocs:
  description: >
    3GPP TS 24.558 V17.1.0 Enabling Edge Applications; Protocol specification.
    3GPP TS 24.558 V17.4.0 Enabling Edge Applications; Protocol specification.
  url: 'https://www.3gpp.org/ftp/Specs/archive/24_series/24.558/'

security:
@@ -165,7 +165,7 @@ paths:
        description: Parameters to replace the existing registration
        required: true
        content:
          application/json:
          application/merge-patch+json:
            schema:
              $ref: '#/components/schemas/EECRegistrationPatch'
      responses:
@@ -244,8 +244,18 @@ components:
          description: Identifier of the EES that provided EEC context ID.
        endPt:
          $ref: 'TS29558_Eees_EASRegistration.yaml#/components/schemas/EndPoint' 
        unfulfillAcProfs:
          type: array
          items:
            $ref: '#/components/schemas/UnfulfilledAcProfile'
          minItems: 1
          description: >
            A list of ACIDs of the AC Profile(s) sent from EES, for which the requirements
            indicated in the AC profile(s) cannot be fulfilled.
        unfulfilledAcProfs:
          $ref: '#/components/schemas/UnfulfilledAcProfile'
      not:
        required: [ unfulfilledAcProfs, unfulfillAcProfs ]
      required:
        - eecId
    ACProfile:
@@ -328,8 +338,6 @@ components:
          description: Profiles of ACs for which the EEC provides edge enabling services.
        expTime:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/DateTime'
        unfulfilledAcProfs:
          $ref: '#/components/schemas/UnfulfilledAcProfile'
    UnfulfilledAcProfile:
      description: Desrcibes AC Profile ID and reason sent by EES in EEC Register response.
      type: object
+32 −8
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: 3gpp-monitoring-event
  version: 1.2.1
  version: 1.2.2
  description: |
    API for Monitoring Event.  
    © 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.
externalDocs:
  description: 3GPP TS 29.122 V17.7.0 T8 reference point for Northbound APIs
  description: 3GPP TS 29.122 V17.10.0 T8 reference point for Northbound APIs
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.122/'
security:
  - {}
@@ -516,7 +516,10 @@ components:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/Link'
        requestTestNotification:
          type: boolean
          description: Set to true by the SCS/AS to request the SCEF to send a test notification as defined in clause 5.2.5.3. Set to false or omitted otherwise.
          description: >
            Set to true by the SCS/AS to request the SCEF to send a test notification as defined in
            clause 5.2.5.3. Set to false by the SCS/AS indicates not request SCEF to send a test
            notification, default false if omitted otherwise.
        websockNotifConfig:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/WebsockNotifConfig'
        monitoringType:
@@ -545,7 +548,11 @@ components:
          description: If "monitoringType" is "UE_REACHABILITY", this parameter may be included to identify the number of packets that the serving gateway shall buffer in case that the UE is not reachable.
        idleStatusIndication:
          type: boolean
          description: If "monitoringType" is set to "UE_REACHABILITY" or "AVAILABILITY_AFTER_DDN_FAILURE", this parameter may be included to indicate the notification of when a UE, for which PSM is enabled, transitions into idle mode. "true"  indicates enabling of notification; "false"  indicate no need to notify. Default value is "false".
          description: >
            If "monitoringType" is set to "UE_REACHABILITY" or "AVAILABILITY_AFTER_DDN_FAILURE",
            this parameter may be included to indicate the notification of when a UE, for which PSM
            is enabled, transitions into idle mode. "true"  indicates enabling of notification;
            "false"  indicate no need to notify. Default value is "false" if omitted.
        locationType:
          $ref: '#/components/schemas/LocationType'
        accuracy:
@@ -558,7 +565,13 @@ components:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/DurationSec'
        reportingLocEstInd:
          type: boolean
          description: Indicates whether to request the location estimate for event reporting.
          description: >
            Indicates whether to request the location estimate for event reporting. If
            "monitoringType" is "LOCATION_REPORTING", this parameter may be included to indicate
            whether event reporting requires the location information. If set to true, the location
            estimation information shall be included in event reporting. Set to "false", indicates
            the location estimation information shall not be included in event reporting.
            Default "false" if omitted.
        linearDistance:
          $ref: 'TS29572_Nlmf_Location.yaml#/components/schemas/LinearDistance'
        locQoS:
@@ -583,7 +596,10 @@ components:
          $ref: '#/components/schemas/AssociationType'
        plmnIndication:
          type: boolean
          description: If "monitoringType" is "ROAMING_STATUS", this parameter may be included to indicate the notification of UE's Serving PLMN ID. Value "true" indicates enabling of notification; "false" indicates disabling of notification. Default value is "false".
          description: >
            If "monitoringType" is "ROAMING_STATUS", this parameter may be included to indicate the
            notification of UE's Serving PLMN ID. Value "true" indicates enabling of notification;
            "false" indicates disabling of notification. Default value is "false" if omitted.
        locationArea:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/LocationArea'
        locationArea5G:
@@ -615,11 +631,19 @@ components:
          type: string
        immediateRep:
          type: boolean
          description: >
            Indicates whether an immediate reporting is requested or not.
            "true" indicate an immediate reporting is requested.
            "false" indicate an immediate reporting is not requested.
            Default value "false" if omitted.
        uavPolicy:
          $ref: '#/components/schemas/UavPolicy'
        sesEstInd:
          type: boolean
          description: Set to true by the SCS/AS so that only UAV's with "PDU session established for DNN(s) subject to aerial service" are to be listed in the Event report. Set to false or omitted otherwise.
          description: >
            Set to true by the SCS/AS so that only UAV's with "PDU session established for DNN(s)
            subject to aerial service" are to be listed in the Event report. Set to false or default
            false if omitted otherwise.
        subType:
          $ref: '#/components/schemas/SubType'
        addnMonTypes:
+4 −4
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: 3gpp-pfd-management
  version: 1.2.0
  version: 1.2.1
  description: |
    API for PFD management.  
    © 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.
externalDocs:
  description: 3GPP TS 29.122 V17.6.0 T8 reference point for Northbound APIs
  description: 3GPP TS 29.122 V17.10.0 T8 reference point for Northbound APIs
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.122/'
security:
  - {}
@@ -757,4 +757,4 @@ components:
        - DNS_QNAME: Identifies the DNS protocol and the question name in DNS query.
        - TLS_SNI: Identifies the Server Name Indication in TLS ClientHello message.
        - TLS_SAN: Identifies the Subject Alternative Name in TLS ServerCertificate message.
        - TLS_SCN: Identifies the Subject Common Name in TLS ServerCertificate message.
        - TSL_SCN: Identifies the Subject Common Name in TLS ServerCertificate message.
Loading