Commit 10e33420 authored by yadavra's avatar yadavra
Browse files

Edit TS29549_SS_Events.yaml with CRs agreed in CT3#146 meeting.

parent 386d0f9a
Loading
Loading
Loading
Loading
Loading
+22 −3
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@ info:
  title: SS_Events
  description: |
    API for SEAL Events management.  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    © 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.
  version: "1.3.0"
  version: "1.3.1"

externalDocs:
  description: >
    3GPP TS 29.549 V19.5.0 Service Enabler Architecture Layer for Verticals (SEAL);
    3GPP TS 29.549 V19.7.0 Service Enabler Architecture Layer for Verticals (SEAL);
    Application Programming Interface (API) specification; Stage 3.
  url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.549/

@@ -1008,6 +1008,12 @@ components:
      - type: string
        enum:
          - DISTANCE_TRAVELLED
          - MOVING_IN
          - MOVING_OUT
          - NUMBER_UE_MOVING_IN
          - NUMBER_UE_MOVING_OUT
          - TIME_UE_MOVING_IN
          - TIME_UE_MOVING_OUT
      - type: string
        description: >
          This string provides forward-compatibility with future
@@ -1018,6 +1024,18 @@ components:
        Possible values are:
        - DISTANCE_TRAVELLED: This value indicates the trigger event for the location area
          monitoring based on the distance travelled by the reference UE.
        - MOVING_IN: Indicates that the event is the UE(s) moving in.
          This event applies only to geofencing services.
        - MOVING_OUT: Indicates that the event is the UE(s) moving out.
          This event applies only to geofencing services.
        - NUMBER_UE_MOVING_IN: Indicates that the event is the number of UE(s) moving in.
          This event applies only to geofencing services.
        - NUMBER_UE_MOVING_OUT: Indicates that the event is the number of UE(s) moving out.
          This event applies only to geofencing services.
        - TIME_UE_MOVING_IN: Indicates that the event is the timing information for the UE(s)
          moving in. This event applies only to geofencing services.
        - TIME_UE_MOVING_OUT: Indicates that the event is the timing information for the
          UE(s) moving out. This event applies only to geofencing services.

    SatSfTrigger:
      anyOf:
@@ -1039,3 +1057,4 @@ components:
          delivery time.
        - FLINK_AVAIL_PERIOD: Indicates that the triggering condition is the feeder link 
          availability period.