Commit 1b537b09 authored by zhangchi1's avatar zhangchi1
Browse files

Update after CT3#146 meeting

parent 023e8170
Loading
Loading
Loading
Loading
Loading
+11 −3
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: 1.4.1
  version: 1.5.0-alpha.1
  title: Naf_EventExposure
  description: |
    AF Event Exposure Service.  
@@ -10,7 +10,7 @@ info:

externalDocs:
  description: >
    3GPP TS 29.517 V19.6.0; 5G System; Application Function Event Exposure Service; Stage 3.
    3GPP TS 29.517 V20.0.0; 5G System; Application Function Event Exposure Service; Stage 3.
  url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.517/

servers:
@@ -454,6 +454,11 @@ components:
          items:
            $ref: '#/components/schemas/UeAltitudeInfo'
          minItems: 1
        abnUpTrafficInfos:
          type: array
          items:
            type: string
          minItems: 1
      required:
        - event
        - timeStamp
@@ -1059,7 +1064,7 @@ components:
        - required: [inactiveTime]

    UeAltitudeInfo:
      description: Contains UE altitude information.
      description: Contains Aerial UE altitude information.
      type: object
      properties:
        altitude:
@@ -1093,6 +1098,7 @@ components:
          - APP_ACTIVE_TIME
          - SIGNALLING_INFO
          - UE_ALTITUDE
          - ABN_UP_TRAFFIC
      - type: string
        description: >
          This string provides forward-compatibility with future extensions to the enumeration but
@@ -1129,6 +1135,8 @@ components:
          information.
        - SIGNALLING_INFO: Indicates that the event subscribed/notified is signalling information.
        - UE_ALTITUDE: Indicates that the event subscribed/notified is UE altitude information.
        - ABN_UP_TRAFFIC: Indicates that the event subscribed/notified is Abnormal User Plane
          Traffic information.

    CollectiveBehaviourFilterType:
      anyOf: