Commit c15c3231 authored by Jesus de Gregorio's avatar Jesus de Gregorio
Browse files

CT#106

parent 70c0213b
Loading
Loading
Loading
Loading
+10 −6
Original line number Diff line number Diff line
@@ -3,12 +3,12 @@ info:
  title: CAPIF_Discover_Service_API
  description: |
    API for discovering service APIs.  
    © 2020, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.
  version: "1.1.0"
  version: "1.1.1"
externalDocs:
  description: 3GPP TS 29.222 V16.3.0 Common API Framework for 3GPP Northbound APIs
  url: http://www.3gpp.org/ftp/Specs/archive/29_series/29.222/
  description: 3GPP TS 29.222 V16.12.0 Common API Framework for 3GPP Northbound APIs
  url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.222/
servers:
  - url: '{apiRoot}/service-apis/v1'
    variables:
@@ -108,4 +108,8 @@ components:
          items:
            $ref: 'TS29222_CAPIF_Publish_Service_API.yaml#/components/schemas/ServiceAPIDescription'
          minItems: 1
          description: Description of the service API as published by the service. Each service API description shall include AEF profiles matching the filter criteria.
          description: >
            Description of the service API as published by the service. Each service API description
            shall include AEF profiles matching the filter criteria.
        suppFeat:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
+5 −3
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  version: 1.1.11
  version: 1.1.12
  title: Namf_Communication
  description: |
    AMF Communication Service
    © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
security:
  - {}
  - oAuth2ClientCredentials:
      - namf-comm
externalDocs:
  description: 3GPP TS 29.518 V16.15.0; 5G System; Access and Mobility Management Services
  description: 3GPP TS 29.518 V16.17.0; 5G System; Access and Mobility Management Services
  url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.518/'
servers:
  - url: '{apiRoot}/namf-comm/v1'
@@ -2223,6 +2223,8 @@ components:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Ecgi'
        ncgi:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Ncgi'
        supi:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Supi'
      required:
        - n1MessageContainer
    N1MessageContainer: