Commit 15b97620 authored by Jesus de Gregorio's avatar Jesus de Gregorio
Browse files

CT#110

parent e98140cb
Loading
Loading
Loading
Loading
Loading
+13 −2
Original line number Diff line number Diff line
openapi: 3.0.0

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

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

servers:
@@ -2932,6 +2932,8 @@ components:
          default: false
        n9InactivityTimer:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec'
        serviceLevelAaContainer:
          $ref: '#/components/schemas/ServiceLevelAaContainer'
      required:
        - requestIndication

@@ -3004,6 +3006,8 @@ components:
          $ref: '#/components/schemas/N4Information'
        modifiedEbiListNotDelivered:
          type: boolean
        serviceLevelAaContainer:
          $ref: '#/components/schemas/ServiceLevelAaContainer'

    StatusNotification:
      description: Data within Notify Status Request
@@ -3557,6 +3561,8 @@ components:
          type: boolean
        anchorSmfOauth2Required:
          type: boolean
        qosMonitoringInfo:
          $ref: '#/components/schemas/QosMonitoringInfo'
      required:
        - pduSessionId
        - dnn
@@ -4003,6 +4009,11 @@ components:
      type: string
      format: byte

    ServiceLevelAaContainer:
      description: Service Level AA Container
      type: string
      format: byte

#
# ENUMERATIONS
#
+6 −3
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.2.3'
  version: '1.2.4'
  title: 'Nudm_EE'
  description: |
    Nudm Event Exposure Service.  
    © 2023, 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.10.0
  description: 3GPP TS 29.503 Unified Data Management Services, version 17.21.0
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.503/'

servers:
@@ -675,6 +675,9 @@ components:
        - type: string

    EventType:
      description: >
        Indicates the event type of UDM Event Exposure service; the values "PDU_SES_REL" and
        "PDU_SES_EST" are deprecated and should not be used.
      anyOf:
        - type: string
          enum:
+2 −2
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.2.4'
  version: '1.2.5'
  title: 'Nudm_PP'
  description: |
    Nudm Parameter Provision Service.  
@@ -9,7 +9,7 @@ info:
    All rights reserved.

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

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

info:
  version: '2.2.10'
  version: '2.2.11'
  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 17.20.0
  description: 3GPP TS 29.503 Unified Data Management Services, version 17.21.0
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.503/'

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

info:
  version: 2.2.10
  version: 2.2.11
  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.19.0; 5G System; Unified Data Repository Services; Stage 3
  description: 3GPP TS 29.504 V17.20.0; 5G System; Unified Data Repository Services; Stage 3
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.504/'

servers:
Loading