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

CT#110

parent 77b26894
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ openapi: 3.0.0

info:
  title: 'IMS AS MediaControl Service'
  version: 1.0.2
  version: 1.0.3
  description: |
    Nimsas_MediaControl Service.  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
@@ -10,7 +10,7 @@ info:

externalDocs:
  description: >
    3GPP TS 29.175 V18.4.0; IP Multimedia Subsystem; IP Multimedia Subsystem (IMS) Application
    3GPP TS 29.175 V18.6.0; IP Multimedia Subsystem; IP Multimedia Subsystem (IMS) Application
    Server (AS) Services; Stage 3
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.175'

@@ -151,7 +151,7 @@ components:
        - mediaResourceType
      properties:
        mediaId:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/MediaId'
          $ref: 'TS29571_CommonData.yaml#/components/schemas/MediaIdRm'
        mediaResourceType:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/MediaResourceType'
        mediaInstruction:
+13 −2
Original line number Diff line number Diff line
openapi: 3.0.0

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

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

servers:
@@ -3125,6 +3125,8 @@ components:
          type: array
          items:
            $ref: '#/components/schemas/PendingUpdateInfo'
        serviceLevelAaContainer:
          $ref: '#/components/schemas/ServiceLevelAaContainer'
      required:
        - requestIndication

@@ -3209,6 +3211,8 @@ components:
          minItems: 1
        pduSetSupportInd:
          type: boolean
        serviceLevelAaContainer:
          $ref: '#/components/schemas/ServiceLevelAaContainer'

    StatusNotification:
      description: Data within Notify Status Request
@@ -3832,6 +3836,8 @@ components:
          minItems: 1
        easInfoToRefresh:
          $ref: '#/components/schemas/EasInfoToRefresh'
        qosMonitoringInfo:
          $ref: '#/components/schemas/QosMonitoringInfo'
      required:
        - pduSessionId
        - dnn
@@ -4479,6 +4485,11 @@ components:
      description: The priority of the PDU session
      type: integer

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

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

info:
  version: '1.3.0'
  version: '1.3.1'
  title: 'Nudm_EE'
  description: |
    Nudm 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.

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

servers:
@@ -887,7 +887,9 @@ components:
            content defined in the present version of this API.

    EventType:
      description: Indicates the event type of UDM Event Exposure service.
      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.3.2'
  version: '1.3.3'
  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 18.10.0
  description: 3GPP TS 29.503 Unified Data Management Services, version 18.12.0
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.503/'

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

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

servers:
@@ -5699,6 +5699,7 @@ components:
          - NB_N1
          - NR_N1
          - NR_N1_REDCAP
          - NR_N1_EREDCAP
        - type: string
          description: >
            This string provides forward-compatibility with future
Loading