Commit 85eed371 authored by Jesus de Gregorio's avatar Jesus de Gregorio
Browse files

CT#98

parent 446afa96
Loading
Loading
Loading
Loading
Loading
+12 −8
Original line number Diff line number Diff line
@@ -3,11 +3,11 @@ info:
  title: CAPIF_API_Invoker_Management_API
  description: |
    API for API invoker management.
    © 2020, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2022, 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
  description: 3GPP TS 29.222 V16.10.0 Common API Framework for 3GPP Northbound APIs
  url: http://www.3gpp.org/ftp/Specs/archive/29_series/29.222/
servers:
  - url: '{apiRoot}/api-invoker-management/v1'
@@ -229,11 +229,15 @@ components:
      required:
        - apiInvokerPublicKey
    APIList:
      type: object
      description: Represents a list of APIs.
      properties:
        serviceAPIDescriptions:
          type: array
          items:
            $ref: 'TS29222_CAPIF_Publish_Service_API.yaml#/components/schemas/ServiceAPIDescription'
          minItems: 1
      description: The list of service APIs that the API Invoker is allowed to invoke
          description: The list of service APIs that the API Invoker is allowed to invoke.
    APIInvokerEnrolmentDetails:
      type: object
      properties:
+5 −2
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.1.9'
  version: '1.1.10'
  title: 'Nsmf_PDUSession'
  description: |
    SMF PDU Session Service.
@@ -9,7 +9,7 @@ info:
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.502 V16.13.0; 5G System; Session Management Services; Stage 3
  description: 3GPP TS 29.502 V16.14.0; 5G System; Session Management Services; Stage 3
  url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.502/

servers:
@@ -2233,6 +2233,7 @@ components:
          $ref: 'TS32291_Nchf_ConvergedCharging.yaml#/components/schemas/RoamingChargingProfile'
        chargingId:
          type: string
          pattern: '^(0|([1-9]{1}[0-9]{0,9}))$'
        oldPduSessionId:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/PduSessionId'
        epsBearerCtxStatus:
@@ -2372,6 +2373,7 @@ components:
          default: false
        homeProvidedChargingId:
          type: string
          pattern: '^(0|([1-9]{1}[0-9]{0,9}))$'
        nefExtBufSupportInd:
          type: boolean
          default: false
@@ -3251,6 +3253,7 @@ components:
          $ref: '#/components/schemas/TunnelInfo'
        chargingId:
          type: string
          pattern: '^(0|([1-9]{1}[0-9]{0,9}))$'
        chargingInfo:
          $ref: 'TS29512_Npcf_SMPolicyControl.yaml#/components/schemas/ChargingInformation'
        roamingChargingProfile:
+4 −2
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.1.5'
  version: '1.1.6'
  title: 'Nudm_UECM'
  description: |
    Nudm Context Management Service.  
@@ -9,7 +9,7 @@ info:
    All rights reserved.

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

servers:
@@ -1550,6 +1550,8 @@ components:
      properties:
        amfInstanceId:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/NfInstanceId'
        guami:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Guami'
        plmnId:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnId'
        vgmlcAddress:
+2 −2
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.1.7'
  version: '1.1.8'
  title: 'NRF NFDiscovery Service'
  description: |
    NRF NFDiscovery Service.  
@@ -9,7 +9,7 @@ info:
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.510 V16.11.0; 5G System; Network Function Repository Services; Stage 3
  description: 3GPP TS 29.510 V16.13.0; 5G System; Network Function Repository Services; Stage 3
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.510/'

servers:
+3 −2
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.1.7'
  version: '1.1.8'
  title: 'NRF NFManagement Service'
  description: |
    NRF NFManagement Service.  
@@ -9,7 +9,7 @@ info:
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.510 V16.11.0; 5G System; Network Function Repository Services; Stage 3
  description: 3GPP TS 29.510 V16.13.0; 5G System; Network Function Repository Services; Stage 3
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.510/'

servers:
@@ -2134,6 +2134,7 @@ components:
            - LOCATION_UPDATE_NOTIFICATION
            - NSSAA_REAUTH_NOTIFICATION
            - NSSAA_REVOC_NOTIFICATION
            - LCS_KEY_DELIVERY_NOTIFICATION
        - type: string
    TransportProtocol:
      description: Types of transport protocol used in a given IP endpoint of an NF Service Instance
Loading