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

Paul Kyzivat <pkyzivat@alum.mit.edu> Wed, 01 October 2014 14:05 UTC

Return-Path: <pkyzivat@alum.mit.edu>
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 003821ACDC1 for <mmusic@ietfa.amsl.com>; Wed, 1 Oct 2014 07:05:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.235
X-Spam-Level:
X-Spam-Status: No, score=-1.235 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, SPF_SOFTFAIL=0.665] autolearn=no
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 6hXhY30QNvd9 for <mmusic@ietfa.amsl.com>; Wed, 1 Oct 2014 07:05:44 -0700 (PDT)
Received: from resqmta-po-02v.sys.comcast.net (resqmta-po-02v.sys.comcast.net [IPv6:2001:558:fe16:19:96:114:154:161]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BB0C51ACDC6 for <mmusic@ietf.org>; Wed, 1 Oct 2014 07:05:34 -0700 (PDT)
Received: from resomta-po-14v.sys.comcast.net ([96.114.154.238]) by resqmta-po-02v.sys.comcast.net with comcast id xq521o00458ss0Y01q5ahJ; Wed, 01 Oct 2014 14:05:34 +0000
Received: from Paul-Kyzivats-MacBook-Pro.local ([50.138.229.151]) by resomta-po-14v.sys.comcast.net with comcast id xq5Z1o0053Ge9ey01q5Z2f; Wed, 01 Oct 2014 14:05:33 +0000
Message-ID: <542C0A2D.5080703@alum.mit.edu>
Date: Wed, 01 Oct 2014 10:05:33 -0400
From: Paul Kyzivat <pkyzivat@alum.mit.edu>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:24.0) Gecko/20100101 Thunderbird/24.6.0
MIME-Version: 1.0
To: mmusic@ietf.org
References: <542A9E4B.2050608@nteczone.com>
In-Reply-To: <542A9E4B.2050608@nteczone.com>
Content-Type: text/plain; charset="windows-1252"; format="flowed"
Content-Transfer-Encoding: 7bit
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1412172334; bh=g/ItMo+0WaCQlGDihuiZ5Z4Gjf7OpAdm6l1zsuFF3v8=; h=Received:Received:Message-ID:Date:From:MIME-Version:To:Subject: Content-Type; b=MwIK8UpPjsmqxmssA/0I+XA+IgkBBDWF0qVzNIPwTGj4rfXSaTr+OEVrpDOlb0YPH kQqsurqnvF1B9g5uCfZukBrVfC5S45slo8YDuZHANdA0dLTDd7dqemI+M69kMzvR6Y +kjykyS42z5pf7H9YlxUe7JmSUaWSDR9ndrVZsWARhUsUJKKoaGSqZOs1A++5xp8mP gC+t18oElIFJvkBMg5Ckk1+F4P5YTd6nPaMTnDJSXUEQRh/3CC39IvxkOocPMuM07z n6Jo1X6CtRcT7prCXd/siKaGQrZl5y4OBCUd31y42xuueCSQjByfh2oPCgodufxFEp EJeMLhCxMSddw==
Archived-At: http://mailarchive.ietf.org/arch/msg/mmusic/03ZgGRREI1zfnHafak3ZAX5w1HE
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 14:05:46 -0000

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