From e9f2a9edcf14333494c413ad54efc7c50e17c76f Mon Sep 17 00:00:00 2001 From: ruiyue Date: Thu, 4 Sep 2025 14:40:33 +0000 Subject: [PATCH] Revert "Code Moderator manually merge MR1834" This reverts commit 640ff5a4422fdd253793c4590ad5949cc52c27fd --- OpenAPI/TS28541_5GcNrm.yaml | 72 ------------------------------------- 1 file changed, 72 deletions(-) diff --git a/OpenAPI/TS28541_5GcNrm.yaml b/OpenAPI/TS28541_5GcNrm.yaml index df678448d..91a5ade44 100755 --- a/OpenAPI/TS28541_5GcNrm.yaml +++ b/OpenAPI/TS28541_5GcNrm.yaml @@ -960,78 +960,6 @@ components: uniqueItems: true items: $ref: '#/components/schemas/ServiceFeatureMap' - protoDescDl: - $ref: '#/components/schemas/ProtocolDescription' - protoDescUl: - $ref: '#/components/schemas/ProtocolDescription' - - ProtocolDescription: - type: object - properties: - transportProto: - anyOf: - - type: string - enum: - - RTP - - SRTP - - MOQT - - type: string - rtpHeaderExtInfo: - $ref: '#/components/schemas/RtpHeaderExtInfo' - addRtpHeaderExtInfo: - type: array - uniqueItems: true - items: - $ref: '#/components/schemas/RtpHeaderExtInfo' - rtpPayloadInfoList: - type: array - uniqueItems: true - items: - $ref: '#/components/schemas/RtpPayloadInfo' - mriTransferInfo: - type: string - - - RtpHeaderExtInfo: - description: RTP Header Extension information - type: object - properties: - rtpHeaderExtType: - anyOf: - - type: string - enum: - - PDU_SET_MARKING - - DYN_CHANGING_TRAFFIC_CHAR - - type: string - rtpHeaderExtId: - type: integer - minimum: 1 - maximum: 255 - longFormat: - type: boolean - pduSetSizeActive: - type: boolean - pduSetPduCountActive: - type: boolean - - RtpPayloadInfo: - description: RtpPayloadInfo contains Rtp payload type and format. - type: object - properties: - rtpPayloadTypeList: - type: array - items: - type: integer - minimum: 0 - maximum: 127 - minItems: 1 - rtpPayloadFormat: - anyOf: - - type: string - enum: - - H264 - - H265 - - type: string SnssaiInfo: type: object -- GitLab