Commit 32a32c49 authored by jime's avatar jime
Browse files

Update TS29176_Nmf_MRM.yaml after CT4#130

parent a426ad3b
Loading
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ openapi: 3.0.0

info:
  title: 'MF Media Resource Management (MRM) Service'
  version: 1.1.0-alpha.2
  version: 1.1.0-alpha.3
  description: |
    MF Media Resource Management (MRM) Service.  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
@@ -10,7 +10,7 @@ info:

externalDocs:
  description: >
    3GPP TS 29.176 V19.2.0; IP Multimedia Subsystem (IMS); Media Function (MF) Services; Stage 3.
    3GPP TS 29.176 V19.3.0; IP Multimedia Subsystem (IMS); Media Function (MF) Services; Stage 3.
  url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.176/

servers:
@@ -297,15 +297,8 @@ components:
      properties:
        mediaId:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/MediaId'
        associatedMediaIds:
          description: >
            media streams which are de-multiplexed from a multiplexed
            media component with the value set to the media ID of the
            original multiplexed media.
          type: array
          items:
        associatedMediaId:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/MediaId'
          minItems: 1
        mediaResourceType:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/MediaResourceType'
        localMbEndpoint:
@@ -361,6 +354,9 @@ components:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/DcEndpoint'
        remoteDcEndpoint:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/DcEndpoint'
        interworkingInfo:
          $ref: 'TS29175_Nimsas_MediaControl.yaml#/components/schemas/InterworkingInstruction'


    Mdc1Info:
      description: Represents the information of MDC1 interface.
@@ -419,6 +415,8 @@ components:
          type: array
          items:
            $ref: '#/components/schemas/SdpString'
        associatedDcMediaId:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/MediaId'

    SdpString:
      description: The content after "m=" of the "m=" line and the content after "a=" of the asocciated "a=" lines.
@@ -439,3 +437,5 @@ components:
          description: >
            This string provides forward-compatibility with future extensions to the enumeration
            and is not used to encode content defined in the present version of this API.