Re: [MMUSIC] draft-ietf-mmusic-sctp-sdp-07 SCTP SDP syntax question

Christian Groves <Christian.Groves@nteczone.com> Wed, 01 October 2014 22:40 UTC

Return-Path: <Christian.Groves@nteczone.com>
X-Original-To: mmusic@ietfa.amsl.com
Delivered-To: mmusic@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B40D91A87CC for <mmusic@ietfa.amsl.com>; Wed, 1 Oct 2014 15:40:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.5
X-Spam-Level:
X-Spam-Status: No, score=-0.5 tagged_above=-999 required=5 tests=[BAYES_05=-0.5] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id N02EpqbMADdI for <mmusic@ietfa.amsl.com>; Wed, 1 Oct 2014 15:40:16 -0700 (PDT)
Received: from cserver5.myshophosting.com (cserver5.myshophosting.com [175.107.161.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 401F91A87CB for <mmusic@ietf.org>; Wed, 1 Oct 2014 15:40:16 -0700 (PDT)
Received: from ppp118-209-169-149.lns20.mel8.internode.on.net ([118.209.169.149]:50512 helo=[127.0.0.1]) by cserver5.myshophosting.com with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from <Christian.Groves@nteczone.com>) id 1XZSXf-0002eB-Kl for mmusic@ietf.org; Thu, 02 Oct 2014 08:38:39 +1000
Message-ID: <542C82C9.60204@nteczone.com>
Date: Thu, 02 Oct 2014 08:40:09 +1000
From: Christian Groves <Christian.Groves@nteczone.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0
MIME-Version: 1.0
To: mmusic@ietf.org
References: <542A9E4B.2050608@nteczone.com> <542C0A2D.5080703@alum.mit.edu>
In-Reply-To: <542C0A2D.5080703@alum.mit.edu>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - cserver5.myshophosting.com
X-AntiAbuse: Original Domain - ietf.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - nteczone.com
X-Get-Message-Sender-Via: cserver5.myshophosting.com: authenticated_id: christian.groves@nteczone.com
X-Source:
X-Source-Args:
X-Source-Dir:
Archived-At: http://mailarchive.ietf.org/arch/msg/mmusic/nzcNPsODkjONuuM3Ln0OrmY7Cfc
Subject: Re: [MMUSIC] draft-ietf-mmusic-sctp-sdp-07 SCTP SDP syntax question
X-BeenThere: mmusic@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Multiparty Multimedia Session Control Working Group <mmusic.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/mmusic>, <mailto:mmusic-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/mmusic/>
List-Post: <mailto:mmusic@ietf.org>
List-Help: <mailto:mmusic-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/mmusic>, <mailto:mmusic-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 01 Oct 2014 22:40:17 -0000

Hello Paul,

I agree, good idea to use the new style.

Regards, Christian

On 2/10/2014 12:05 AM, Paul Kyzivat wrote:
> On 9/30/14 8:12 AM, Christian Groves wrote:
>
>> 2) Cl. 4.1.1 sctp-port: The syntax for sctp-port indicates the dual use
>> of "=", i.e.
>>
>> sctp-port-attr = "a=sctp-port=" portnumber
>> port-number = port
>>
>> That doesn't appear to be consistent with the example in clause 4 which
>> has:
>> a=sctp-port 4060
>>
>> To match that the syntax needs to be updated, something like:
>>
>> sctp-port-attr = "a=sctp-port" SP portnumber
>> port-number = port
>> I'm not sure why "portnumber" is used when "port" is commonly used in
>> clause 4.1?
>>
>> The syntax could be simplified to:
>> sctp-port-attr = "a=sctp-port" SP port
>
> The above is not a valid syntax for an SDP attribute. The value of an 
> attribute must be separated from the name by a ":".
>
> Please take a look at draft-ietf-mmusic-rfc4566bis-12 for more on this.
>
> That includes my proposal for cleaning up how attributes are defined. 
> I suggest using that style in this draft.
>
> In a similar vein, I suggest that when defining the new fmtp usage, 
> just provide the new syntax for format-specific-params, not for the 
> whole attribute.
>
> (While writing this I'm realizing that the new text defining the fmtp 
> parameter in 4566bis should specify *how* this should be done.)
>
>     Thanks,
>     Paul
>
> _______________________________________________
> mmusic mailing list
> mmusic@ietf.org
> https://www.ietf.org/mailman/listinfo/mmusic
>