Commit c338be3e authored by Jesus de Gregorio's avatar Jesus de Gregorio
Browse files

CT#92

parent 0a93eb2c
Loading
Loading
Loading
Loading
Loading
+19 −22
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  version: 1.0.5
  version: 1.0.6
  title: Namf_EventExposure
  description: |
    AMF Event Exposure Service
    © 2020, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2021, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
security:
  - {}
  - oAuth2ClientCredentials:
      - namf-evts
externalDocs:
  description: 3GPP TS 29.518 V15.9.0; 5G System; Access and Mobility Management Services
  description: 3GPP TS 29.518 V15.10.0; 5G System; Access and Mobility Management Services
  url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.518/'
servers:
  - url: '{apiRoot}/namf-evts/v1'
@@ -423,8 +423,6 @@ components:
        - subscription
        - subscriptionId
    AmfUpdateEventSubscriptionItem:
      type: array
      items:
      type: object
      properties:
        op:
@@ -441,7 +439,6 @@ components:
      required:
        - op
        - path
      minItems: 1
    AmfUpdateEventOptionItem:
      type: object
      properties:
+4 −4
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  version: 1.0.2
  version: 1.0.3
  title: Nnwdaf_AnalyticsInfo
  description: |
    Nnwdaf_AnalyticsInfo Service API.
    © 2019, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2021, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
externalDocs:
  description: 3GPP TS 29.520 V15.4.0; 5G System; Network Data Analytics Services.
  description: 3GPP TS 29.520 V15.9.0; 5G System; Network Data Analytics Services.
  url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.520/'
security:
  - {}
@@ -119,4 +119,4 @@ components:
          content defined in the present version of this API.
      description: >
        Possible values are
        - LOAD_LEVEL_INFORMATION: Represent the analytics of load level information of corresponding network slice instance.
 No newline at end of file
        - LOAD_LEVEL_INFORMATION: Represent the analytics of load level information of corresponding network slice.
+7 −7
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  version: 1.0.3
  version: 1.0.4
  title: Nnwdaf_EventsSubscription
  description: |
    Nnwdaf_EventsSubscription Service API.
    © 2019, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2021, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
externalDocs:
  description: 3GPP TS 29.520 V15.5.0; 5G System; Network Data Analytics Services.
  description: 3GPP TS 29.520 V15.9.0; 5G System; Network Data Analytics Services.
  url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.520/'
security:
  - {}
@@ -220,7 +220,7 @@ components:
          $ref: '#/components/schemas/NwdafEvent'
        loadLevelThreshold:
          type: integer
          description: Shall be supplied for notification method "THRESHOLD". Indicates that the NWDAF shall report the corresponding network slice load level to the NF service consumer where the load level of the network slice instance identified by snssai is reached.
          description: Shall be supplied for notification method "THRESHOLD". Indicates that the NWDAF shall report the corresponding network slice load level to the NF service consumer where the load level of the network slice identified by snssai is reached.
        notificationMethod:
          $ref: '#/components/schemas/NotificationMethod'
        repetitionPeriod:
@@ -268,7 +268,7 @@ components:
          items:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai'
          minItems: 1
          description: Identification(s) of network slice to which the subscription.
          description: Identification(s) of network slice to which the subscription applies.
      required:
        - loadLevelInformation
        - snssais
@@ -277,7 +277,7 @@ components:
      description: FALSE represents not applicable for all slices. TRUE represents applicable for all slices.
    LoadLevelInformation:
      type: integer
      description: Load level information of the network slice instance.
      description: Load level information of the network slice.
    NotificationMethod:
      anyOf:
      - type: string
@@ -305,4 +305,4 @@ components:
          content defined in the present version of this API.
      description: >
        Possible values are
        - SLICE_LOAD_LEVEL: Indicates that the event subscribed is load level information of Network Slice instance
 No newline at end of file
        - SLICE_LOAD_LEVEL: Indicates that the event subscribed is load level information of Network Slice.