From bfa01846004c8d3fa62ee9f0a9c979d8ddf0b9d2 Mon Sep 17 00:00:00 2001 From: rengasamis Date: Wed, 9 Feb 2022 10:07:12 +0000 Subject: [PATCH 1/3] Update IPMultimediaPDU.asn to align usage of audioFrame coding with mMCCprotocol coding and usage. --- 102232-5/IPMultimediaPDU.asn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/102232-5/IPMultimediaPDU.asn b/102232-5/IPMultimediaPDU.asn index d70768d..a5e3e9c 100644 --- a/102232-5/IPMultimediaPDU.asn +++ b/102232-5/IPMultimediaPDU.asn @@ -51,7 +51,9 @@ IPMMCC ::= SEQUENCE -- May contain c= and m= lines extracts for instance mMCCprotocol [4] MMCCprotocol OPTIONAL -- Used to identify the protocol of packets sent in MMCCContent (RTP, UDPTL, MSRP, etc.) - -- Absence means mMCCContents contains RTP/RTCP packets + -- Absence means mMCCContents contains RTP/RTCP packets except if the frameType is coded to + -- audioFrame, the absence means mMCCContents contains an RTP packet without the RTP header. + } FrameType ::= ENUMERATED -- GitLab From 0b40d04f6920eb0cea1a63ad1ec6d1d9c7944ee0 Mon Sep 17 00:00:00 2001 From: rengasamis Date: Tue, 15 Feb 2022 14:52:57 +0000 Subject: [PATCH 2/3] Update IPMultimediaPDU.asn --- 102232-5/IPMultimediaPDU.asn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/102232-5/IPMultimediaPDU.asn b/102232-5/IPMultimediaPDU.asn index a5e3e9c..407a3bf 100644 --- a/102232-5/IPMultimediaPDU.asn +++ b/102232-5/IPMultimediaPDU.asn @@ -51,8 +51,7 @@ IPMMCC ::= SEQUENCE -- May contain c= and m= lines extracts for instance mMCCprotocol [4] MMCCprotocol OPTIONAL -- Used to identify the protocol of packets sent in MMCCContent (RTP, UDPTL, MSRP, etc.) - -- Absence means mMCCContents contains RTP/RTCP packets except if the frameType is coded to - -- audioFrame, the absence means mMCCContents contains an RTP packet without the RTP header. + -- Absence means mMCCContents contains RTP/RTCP packets or audio frame as indicated by the frameType parameter. } -- GitLab From 8bca1b65d8f1a0bf5473cc7920803ef2cbe368a1 Mon Sep 17 00:00:00 2001 From: rengasamis Date: Wed, 16 Feb 2022 13:34:42 +0000 Subject: [PATCH 3/3] Update 102232-5/IPMultimediaPDU.asn --- 102232-5/IPMultimediaPDU.asn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/102232-5/IPMultimediaPDU.asn b/102232-5/IPMultimediaPDU.asn index 407a3bf..c54c461 100644 --- a/102232-5/IPMultimediaPDU.asn +++ b/102232-5/IPMultimediaPDU.asn @@ -51,7 +51,8 @@ IPMMCC ::= SEQUENCE -- May contain c= and m= lines extracts for instance mMCCprotocol [4] MMCCprotocol OPTIONAL -- Used to identify the protocol of packets sent in MMCCContent (RTP, UDPTL, MSRP, etc.) - -- Absence means mMCCContents contains RTP/RTCP packets or audio frame as indicated by the frameType parameter. + -- Absence means mMCCContents contains RTP/RTCP packets or audio frame as indicated by the + -- frameType parameter. } -- GitLab