Commit 5c183d4c authored by Jesus de Gregorio's avatar Jesus de Gregorio
Browse files

CT#108

parent f6493ed1
Loading
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: Eees_ACREvents
  version: "1.0.2"
  version: "1.0.3"
  description: |
    API for ACR events subscription and notification.
    © 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
externalDocs:
  description: >
    3GPP TS 24.558 V17.2.0 Enabling Edge Applications; Protocol specification.
    3GPP TS 24.558 V17.6.0 Enabling Edge Applications; Protocol specification.
  url: 'https://www.3gpp.org/ftp/Specs/archive/24_series/24.558/'

security:
@@ -333,13 +333,14 @@ components:
          $ref: '#/components/schemas/ACRCompleteEventInfo'
        eecCtxtReloc:
          $ref: '#/components/schemas/EecCtxtRelocStatus'

      required:
        - subId
        - easId
        - eventId
    TargetInfo:
      description: Details of the selected T-EAS and the T-EES.
      description: >
        Details of the selected T-EAS and the T-EES. The trgetEASInfo attribute shall be present,
        although they are not specified as a mandatory due to backward compatibility reasons.
      type: object
      properties:
        trgetEASInfo:
+23 −3
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.2.3'
  version: '1.2.4'
  title: 'Nudm_PP'
  description: |
    Nudm Parameter Provision Service.  
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.503 Unified Data Management Services, version 17.14.0
  description: 3GPP TS 29.503 Unified Data Management Services, version 17.19.0
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.503/'

servers:
@@ -40,6 +40,16 @@ paths:
            anyOf:
              - $ref: 'TS29571_CommonData.yaml#/components/schemas/VarUeId'
              - $ref: 'TS29503_Nudm_SDM.yaml#/components/schemas/ExtGroupId'
        - name: af-instance-id
          in: query
          description: Application Function Instance Identifier
          schema:
            type: string
        - name: mtc-provider-information
          in: query
          description: MTC Provider Information
          schema:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/MtcProviderInformation'
        - name: supported-features
          in: query
          description: Features required to be supported by the target NF
@@ -291,6 +301,11 @@ paths:
          required: true
          schema:
            type: string
        - name: mtc-provider-information
          in: query
          description: MTC Provider Information
          schema:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/MtcProviderInformation'
      responses:
        '204':
          description: Expected response to a valid request
@@ -328,6 +343,11 @@ paths:
          required: true
          schema:
            type: string
        - name: mtc-provider-information
          in: query
          description: MTC Provider Information
          schema:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/MtcProviderInformation'
        - name: supported-features
          in: query
          description: Features required to be supported by the target NF
+2 −2
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: 2.2.8
  version: 2.2.9
  title: 'Nudr_DataRepository API OpenAPI file'
  description: |
    Unified Data Repository Service.  
@@ -9,7 +9,7 @@ info:
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.504 V17.17.0; 5G System; Unified Data Repository Services; Stage 3
  description: 3GPP TS 29.504 V17.18.0; 5G System; Unified Data Repository Services; Stage 3
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.504/'

servers:
+17 −4
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: 1.2.5
  version: 1.2.6
  title: Namf_Communication
  description: |
    AMF Communication Service.  
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.

security:
@@ -14,7 +14,7 @@ security:
      - namf-comm

externalDocs:
  description: 3GPP TS 29.518 V17.15.0; 5G System; Access and Mobility Management Services
  description: 3GPP TS 29.518 V17.16.0; 5G System; Access and Mobility Management Services
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.518/'

servers:
@@ -3465,7 +3465,9 @@ components:
      - $ref: '#/components/schemas/AmfEventSubscriptionAddInfo'

    AmfEventSubscriptionAddInfo:
      description: Additional information received for an AMF event subscription, e.g. binding indications
      description: >
        Additional information received for an AMF event subscription, e.g. binding indications,
        statistical information for UE access behavior trends report or UE location trends report.
      type: object
      properties:
        bindingInfo:
@@ -3490,6 +3492,17 @@ components:
            presenceInfoList IE) of the AmfEvent data type shall be the key of the map.
          additionalProperties:
            $ref: '#/components/schemas/AreaOfInterestEventState'
        ueAccessBehaviorTrends:
          type: array
          items:
            $ref: 'TS29518_Namf_EventExposure.yaml#/components/schemas/UeAccessBehaviorReportItem'
          minItems: 1
        ueLocationTrends:
          type: array
          items:
            $ref: 'TS29518_Namf_EventExposure.yaml#/components/schemas/UeLocationTrendsReportItem'
          minItems: 1


    UeDifferentiationInfo:
      description: Represents the UE Differentiation Information and its validity time
+17 −3
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: 1.2.4
  version: 1.2.5
  title: Namf_EventExposure
  description: |
    AMF Event Exposure Service.  
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.

security:
@@ -14,7 +14,7 @@ security:
      - namf-evts

externalDocs:
  description: 3GPP TS 29.518 V17.14.0; 5G System; Access and Mobility Management Services
  description: 3GPP TS 29.518 V17.16.0; 5G System; Access and Mobility Management Services
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.518/'

servers:
@@ -769,8 +769,16 @@ components:
          $ref: '#/components/schemas/AccessStateTransitionType'
        spacing:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec'
        spacingVar:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Float'
        duration:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec'
        durationVar:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Float'
        occurrences:
          type: integer
        timestamp:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime'
      required:
        - stateTransitionType
        - spacing
@@ -827,8 +835,14 @@ components:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/N3gaLocation'
        spacing:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec'
        spacingVar:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Float'
        duration:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec'
        durationVar:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Float'
        occurrences:
          type: integer
        timestamp:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/DateTime'
      required:
Loading