Commit 22c139fc authored by Jesus de Gregorio's avatar Jesus de Gregorio
Browse files

CT#94

parent 3a10e0e6
Loading
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
openapi: 3.0.0

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

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

servers:
@@ -1028,6 +1028,8 @@ paths:
                  $ref: '#/components/responses/VsmfUpdateError'
                '404':
                  $ref: '#/components/responses/VsmfUpdateError'
                '409':
                  $ref: '#/components/responses/VsmfUpdateError'
                '411':
                  $ref: 'TS29571_CommonData.yaml#/components/responses/411'
                '413':
@@ -2815,6 +2817,8 @@ components:
          $ref: '#/components/schemas/QosFlowProfile'
        associatedAnType:
          $ref: '#/components/schemas/QosFlowAccessType'
        defaultQosRuleInd:
          type: boolean
      required:
        - qfi
        - qosRules
+5 −2
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.1.2'
  version: '1.1.3'
  title: 'Nudm_EE'
  description: |
    Nudm Event Exposure Service.
@@ -9,7 +9,7 @@ info:
    All rights reserved.

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

servers:
@@ -278,6 +278,9 @@ components:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/MtcProviderInformation'
        afId:
          type: string
        idleStatusInd:
          type: boolean
          default: false


    LossConnectivityCfg:
+4 −4
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  version: '1.0.1'
  version: '1.0.2'
  title: 'Nudm_MT'
  description: |
    UDM MT Service.
    © 2020, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2021, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.

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

servers:
@@ -189,7 +189,7 @@ components:
          type: boolean
        geoInfo:
          $ref: 'TS29572_Nlmf_Location.yaml#/components/schemas/GeographicArea'
        locatoinAge:
        locationAge:
          $ref: 'TS29572_Nlmf_Location.yaml#/components/schemas/AgeOfLocationEstimate'
        ratType:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/RatType'
+8 −2
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '2.1.5'
  version: '2.1.6'
  title: 'Nudm_SDM'
  description: |
    Nudm Subscriber Data Management Service.
@@ -9,7 +9,7 @@ info:
    All rights reserved.

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

servers:
@@ -1352,6 +1352,12 @@ paths:
          schema:
             $ref: '#/components/schemas/SharedDataIds'
        - name: supportedFeatures
          in: query
          deprecated: true
          description: Supported Features; this query parameter should not be used
          schema:
             $ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
        - name: supported-features
          in: query
          description: Supported Features
          schema:
+6 −2
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.1.3'
  version: '1.1.4'
  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.8.0
  description: 3GPP TS 29.503 Unified Data Management Services, version 16.10.0
  url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.503/'

servers:
@@ -715,6 +715,10 @@ paths:
          in: query
          schema:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/NfSetId'
        - name: smf-instance-id
          in: query
          schema:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/NfInstanceId'
      responses:
        '204':
          description: Expected response to a valid request
Loading