Commit ec649e05 authored by zhangchi1's avatar zhangchi1
Browse files

Edit TS29522_AnalyticsExposure.yaml

parent 0214b97e
Loading
Loading
Loading
Loading
Loading
+44 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ openapi: 3.0.0

info:
  title: 3gpp-analyticsexposure
  version: 1.3.1
  version: 1.4.0-alpha.1
  description: |
    API for Analytics Exposure.  
    © 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
@@ -10,7 +10,7 @@ info:

externalDocs:
  description: >
    3GPP TS 29.522 V19.6.0; 5G System; Network Exposure Function Northbound APIs.
    3GPP TS 29.522 V20.0.0; 5G System; Network Exposure Function Northbound APIs.
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.522/'

security:
@@ -578,6 +578,11 @@ components:
          items:
            $ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/SignalStormInfo'
          minItems: 1
        abnormalTraffic:
          type: array
          items:
            $ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/AbnormalUpTrafficInfo'
          minItems: 1
      required:
        - analyEvent
        - timeStamp
@@ -623,6 +628,11 @@ components:
          items:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/ApplicationId'
          minItems: 1
        fDescs:
          type: array
          items:
            $ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/IpEthFlowDescription'
          minItems: 1
        dnn:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn'
        dnns:
@@ -686,6 +696,11 @@ components:
          items:
            $ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/RetainabilityThreshold'
          minItems: 1
        qosFlowMaintThds:
          type: array
          items:
            $ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/MaintainabilityThreshold'
          minItems: 1
        ranUeThrouThds:
          type: array
          items:
@@ -818,6 +833,11 @@ components:
            $ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/TimestampedLocation'
          minItems: 1
          description: Contains the last known location of target UE(s).
        abnorTrReqs:
          type: array
          items:
            $ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/AbnormalUpTrafficReq'
          minItems: 1

    TargetUeId:
      description: Represents the target UE(s) information.
@@ -829,6 +849,8 @@ components:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Gpsi'
        exterGroupId:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/ExternalGroupId'
        ueIpAddrs:
          $ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/AddressList'

    UeMobilityExposure:
      description: Represents a UE mobility information.
@@ -934,6 +956,11 @@ components:
          items:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/ApplicationId'
          minItems: 1
        fDescs:
          type: array
          items:
            $ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/IpEthFlowDescription'
          minItems: 1
        excepIds:
          type: array
          items:
@@ -1065,6 +1092,11 @@ components:
            $ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/TimestampedLocation'
          minItems: 1
          description: Contains the last known location of target UE(s).
        abnorTrReqs:
          type: array
          items:
            $ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/AbnormalUpTrafficReq'
          minItems: 1

    AnalyticsData:
      description: Represents analytics data.
@@ -1160,6 +1192,11 @@ components:
          items:
            $ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/SignalStormInfo'
          minItems: 1
        abnormalTraffic:
          type: array
          items:
            $ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/AbnormalUpTrafficInfo'
          minItems: 1
        suppFeat:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
      required:
@@ -1279,6 +1316,8 @@ components:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/BitRate'
        e2eDelayThd:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/PacketDelBudget'
        qosFlowMaintThd:
          $ref: 'TS29520_Nnwdaf_EventsSubscription.yaml#/components/schemas/MaintainabilityThreshold'
        snssai:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai'
        confidence:
@@ -1343,6 +1382,7 @@ components:
          - WLAN_PERFORMANCE
          - NS_LOAD_LEVEL
          - SIGNALLING_STORM
          - ABNORMAL_UP_TRAFFIC
      - type: string
        description: >
          This string provides forward-compatibility with future
@@ -1379,6 +1419,8 @@ components:
          Slice.
        - SIGNALLING_STORM: The AF requests to be notified about analytics information of Signalling
          Storm.
        - ABNORMAL_UP_TRAFFIC: Indicates that the event subscribed is the abnormal traffic user
          plane information.

    AnalyticsFailureCode:
      anyOf: