Commit 859b0615 authored by zhangchi1's avatar zhangchi1
Browse files

Edit TS29522_EASDeployment.yaml

parent 58932002
Loading
Loading
Loading
Loading
Loading
+16 −10
Original line number Diff line number Diff line
@@ -2,15 +2,15 @@ openapi: 3.0.0

info:
  title: 3gpp-eas-deployment
  version: 1.2.0
  version: 1.2.1
  description: |
    API for AF provisioned EAS Deployment.  
    © 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.

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

security:
@@ -462,13 +462,19 @@ components:
        suppMeasProtocs:
          type: array
          items:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/DelayMeasurementProtocol'
            $ref: '#/components/schemas/DelayMeasurementProtocolInfo'
          minItems: 1
          description: Contains the list of supported N6 delay measurement protocols.
        configParams:
          type: string
          description: >
            Contains protocol-specific configuration parameters.
            The contents and the format are up to the implementation.
      required:
        - measureEndpointAddr

    DelayMeasurementProtocolInfo:
      description: >
        Contains the N6 delay measurement protocol and the related information.
      type: object
      properties:
        measProtoc:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/DelayMeasurementProtocol'
        secMode:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Bytes'
      required:
        - measProtoc